| /kernel/linux/linux-5.10/sound/pci/asihpi/ |
| H A D | hpimsginit.c | 28 u16 function) in hpi_init_message() 47 phm->function = function; in hpi_init_message() 56 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response() argument 72 phr->function = function; in hpi_init_response() 79 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response() 81 hpi_init_message(phm, object, function); in hpi_init_message_response() 84 hpi_init_response(phr, object, function, in hpi_init_message_response() 89 u16 object, u16 function) in hpi_init_messageV1() 27 hpi_init_message(struct hpi_message *phm, u16 object, u16 function) hpi_init_message() argument 78 hpi_init_message_response(struct hpi_message *phm, struct hpi_response *phr, u16 object, u16 function) hpi_init_message_response() argument 88 hpi_init_messageV1(struct hpi_message_header *phm, u16 size, u16 object, u16 function) hpi_init_messageV1() argument 102 hpi_init_responseV1(struct hpi_response_header *phr, u16 size, u16 object, u16 function) hpi_init_responseV1() argument 114 hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size, struct hpi_response_header *phr, u16 res_size, u16 object, u16 function) hpi_init_message_responseV1() argument [all...] |
| /kernel/linux/linux-6.6/sound/pci/asihpi/ |
| H A D | hpimsginit.c | 28 u16 function) in hpi_init_message() 47 phm->function = function; in hpi_init_message() 56 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response() argument 72 phr->function = function; in hpi_init_response() 79 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response() 81 hpi_init_message(phm, object, function); in hpi_init_message_response() 84 hpi_init_response(phr, object, function, in hpi_init_message_response() 89 u16 object, u16 function) in hpi_init_messageV1() 27 hpi_init_message(struct hpi_message *phm, u16 object, u16 function) hpi_init_message() argument 78 hpi_init_message_response(struct hpi_message *phm, struct hpi_response *phr, u16 object, u16 function) hpi_init_message_response() argument 88 hpi_init_messageV1(struct hpi_message_header *phm, u16 size, u16 object, u16 function) hpi_init_messageV1() argument 102 hpi_init_responseV1(struct hpi_response_header *phr, u16 size, u16 object, u16 function) hpi_init_responseV1() argument 114 hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size, struct hpi_response_header *phr, u16 res_size, u16 object, u16 function) hpi_init_message_responseV1() argument [all...] |
| /kernel/linux/linux-5.10/drivers/pinctrl/berlin/ |
| H A D | berlin.c | 64 ret = of_property_read_string(node, "function", &function_name); in berlin_pinctrl_dt_node_to_map() 67 "missing function property in node %pOFn\n", node); in berlin_pinctrl_dt_node_to_map() 113 unsigned function) in berlin_pinmux_get_function_name() 117 return pctrl->functions[function].name; in berlin_pinmux_get_function_name() 121 unsigned function, in berlin_pinmux_get_function_groups() 127 *groups = pctrl->functions[function].groups; in berlin_pinmux_get_function_groups() 128 *num_groups = pctrl->functions[function].ngroups; in berlin_pinmux_get_function_groups() 138 struct berlin_desc_function *function = group->functions; in berlin_pinctrl_find_function_by_name() local 140 while (function->name) { in berlin_pinctrl_find_function_by_name() 141 if (!strcmp(function in berlin_pinctrl_find_function_by_name() 112 berlin_pinmux_get_function_name(struct pinctrl_dev *pctrl_dev, unsigned function) berlin_pinmux_get_function_name() argument 120 berlin_pinmux_get_function_groups(struct pinctrl_dev *pctrl_dev, unsigned function, const char * const **groups, unsigned * const num_groups) berlin_pinmux_get_function_groups() argument 150 berlin_pinmux_set(struct pinctrl_dev *pctrl_dev, unsigned function, unsigned group) berlin_pinmux_set() argument 183 struct berlin_pinctrl_function *function = pctrl->functions; berlin_pinctrl_add_function() local 244 *function = pctrl->functions; berlin_pinctrl_build_state() local [all...] |
| /kernel/linux/linux-6.6/drivers/pinctrl/berlin/ |
| H A D | berlin.c | 64 ret = of_property_read_string(node, "function", &function_name); in berlin_pinctrl_dt_node_to_map() 67 "missing function property in node %pOFn\n", node); in berlin_pinctrl_dt_node_to_map() 113 unsigned function) in berlin_pinmux_get_function_name() 117 return pctrl->functions[function].name; in berlin_pinmux_get_function_name() 121 unsigned function, in berlin_pinmux_get_function_groups() 127 *groups = pctrl->functions[function].groups; in berlin_pinmux_get_function_groups() 128 *num_groups = pctrl->functions[function].ngroups; in berlin_pinmux_get_function_groups() 138 struct berlin_desc_function *function = group->functions; in berlin_pinctrl_find_function_by_name() local 140 while (function->name) { in berlin_pinctrl_find_function_by_name() 141 if (!strcmp(function in berlin_pinctrl_find_function_by_name() 112 berlin_pinmux_get_function_name(struct pinctrl_dev *pctrl_dev, unsigned function) berlin_pinmux_get_function_name() argument 120 berlin_pinmux_get_function_groups(struct pinctrl_dev *pctrl_dev, unsigned function, const char * const **groups, unsigned * const num_groups) berlin_pinmux_get_function_groups() argument 150 berlin_pinmux_set(struct pinctrl_dev *pctrl_dev, unsigned function, unsigned group) berlin_pinmux_set() argument 183 struct berlin_pinctrl_function *function = pctrl->functions; berlin_pinctrl_add_function() local 246 *function = pctrl->functions; berlin_pinctrl_build_state() local [all...] |
| /kernel/linux/linux-5.10/include/trace/events/ |
| H A D | workqueue.h | 32 __field( void *, function) 40 __entry->function = work->func; 46 TP_printk("work struct=%p function=%ps workqueue=%p req_cpu=%u cpu=%u", 47 __entry->work, __entry->function, __entry->workqueue, 90 __field( void *, function) 95 __entry->function = work->func; 98 TP_printk("work struct %p: function %ps", __entry->work, __entry->function) 104 * @function: pointer to worker function [all...] |
| H A D | timer.h | 62 __field( void *, function ) 70 __entry->function = timer->function; 76 TP_printk("timer=%p function=%ps expires=%lu [timeout=%ld] cpu=%u idx=%u flags=%s", 77 __entry->timer, __entry->function, __entry->expires, 99 __field( void *, function) 106 __entry->function = timer->function; 110 TP_printk("timer=%p function=%ps now=%lu baseclk=%lu", 111 __entry->timer, __entry->function, __entr [all...] |
| /kernel/linux/linux-6.6/include/trace/events/ |
| H A D | workqueue.h | 32 __field( void *, function) 40 __entry->function = work->func; 46 TP_printk("work struct=%p function=%ps workqueue=%s req_cpu=%d cpu=%d", 47 __entry->work, __entry->function, __get_str(workqueue), 90 __field( void *, function) 95 __entry->function = work->func; 98 TP_printk("work struct %p: function %ps", __entry->work, __entry->function) 104 * @function: pointer to worker function [all...] |
| H A D | timer.h | 63 __field( void *, function ) 71 __entry->function = timer->function; 77 TP_printk("timer=%p function=%ps expires=%lu [timeout=%ld] cpu=%u idx=%u flags=%s", 78 __entry->timer, __entry->function, __entry->expires, 101 __field( void *, function) 108 __entry->function = timer->function; 112 TP_printk("timer=%p function=%ps now=%lu baseclk=%lu", 113 __entry->timer, __entry->function, __entr [all...] |
| /kernel/linux/linux-5.10/fs/ntfs/ |
| H A D | debug.c | 12 * @function: name of function outputting the warning 23 * @function is the name of the function from which __ntfs_warning is being 27 * as this provides the @function parameter automatically. 29 void __ntfs_warning(const char *function, const struct super_block *sb, in __ntfs_warning() argument 40 if (function) in __ntfs_warning() 41 flen = strlen(function); in __ntfs_warning() 47 sb->s_id, flen ? function : "", &vaf); in __ntfs_warning() 49 pr_warn("%s(): %pV\n", flen ? function in __ntfs_warning() 72 __ntfs_error(const char *function, const struct super_block *sb, const char *fmt, ...) __ntfs_error() argument 101 __ntfs_debug(const char *file, int line, const char *function, const char *fmt, ...) __ntfs_debug() argument [all...] |
| /kernel/linux/linux-6.6/fs/ntfs/ |
| H A D | debug.c | 12 * @function: name of function outputting the warning 23 * @function is the name of the function from which __ntfs_warning is being 27 * as this provides the @function parameter automatically. 29 void __ntfs_warning(const char *function, const struct super_block *sb, in __ntfs_warning() argument 40 if (function) in __ntfs_warning() 41 flen = strlen(function); in __ntfs_warning() 47 sb->s_id, flen ? function : "", &vaf); in __ntfs_warning() 49 pr_warn("%s(): %pV\n", flen ? function in __ntfs_warning() 72 __ntfs_error(const char *function, const struct super_block *sb, const char *fmt, ...) __ntfs_error() argument 101 __ntfs_debug(const char *file, int line, const char *function, const char *fmt, ...) __ntfs_debug() argument [all...] |
| /kernel/linux/linux-5.10/arch/mips/loongson2ef/common/cs5536/ |
| H A D | cs5536_pci.c | 15 * directly as a normal multi-function PCI device which follows 55 void cs5536_pci_conf_write4(int function, int reg, u32 value) in cs5536_pci_conf_write4() argument 57 if ((function <= CS5536_FUNC_START) || (function >= CS5536_FUNC_END)) in cs5536_pci_conf_write4() 62 if (vsm_conf_write[function] != NULL) in cs5536_pci_conf_write4() 63 vsm_conf_write[function](reg, value); in cs5536_pci_conf_write4() 69 u32 cs5536_pci_conf_read4(int function, int reg) in cs5536_pci_conf_read4() argument 73 if ((function <= CS5536_FUNC_START) || (function >= CS5536_FUNC_END)) in cs5536_pci_conf_read4() 80 if (vsm_conf_read[function] ! in cs5536_pci_conf_read4() [all...] |
| /kernel/linux/linux-6.6/arch/mips/loongson2ef/common/cs5536/ |
| H A D | cs5536_pci.c | 15 * directly as a normal multi-function PCI device which follows 55 void cs5536_pci_conf_write4(int function, int reg, u32 value) in cs5536_pci_conf_write4() argument 57 if ((function <= CS5536_FUNC_START) || (function >= CS5536_FUNC_END)) in cs5536_pci_conf_write4() 62 if (vsm_conf_write[function] != NULL) in cs5536_pci_conf_write4() 63 vsm_conf_write[function](reg, value); in cs5536_pci_conf_write4() 69 u32 cs5536_pci_conf_read4(int function, int reg) in cs5536_pci_conf_read4() argument 73 if ((function <= CS5536_FUNC_START) || (function >= CS5536_FUNC_END)) in cs5536_pci_conf_read4() 80 if (vsm_conf_read[function] ! in cs5536_pci_conf_read4() [all...] |
| /kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/ |
| H A D | prt_dispatch.S | 30 .type PRT_HwiLock, function 31 .type PRT_HwiUnLock, function 32 .type PRT_HwiRestore, function 33 .type OsFirstTimeSwitch, function 34 .type FirstTaskSwtich,function 36 .type OsIntNumGet, function 37 .type OsTaskSwitch, function 38 .type OsHwiSwitch,function 39 .type OsSvchandler, function 40 .type OsPendSv, function [all...] |
| /kernel/linux/linux-5.10/drivers/pinctrl/ |
| H A D | pinmux.c | 52 dev_err(pctldev->dev, "pinmux ops has no name for function%u\n", in pinmux_check_ops() 64 if (!map->data.mux.function) { in pinmux_validate_map() 65 pr_err("failed to register map %s (%d): no function given\n", in pinmux_validate_map() 75 * is either muxed to a different function or used as gpio. 103 * name that controls its mux function, or the requested GPIO name 161 * If there is no kind of request function for the pin we just assume in pin_request() 202 * This function returns a pointer to the previous owner. This is used 232 * If there is no kind of request function for the pin we just assume in pin_free() 320 const char *function) in pinmux_func_name_to_selector() 326 /* See if this pctldev has this function */ in pinmux_func_name_to_selector() 319 pinmux_func_name_to_selector(struct pinctrl_dev *pctldev, const char *function) pinmux_func_name_to_selector() argument 708 struct function_desc *function; pinmux_generic_get_function_name() local 731 struct function_desc *function; pinmux_generic_get_function_groups() local 755 struct function_desc *function; pinmux_generic_get_function() local 780 struct function_desc *function; pinmux_generic_add_function() local 819 struct function_desc *function; pinmux_generic_remove_function() local [all...] |
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| H A D | exserial.c | 141 u32 function; in acpi_ex_read_serial_bus() local 162 function = ACPI_READ | (obj_desc->field.attribute << 16); in acpi_ex_read_serial_bus() 168 function = ACPI_READ; in acpi_ex_read_serial_bus() 195 function = ACPI_READ | (accessor_type << 16); in acpi_ex_read_serial_bus() 201 function = ACPI_READ; in acpi_ex_read_serial_bus() 224 pointer), function); in acpi_ex_read_serial_bus() 256 u32 function; in acpi_ex_write_serial_bus() local 291 function = ACPI_WRITE | (obj_desc->field.attribute << 16); in acpi_ex_write_serial_bus() 297 function = ACPI_WRITE; in acpi_ex_write_serial_bus() 317 function in acpi_ex_write_serial_bus() [all...] |
| H A D | exregion.c | 21 * PARAMETERS: function - Read or Write operation 35 acpi_ex_system_memory_space_handler(u32 function, in acpi_ex_system_memory_space_handler() argument 200 bit_width, function, ACPI_FORMAT_UINT64(address))); in acpi_ex_system_memory_space_handler() 210 switch (function) { in acpi_ex_system_memory_space_handler() 287 * PARAMETERS: function - Read or Write operation 302 acpi_ex_system_io_space_handler(u32 function, in acpi_ex_system_io_space_handler() argument 315 bit_width, function, ACPI_FORMAT_UINT64(address))); in acpi_ex_system_io_space_handler() 317 /* Decode the function parameter */ in acpi_ex_system_io_space_handler() 319 switch (function) { in acpi_ex_system_io_space_handler() 347 * PARAMETERS: function 362 acpi_ex_pci_config_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_pci_config_space_handler() argument 440 acpi_ex_cmos_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_cmos_space_handler() argument 473 acpi_ex_pci_bar_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_pci_bar_space_handler() argument 506 acpi_ex_data_table_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_data_table_space_handler() argument [all...] |
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
| H A D | trace_dbg.h | 67 TP_PROTO(const char *function, struct va_format *vaf), 68 TP_ARGS(function, vaf), 69 TP_STRUCT__entry(__string(function, function) 72 TP_fast_assign(__assign_str(function, function); 80 __get_str(function), 86 * actual function to work and can not be in a macro. 92 TP_PROTO(const char *function, struct va_format *vaf), \ 93 TP_ARGS(function, va [all...] |
| /kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
| H A D | trace_dbg.h | 31 TP_PROTO(const char *function, struct va_format *vaf), 32 TP_ARGS(function, vaf), 33 TP_STRUCT__entry(__string(function, function) 36 TP_fast_assign(__assign_str(function, function); 40 __get_str(function), 48 * actual function to work and can not be in a macro. 54 TP_PROTO(const char *function, struct va_format *vaf), \ 55 TP_ARGS(function, va [all...] |
| /kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/ |
| H A D | los_exc.S | 69 .type HalExcNMI, %function 79 .type HalExcHardFault, %function 115 .type _HFBusFault, %function 126 .type _HFMemFault, %function 136 .type osHFExcCommonBMU, %function 150 .type HalExcBusFault, %function 168 .type _ExcBusNoADDR, %function 177 .type HalExcMemFault, %function 195 .type _ExcMemNoADDR, %function 204 .type HalExcUsageFault, %function [all...] |
| /kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/ |
| H A D | los_exc.S | 69 .type HalExcNMI, %function 79 .type HalExcHardFault, %function 115 .type _HFBusFault, %function 126 .type _HFMemFault, %function 136 .type osHFExcCommonBMU, %function 150 .type HalExcBusFault, %function 168 .type _ExcBusNoADDR, %function 177 .type HalExcMemFault, %function 195 .type _ExcMemNoADDR, %function 204 .type HalExcUsageFault, %function [all...] |
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | exregion.c | 21 * PARAMETERS: function - Read or Write operation 35 acpi_ex_system_memory_space_handler(u32 function, in acpi_ex_system_memory_space_handler() argument 200 bit_width, function, ACPI_FORMAT_UINT64(address))); in acpi_ex_system_memory_space_handler() 210 switch (function) { in acpi_ex_system_memory_space_handler() 287 * PARAMETERS: function - Read or Write operation 302 acpi_ex_system_io_space_handler(u32 function, in acpi_ex_system_io_space_handler() argument 315 bit_width, function, ACPI_FORMAT_UINT64(address))); in acpi_ex_system_io_space_handler() 317 /* Decode the function parameter */ in acpi_ex_system_io_space_handler() 319 switch (function) { in acpi_ex_system_io_space_handler() 347 * PARAMETERS: function 362 acpi_ex_pci_config_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_pci_config_space_handler() argument 440 acpi_ex_cmos_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_cmos_space_handler() argument 473 acpi_ex_pci_bar_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_pci_bar_space_handler() argument 506 acpi_ex_data_table_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_data_table_space_handler() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
| H A D | asm-utils.S | 12 function putc label 28 function puts label 47 function putdec label 77 function putdecn label 89 function puthexb label 103 function puthexnibble label 114 function dumphex label 133 function memcpy label 146 function memfill_ae label 154 function memcl label 162 function memfill global() label [all...] |
| /kernel/linux/linux-5.10/drivers/acpi/pmic/ |
| H A D | intel_pmic.c | 50 static acpi_status intel_pmic_power_handler(u32 function, in intel_pmic_power_handler() argument 62 if (function == ACPI_WRITE && !(*value64 == 0 || *value64 == 1)) in intel_pmic_power_handler() 72 result = function == ACPI_READ ? in intel_pmic_power_handler() 107 u32 function, u64 *value) in pmic_thermal_temp() 109 return function == ACPI_READ ? in pmic_thermal_temp() 114 u32 function, u64 *value) in pmic_thermal_aux() 118 if (function == ACPI_READ) in pmic_thermal_aux() 136 int bit, u32 function, u64 *value) in pmic_thermal_pen() 144 if (function == ACPI_READ) in pmic_thermal_pen() 169 static acpi_status intel_pmic_thermal_handler(u32 function, in intel_pmic_thermal_handler() argument 106 pmic_thermal_temp(struct intel_pmic_opregion *opregion, int reg, u32 function, u64 *value) pmic_thermal_temp() argument 113 pmic_thermal_aux(struct intel_pmic_opregion *opregion, int reg, u32 function, u64 *value) pmic_thermal_aux() argument 135 pmic_thermal_pen(struct intel_pmic_opregion *opregion, int reg, int bit, u32 function, u64 *value) pmic_thermal_pen() argument 209 intel_pmic_regs_handler(u32 function, acpi_physical_address address, u32 bits, u64 *value64, void *handler_context, void *region_context) intel_pmic_regs_handler() argument [all...] |
| /kernel/linux/linux-6.6/drivers/acpi/pmic/ |
| H A D | intel_pmic.c | 50 static acpi_status intel_pmic_power_handler(u32 function, in intel_pmic_power_handler() argument 62 if (function == ACPI_WRITE && !(*value64 == 0 || *value64 == 1)) in intel_pmic_power_handler() 72 result = function == ACPI_READ ? in intel_pmic_power_handler() 107 u32 function, u64 *value) in pmic_thermal_temp() 109 return function == ACPI_READ ? in pmic_thermal_temp() 114 u32 function, u64 *value) in pmic_thermal_aux() 118 if (function == ACPI_READ) in pmic_thermal_aux() 136 int bit, u32 function, u64 *value) in pmic_thermal_pen() 144 if (function == ACPI_READ) in pmic_thermal_pen() 169 static acpi_status intel_pmic_thermal_handler(u32 function, in intel_pmic_thermal_handler() argument 106 pmic_thermal_temp(struct intel_pmic_opregion *opregion, int reg, u32 function, u64 *value) pmic_thermal_temp() argument 113 pmic_thermal_aux(struct intel_pmic_opregion *opregion, int reg, u32 function, u64 *value) pmic_thermal_aux() argument 135 pmic_thermal_pen(struct intel_pmic_opregion *opregion, int reg, int bit, u32 function, u64 *value) pmic_thermal_pen() argument 209 intel_pmic_regs_handler(u32 function, acpi_physical_address address, u32 bits, u64 *value64, void *handler_context, void *region_context) intel_pmic_regs_handler() argument [all...] |
| /kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
| H A D | uvc_entity.c | 76 u32 function; in uvc_mc_init_entity() local 84 function = MEDIA_ENT_F_VID_MUX; in uvc_mc_init_entity() 89 function = MEDIA_ENT_F_PROC_VIDEO_PIXEL_FORMATTER; in uvc_mc_init_entity() 93 function = MEDIA_ENT_F_CONN_COMPOSITE; in uvc_mc_init_entity() 96 function = MEDIA_ENT_F_CONN_SVIDEO; in uvc_mc_init_entity() 99 function = MEDIA_ENT_F_CAM_SENSOR; in uvc_mc_init_entity() 109 function = MEDIA_ENT_F_V4L2_SUBDEV_UNKNOWN; in uvc_mc_init_entity() 113 entity->subdev.entity.function = function; in uvc_mc_init_entity()
|