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

123456

/drivers/acpi/acpica/
H A Dexfield.c137 u32 function; local
178 function =
196 function = ACPI_READ | (accessor_type << 16);
200 function = ACPI_READ;
218 function);
339 u32 function; local
390 function =
408 function = ACPI_WRITE | (accessor_type << 16);
412 function = ACPI_WRITE;
442 (u64 *) buffer, function);
[all...]
H A Dexregion.c55 * PARAMETERS: function - Read or Write operation
69 acpi_ex_system_memory_space_handler(u32 function, argument
205 bit_width, function,
216 switch (function) {
293 * PARAMETERS: function - Read or Write operation
308 acpi_ex_system_io_space_handler(u32 function, argument
321 bit_width, function,
324 /* Decode the function parameter */
326 switch (function) {
353 * PARAMETERS: function
368 acpi_ex_pci_config_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
442 acpi_ex_cmos_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
474 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...]
H A Devregion.c119 * function - Read or Write operation
135 u32 function,
291 status = handler(function, address, bit_width, value, context,
530 * function - Passed to _REG: On (1) or Off (0)
539 acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function) argument
586 args[1] = acpi_ut_create_integer_object((u64)function);
133 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
H A Devrgnini.c60 * function - Start or stop
72 u32 function,
81 if (function == ACPI_REGION_DEACTIVATE) {
122 * function - Start or stop
134 u32 function,
139 if (function == ACPI_REGION_DEACTIVATE) {
153 * function - Start or stop
167 u32 function,
195 if (function == ACPI_REGION_DEACTIVATE) {
275 * function number
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
409 acpi_ev_pci_bar_region_setup(acpi_handle handle, u32 function, void *handler_context, void **region_context) argument
436 acpi_ev_cmos_region_setup(acpi_handle handle, u32 function, void *handler_context, void **region_context) argument
461 acpi_ev_default_region_setup(acpi_handle handle, u32 function, void *handler_context, void **region_context) argument
[all...]
H A Dexfldio.c220 * function - Read or Write flag plus other region-
231 u32 field_datum_byte_offset, u64 *value, u32 function)
259 if ((function & ACPI_IO_MASK) == ACPI_READ) {
281 function, region_offset,
230 acpi_ex_access_region(union acpi_operand_object *obj_desc, u32 field_datum_byte_offset, u64 *value, u32 function) 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/net/wireless/iwlwifi/
H A Diwl-debug.c116 u32 level, bool limit, const char *function,
130 in_interrupt() ? 'I' : 'U', function, &vaf);
132 trace_iwlwifi_dbg(level, in_interrupt(), function, &vaf);
115 __iwl_dbg(struct device *dev, u32 level, bool limit, const char *function, const char *fmt, ...) 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/acpi/
H A Dacpi_cmos_rtc.c31 acpi_cmos_rtc_space_handler(u32 function, acpi_physical_address address, argument
41 if (function != ACPI_WRITE && function != ACPI_READ)
47 if (function == ACPI_READ)
/drivers/misc/ibmasm/
H A Di2o.h32 u8 function; member in struct:i2o_header
40 .function = 0xFF, \
/drivers/input/misc/
H A Datlas_btns.c41 u32 function, void *handler_context, void **return_context)
44 (function != ACPI_REGION_DEACTIVATE) ? handler_context : NULL;
49 static acpi_status acpi_atlas_button_handler(u32 function, argument
56 if (function == ACPI_WRITE) {
66 pr_warn("shrugged on unexpected function: function=%x,address=%lx,value=%x\n",
67 function, (unsigned long)address, (u32)*value);
40 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
47 u8 device, subdevice, function; local
134 function = bitrev8((data->bits >> 4) & 0xFE);
144 function = bitrev8((data->bits >> 7) & 0xFE);
154 function = bitrev8((data->bits >> 12) & 0xFE);
162 scancode = device << 16 | subdevice << 8 | function;
/drivers/pinctrl/
H A Dpinctrl-utils.c59 const char *function)
66 (*map)[*num_maps].data.mux.function = function;
56 pinctrl_utils_add_map_mux(struct pinctrl_dev *pctldev, struct pinctrl_map **map, unsigned *reserved_maps, unsigned *num_maps, const char *group, const char *function) argument
/drivers/staging/rtl8188eu/include/
H A Dfw.h41 u8 function; member in struct:rtl92c_firmware_header
/drivers/cpufreq/
H A Dspeedstep-smi.c65 u32 function = GET_SPEEDSTEP_OWNER; local
81 : "a" (command), "b" (function), "c" (0), "d" (smi_port),
104 u32 function = GET_SPEEDSTEP_FREQS; local
125 "b" (function),
152 unsigned int function = SET_SPEEDSTEP_STATE; local
181 : "a" (command), "b" (function), "c" (state),
/drivers/net/wireless/rsi/
H A Drsi_91x_sdio_ops.c23 * rsi_sdio_master_access_msword() - This function sets the AHB master access
34 u8 function = 0; local
43 function,
57 function,
64 * rsi_copy_to_card() - This function includes the actual funtionality of
66 * function includes opening the TA file,reading the
160 * rsi_load_ta_instructions() - This function includes the actual funtionality
161 * of loading the TA firmware.This function also
270 * rsi_init_sdio_slave_regs() - This function does the actual initialization
280 u8 function local
[all...]
/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:__anon5006
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.c45 u8 function,
60 tmr->function = function;
199 * If this function was called with a valid pr_res_key
228 tmr_p->function, tmr_p->response, cmd->t_state);
258 * (e.g., by a LOGICAL UNIT RESET task management function), then "yes"
42 core_tmr_alloc_req( struct se_cmd *se_cmd, void *fabric_tmr_ptr, u8 function, gfp_t gfp_flags) argument
/drivers/usb/chipidea/
H A Dotg_fsm.h82 void (*function)(void *, unsigned long); /* Timeout function */ member in struct:ci_otg_fsm_timer
83 unsigned long data; /* Data passed to function */
/drivers/misc/
H A Dvexpress-syscfg.c186 * "arm,vexpress-energy" function used to be described
208 u32 function, device; local
211 function = be32_to_cpup(val++);
214 function = pdev->resource[0].end;
220 function, device);
225 func->template[i] |= SYS_CFGCTRL_FUNC(function);
/drivers/net/wireless/rtlwifi/rtl8192c/
H A Dfw_common.h74 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/net/wireless/rtlwifi/rtl8723com/
H A Dfw_common.h56 u8 function; member in struct:rtl8723e_firmware_header
/drivers/pci/hotplug/
H A Dacpiphp.h94 objects (i.e. for each function) */
103 * struct acpiphp_func - PCI function information
105 * PCI function information for each object in ACPI namespace
106 * typically 8 objects per slot (i.e. for each PCI function)
114 u8 function; /* pci function# */ member in struct:acpiphp_func
176 /* function flags */
181 /* function prototypes */

Completed in 419 milliseconds

123456