Searched refs:function (Results 1 - 25 of 1081) sorted by relevance

1234567891011>>

/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_pci.c15 * directly as a normal multi-function PCI device which follows
55 void cs5536_pci_conf_write4(int function, int reg, u32 value) argument
57 if ((function <= CS5536_FUNC_START) || (function >= CS5536_FUNC_END))
62 if (vsm_conf_write[function] != NULL)
63 vsm_conf_write[function](reg, value);
69 u32 cs5536_pci_conf_read4(int function, int reg) argument
73 if ((function <= CS5536_FUNC_START) || (function >= CS5536_FUNC_END))
80 if (vsm_conf_read[function] !
[all...]
/linux-master/sound/pci/asihpi/
H A Dhpimsginit.c28 u16 function)
47 phm->function = function;
56 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, argument
72 phr->function = function;
79 struct hpi_response *phr, u16 object, u16 function)
81 hpi_init_message(phm, object, function);
84 hpi_init_response(phr, object, function,
89 u16 object, u16 function)
27 hpi_init_message(struct hpi_message *phm, u16 object, u16 function) argument
78 hpi_init_message_response(struct hpi_message *phm, struct hpi_response *phr, u16 object, u16 function) argument
88 hpi_init_messageV1(struct hpi_message_header *phm, u16 size, u16 object, u16 function) argument
102 hpi_init_responseV1(struct hpi_response_header *phr, u16 size, u16 object, u16 function) 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) argument
[all...]
H A Dhpimsginit.h22 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function,
26 struct hpi_response *phr, u16 object, u16 function);
29 u16 object, u16 function);
33 u16 function);
/linux-master/include/trace/events/
H A Dworkqueue.h32 __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...]
/linux-master/arch/arm/include/asm/
H A Dlinkage.h9 .type name, %function; \
/linux-master/include/linux/
H A Dtypecheck.h17 * Check at compile time that 'function' is a certain type, or is a pointer
18 * to that type (needs to use typedef for the function type.)
20 #define typecheck_fn(type,function) \
21 ({ typeof(type) __tmp = function; \
H A Dtimer_types.h15 void (*function)(struct timer_list *); member in struct:timer_list
H A Dhrtimer_types.h11 * Return values for the callback function
29 * @function: timer expiry callback function
42 enum hrtimer_restart (*function)(struct hrtimer *); member in struct:hrtimer
H A Disapnp.h42 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) }
48 unsigned short vendor, function; member in struct:isapnp_card_id::__anon4312
54 .vendor = ISAPNP_VENDOR(_dva, _dvb, _dvc), .function = ISAPNP_FUNCTION(_dfunction)
80 unsigned short function,
94 unsigned short function,
92 pnp_find_dev(struct pnp_card *card, unsigned short vendor, unsigned short function, struct pnp_dev *from) argument
H A Dmaple.h57 unsigned long function; member in struct:maple_devinfo
73 unsigned long when, interval, function; member in struct:maple_device
84 unsigned long function; member in struct:maple_driver
91 unsigned long function);
95 int maple_add_packet(struct maple_device *mdev, u32 function,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_dbg.h31 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...]
/linux-master/fs/ocfs2/
H A Dsuper.h14 int __ocfs2_error(struct super_block *sb, const char *function,
21 void __ocfs2_abort(struct super_block *sb, const char *function,
/linux-master/kernel/trace/rv/monitors/wwnr/
H A Dwwnr.h25 unsigned char function[state_max_wwnr][event_max_wwnr]; member in struct:automaton_wwnr
40 .function = {
/linux-master/kernel/trace/rv/monitors/wip/
H A Dwip.h25 unsigned char function[state_max_wip][event_max_wip]; member in struct:automaton_wip
40 .function = {
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace-msg.h50 TP_PROTO(u32 level, const char *function,
52 TP_ARGS(level, function, vaf),
55 __string(function, function)
60 __assign_str(function, function);
/linux-master/drivers/pinctrl/berlin/
H A Dberlin.c64 ret = of_property_read_string(node, "function", &function_name);
67 "missing function property in node %pOFn\n", node);
113 unsigned function)
117 return pctrl->functions[function].name;
121 unsigned function,
127 *groups = pctrl->functions[function].groups;
128 *num_groups = pctrl->functions[function].ngroups;
138 struct berlin_desc_function *function = group->functions; local
140 while (function->name) {
141 if (!strcmp(function
112 berlin_pinmux_get_function_name(struct pinctrl_dev *pctrl_dev, unsigned function) argument
120 berlin_pinmux_get_function_groups(struct pinctrl_dev *pctrl_dev, unsigned function, const char * const **groups, unsigned * const num_groups) argument
150 berlin_pinmux_set(struct pinctrl_dev *pctrl_dev, unsigned function, unsigned group) argument
183 struct berlin_pinctrl_function *function = pctrl->functions; local
246 *function = pctrl->functions; local
[all...]
/linux-master/drivers/acpi/acpica/
H A Dexserial.c141 u32 function; local
162 function = ACPI_READ | (obj_desc->field.attribute << 16);
168 function = ACPI_READ;
195 function = ACPI_READ | (accessor_type << 16);
201 function = ACPI_READ;
224 pointer), function);
256 u32 function; local
291 function = ACPI_WRITE | (obj_desc->field.attribute << 16);
297 function = ACPI_WRITE;
317 function
[all...]
H A Dacevents.h178 u32 function,
192 acpi_adr_space_type space_id, u32 function);
195 acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function);
202 u32 function,
208 u32 function,
213 u32 function,
218 u32 function,
223 u32 function,
228 u32 function,
233 u32 function,
[all...]
H A Dexregion.c21 * PARAMETERS: function - Read or Write operation
35 acpi_ex_system_memory_space_handler(u32 function, argument
200 bit_width, function, ACPI_FORMAT_UINT64(address)));
210 switch (function) {
287 * PARAMETERS: function - Read or Write operation
302 acpi_ex_system_io_space_handler(u32 function, argument
315 bit_width, function, ACPI_FORMAT_UINT64(address)));
317 /* Decode the function parameter */
319 switch (function) {
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) argument
440 acpi_ex_cmos_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) 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) 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) argument
[all...]
/linux-master/tools/testing/selftests/arm64/fp/
H A Dasm-utils.S12 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 label
[all...]
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx.h30 /* @function should be EFT (aka 842), GZIP etc */
31 void *nx_function_begin(int function, int pri);
/linux-master/drivers/acpi/
H A Dacpi_cmos_rtc.c28 acpi_cmos_rtc_space_handler(u32 function, acpi_physical_address address, argument
38 if (function != ACPI_WRITE && function != ACPI_READ)
44 if (function == ACPI_READ)
/linux-master/arch/x86/include/asm/
H A Dsetup_data.h17 unsigned long function; member in struct:pci_setup_rom
/linux-master/drivers/media/usb/uvc/
H A Duvc_entity.c76 u32 function; local
84 function = MEDIA_ENT_F_VID_MUX;
89 function = MEDIA_ENT_F_PROC_VIDEO_PIXEL_FORMATTER;
93 function = MEDIA_ENT_F_CONN_COMPOSITE;
96 function = MEDIA_ENT_F_CONN_SVIDEO;
99 function = MEDIA_ENT_F_CAM_SENSOR;
110 function = MEDIA_ENT_F_V4L2_SUBDEV_UNKNOWN;
114 entity->subdev.entity.function = function;
/linux-master/tools/testing/selftests/powerpc/papr_sysparm/
H A Dpapr_sysparm.c149 int (*function)(void); member in struct:sysparm_test
155 .function = open_close,
159 .function = get_splpar,
163 .function = get_bad_parameter,
167 .function = check_efault_get,
171 .function = check_efault_set,
175 .function = set_hmc0,
179 .function = set_with_ro_fd,
191 if (test_harness(t->function, t->description))

Completed in 345 milliseconds

1234567891011>>