Searched defs:function (Results 1 - 25 of 92) sorted by relevance

1234

/drivers/acpi/acpica/
H A Dexfield.c75 u32 function; local
115 function =
120 function =
125 function = ACPI_READ;
143 function);
233 u32 function; local
283 function =
288 function =
293 function = ACPI_WRITE;
323 (u64 *) buffer, function);
[all...]
H A Dexregion.c70 acpi_ex_system_memory_space_handler(u32 function, argument
198 bit_width, function,
209 switch (function) {
288 acpi_ex_system_io_space_handler(u32 function, argument
301 bit_width, function,
304 /* Decode the function parameter */
306 switch (function) {
347 acpi_ex_pci_config_space_handler(u32 function, argument
365 * pci_function is the PCI device function number
376 function, bit_widt
420 acpi_ex_cmos_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
452 acpi_ex_pci_bar_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
484 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...]
H A Devrgnini.c72 u32 function,
81 if (function == ACPI_REGION_DEACTIVATE) {
134 u32 function,
139 if (function == ACPI_REGION_DEACTIVATE) {
167 u32 function,
195 if (function == ACPI_REGION_DEACTIVATE) {
276 * function numbers. Acquire them here.
292 * Get the PCI device and function numbers from the _ADR object
304 pci_id->function = ACPI_LOWORD(ACPI_LODWORD(pci_value));
411 u32 function,
71 acpi_ev_system_memory_region_setup(acpi_handle handle, u32 function, void *handler_context, void **region_context) argument
133 acpi_ev_io_space_region_setup(acpi_handle handle, u32 function, void *handler_context, void **region_context) argument
166 acpi_ev_pci_config_region_setup(acpi_handle handle, u32 function, void *handler_context, void **region_context) argument
410 acpi_ev_pci_bar_region_setup(acpi_handle handle, u32 function, void *handler_context, void **region_context) argument
437 acpi_ev_cmos_region_setup(acpi_handle handle, u32 function, void *handler_context, void **region_context) argument
462 acpi_ev_default_region_setup(acpi_handle handle, u32 function, void *handler_context, void **region_context) argument
[all...]
H A Dexfldio.c238 u32 field_datum_byte_offset, u64 *value, u32 function)
266 if ((function & ACPI_IO_MASK) == ACPI_READ) {
288 function, region_offset,
237 acpi_ex_access_region(union acpi_operand_object *obj_desc, u32 field_datum_byte_offset, u64 *value, u32 function) argument
H A Devregion.c256 acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function) argument
303 args[1] = acpi_ut_create_integer_object((u64) function);
349 u32 function,
493 status = handler(function,
846 * Setup - Address of the setup function
347 acpi_ev_address_space_dispatch(union acpi_operand_object *region_obj, union acpi_operand_object *field_obj, u32 function, u32 region_offset, u32 bit_width, u64 *value) argument
/drivers/isdn/hardware/mISDN/
H A Dhfc_multi_8xx.h19 const char *function, int line)
31 HFC_inb_embsd(struct hfc_multi *hc, u_char reg, const char *function, int line) argument
43 HFC_inw_embsd(struct hfc_multi *hc, u_char reg, const char *function, int line) argument
55 HFC_wait_embsd(struct hfc_multi *hc, const char *function, int line) argument
18 HFC_outb_embsd(struct hfc_multi *hc, u_char reg, u_char val, const char *function, int line) argument
/drivers/pnp/isapnp/
H A Dcompat.c46 unsigned short function, struct pnp_dev *from)
51 pnp_convert_id(id, vendor, function);
45 pnp_find_dev(struct pnp_card *card, unsigned short vendor, unsigned short function, struct pnp_dev *from) argument
/drivers/misc/ibmasm/
H A Di2o.h32 u8 function; member in struct:i2o_header
40 .function = 0xFF, \
/drivers/input/misc/
H A Datlas_btns.c42 u32 function, void *handler_context, void **return_context)
45 (function != ACPI_REGION_DEACTIVATE) ? handler_context : NULL;
50 static acpi_status acpi_atlas_button_handler(u32 function, argument
57 if (function == ACPI_WRITE) {
67 pr_warn("shrugged on unexpected function: function=%x,address=%lx,value=%x\n",
68 function, (unsigned long)address, (u32)*value);
41 acpi_atlas_button_setup(acpi_handle region_handle, u32 function, void *handler_context, void **return_context) argument
/drivers/media/rc/
H A Dir-sony-decoder.c40 * This function returns -EINVAL if the pulse violates the state machine
46 u8 device, subdevice, function; local
128 function = bitrev8((data->bits >> 4) & 0xFE);
133 function = bitrev8((data->bits >> 7) & 0xFD);
138 function = bitrev8((data->bits >> 12) & 0xFE);
145 scancode = device << 16 | subdevice << 8 | function;
/drivers/pcmcia/
H A Dpcmcia_cis.c32 * @function: the device function we loop for
38 int pccard_read_tuple(struct pcmcia_socket *s, unsigned int function, argument
52 if (function == BIND_FN_ALL)
54 ret = pccard_get_first_tuple(s, function, &tuple);
73 * @function: the device function we loop for
76 * @priv_data: private data to be passed to the loop_tuple function.
77 * @loop_tuple: function to call for each CIS entry of type @function
85 pccard_loop_tuple(struct pcmcia_socket *s, unsigned int function, cisdata_t code, cisparse_t *parse, void *priv_data, int (*loop_tuple) (tuple_t *tuple, cisparse_t *parse, void *priv_data)) argument
[all...]
/drivers/s390/net/
H A Dfsm.h35 * Definition of an action function, called by a FSM
83 fsm_function_t function; member in struct:__anon3887
131 * If an action function is defined for the current state/event combination,
132 * this function is called.
136 * @param arg A generic argument, handed to the action function.
172 printk(KERN_DEBUG "fsm(%s): no function for event %s in state %s\n",
185 * This does <em>not</em> trigger an event or calls an action function.
249 * @param arg Generic argument, provided to expiry function.
261 * @param arg Generic argument, provided to expiry function.
/drivers/target/
H A Dtarget_core_tmr.c46 u8 function,
58 tmr->function = function;
145 * If this function was called with a valid pr_res_key
174 tmr_p->function, tmr_p->response, cmd->t_state);
204 * (e.g., by a LOGICAL UNIT RESET task management function), then "yes"
43 core_tmr_alloc_req( struct se_cmd *se_cmd, void *fabric_tmr_ptr, u8 function, gfp_t gfp_flags) argument
/drivers/acpi/
H A Dpci_slot.c188 int device, function; local
211 function = adr & 0xffff;
213 dev = pci_get_slot(pci_bus, PCI_DEVFN(device, function));
H A Dacpi_ipmi.c153 * IPMI network function and command are encoded in the address
361 * @function: indicates the read/write. In fact as the IPMI message is driven
373 acpi_ipmi_space_handler(u32 function, acpi_physical_address address, argument
387 if ((function & ACPI_IO_MASK) == ACPI_READ)
510 * from the smi_watcher list. But the smi_gone callback function
/drivers/cpufreq/
H A Dspeedstep-smi.c64 u32 function = GET_SPEEDSTEP_OWNER; local
80 : "a" (command), "b" (function), "c" (0), "d" (smi_port),
103 u32 function = GET_SPEEDSTEP_FREQS; local
124 "b" (function),
149 u32 function = GET_SPEEDSTEP_STATE; local
164 : "a" (command), "b" (function), "c" (0),
183 unsigned int function = SET_SPEEDSTEP_STATE; local
212 : "a" (command), "b" (function), "c" (state),
/drivers/net/wireless/rtlwifi/rtl8192c/
H A Dfw_common.h47 u8 function; member in struct:rtl92c_firmware_header
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Dfw.h116 u8 function; member in struct:rtl92d_firmware_header
/drivers/pci/hotplug/
H A Dacpiphp.h79 /* Ejectable PCI-to-PCI bridge (PCI bridge and PCI function) */
106 objects (i.e. for each function) */
118 * struct acpiphp_func - PCI function information
120 * PCI function information for each object in ACPI namespace
121 * typically 8 objects per slot (i.e. for each PCI function)
131 u8 function; /* pci function# */ member in struct:acpiphp_func
177 /* function flags */
187 /* function prototypes */
H A Dibmphp_pci.c47 * We also assign the same irq numbers for multi function devices.
75 * Input: function to be added
77 * TO DO: The error case with Multifunction device or multi function bridge,
87 u8 function; local
105 /* For every function on the card */
106 for (function = 0x00; function < 0x08; function++) {
107 unsigned int devfn = PCI_DEVFN(device, function);
110 cur_func->function
1081 u8 device, function; local
1214 unconfigure_boot_device(u8 busno, u8 device, u8 function) argument
1332 unconfigure_boot_bridge(u8 busno, u8 device, u8 function) argument
1451 u8 function; local
[all...]
/drivers/scsi/
H A Dscsi_tgt_if.c157 int scsi_tgt_uspace_send_tsk_mgmt(int host_no, u64 itn_id, int function, argument
166 ev.p.tsk_mgmt_req.function = function;
171 dprintk("%d %x %llx %llx\n", host_no, function, (unsigned long long) tag,
182 int function, char *initiator_id)
189 ev.p.it_nexus_req.function = function;
195 dprintk("%d %x %llx\n", host_no, function, (unsigned long long)itn_id);
181 scsi_tgt_uspace_send_it_nexus_request(int host_no, u64 itn_id, int function, char *initiator_id) argument
/drivers/usb/gadget/
H A Df_loopback.c36 struct usb_function function; member in struct:f_loopback
44 return container_of(f, struct f_loopback, function);
155 /* function-specific strings: */
237 struct usb_composite_dev *cdev = loop->function.config->cdev;
288 cdev = loop->function.config->cdev;
290 VDBG(cdev, "%s disabled\n", loop->function.name);
303 result = config_ep_by_speed(cdev->gadget, &(loop->function), ep);
313 result = config_ep_by_speed(cdev->gadget, &(loop->function), ep);
347 DBG(cdev, "%s enabled\n", loop->function.name);
381 loop->function
[all...]
H A Df_sourcesink.c38 * some other function must be used to test queueing logic. The network
50 struct usb_function function; member in struct:f_sourcesink
58 return container_of(f, struct f_sourcesink, function);
169 /* function-specific strings: */
252 struct usb_composite_dev *cdev = ss->function.config->cdev;
301 struct usb_composite_dev *cdev = ss->function.config->cdev;
368 cdev = ss->function.config->cdev;
382 cdev = ss->function.config->cdev;
384 VDBG(cdev, "%s disabled\n", ss->function.name);
395 result = config_ep_by_speed(cdev->gadget, &(ss->function), e
[all...]
/drivers/uwb/
H A Dlc-dev.c113 * Alloc, zero and call this function.
392 * This is called by the UWB Daemon (through the beacon purge function
466 * Iterate over the list of UWB devices, calling a @function on each
471 * @function: function to call.
472 * @priv: data to pass to @function.
473 * @returns: 0 if no invocation of function() returned a value
476 int uwb_dev_for_each(struct uwb_rc *rc, uwb_dev_for_each_f function, void *priv) argument
478 return device_for_each_child(&rc->uwb_dev.dev, priv, function);
/drivers/base/power/
H A Dmain.c260 * The driver of @dev will not receive interrupts while this function is being
371 * The driver of @dev will not receive interrupts while this function is being
741 * The driver of @dev will not receive interrupts while this function is being
870 timer.function = dpm_drv_timeout;
1024 * device may be registered after this function has returned.
1129 void __suspend_report_result(const char *function, void *fn, int ret) argument
1132 printk(KERN_ERR "%s(): %pF returns %d\n", function, fn, ret);

Completed in 580 milliseconds

1234