Searched refs:function (Results 26 - 50 of 585) sorted by relevance

1234567891011>>

/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_adb.c38 struct usb_function function; member in struct:adb_dev
122 return container_of(f, struct adb_dev, function);
558 VDBG(cdev, "%s disabled\n", dev->function.name);
568 dev->function.name = "adb";
569 dev->function.descriptors = fs_adb_descs;
570 dev->function.hs_descriptors = hs_adb_descs;
571 dev->function.bind = adb_function_bind;
572 dev->function.unbind = adb_function_unbind;
573 dev->function.set_alt = adb_function_set_alt;
574 dev->function
[all...]
H A Df_mtp.c73 struct usb_function function; member in struct:mtp_dev
252 struct mtp_ext_config_desc_function function; member in struct:__anon5697
260 .function = {
277 return container_of(f, struct mtp_dev, function);
1192 VDBG(cdev, "%s disabled\n", dev->function.name);
1212 dev->function.name = "mtp";
1213 dev->function.strings = mtp_strings;
1215 dev->function.descriptors = fs_ptp_descs;
1216 dev->function.hs_descriptors = hs_ptp_descs;
1218 dev->function
[all...]
H A Df_accessory.c69 struct usb_function function; member in struct:acc_dev
199 return container_of(f, struct acc_dev, function);
1102 VDBG(cdev, "%s disabled\n", dev->function.name);
1122 dev->function.name = "accessory";
1123 dev->function.strings = acc_strings,
1124 dev->function.descriptors = fs_acc_descs;
1125 dev->function.hs_descriptors = hs_acc_descs;
1126 dev->function.bind = acc_function_bind;
1127 dev->function.unbind = acc_function_unbind;
1128 dev->function
[all...]
H A Df_fs.c2 * f_fs.c -- user mode file system API for USB composite function controllers
132 * time not to us but another function and then there could be
179 /* Active function */
250 /* The function structure ***************************************************/
263 struct usb_function function; member in struct:ffs_function
269 return container_of(f, struct ffs_function, function);
960 * function configuration then later for event monitoring.
1156 /* "mount -t functionfs dev_name /dev/function" ends up here */
1451 func->function.name = "Function FS Gadget";
1452 func->function
[all...]
/drivers/gpu/drm/gma500/
H A Dpsb_lid.c77 lid_timer->function = psb_lid_timer_func;
/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/isdn/pcbit/
H A Dedss1.c253 chan->fsm_timer.function = NULL;
287 if (chan->fsm_timer.function) {
289 chan->fsm_timer.function = NULL;
302 chan->fsm_timer.function = &pcbit_fsm_timer;
/drivers/s390/net/
H A Dfsm.c66 tmpl[i].function;
145 this->tl.function = (void *)fsm_expire_timer;
174 this->tl.function = (void *)fsm_expire_timer;
183 /* FIXME: this function is never used, why */
195 this->tl.function = (void *)fsm_expire_timer;
/drivers/pci/hotplug/
H A Dcpqphp_nvram.c82 u8 function; member in struct:ev_hrt_ctrl
101 /* This is a series of function that deals with
295 /* The function Number */
443 u8 bus, device, function; local
483 function = p_ev_ctrl->function;
487 (function != PCI_FUNC(ctrl->pci_dev->devfn))) {
513 function = p_ev_ctrl->function;
H A Dcpqphp_core.c398 * @func: PCI device/function info
450 u8 function; local
458 function = devfn & 0x7;
459 dbg("bus, dev, fn = %d, %d, %d\n", bus, device, function);
461 slot_func = cpqhp_slot_find(bus, device, function);
477 u8 function; local
485 function = devfn & 0x7;
486 dbg("bus, dev, fn = %d, %d, %d\n", bus, device, function);
488 slot_func = cpqhp_slot_find(bus, device, function);
494 slot_func->function
509 u8 function; local
[all...]
H A Dibmphp_core.c500 * function. It will also power off empty slots that are powered on since BIOS
666 * This function will return the pci_func, given bus and devfunc, or NULL. It
670 static struct pci_func *ibm_slot_find(u8 busno, u8 device, u8 function) argument
682 (func_cur->function == function))
717 debug("func->device = %x, func->function = %x\n",
718 func->device, func->function);
732 * The following function is to fix kernel bug regarding
788 PCI_DEVFN(func->device, func->function));
796 PCI_DEVFN(func->device, func->function));
1009 u8 function; local
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TSProc.c16 // This function would be call when TS is no Tx/Rx for some period of time.
20 *function: I still not understand this function, so wait for further implementation
97 *function: Add BA timer function
161 pTxTS->TsCommonInfo.SetupTimer.function = TsSetupTimeOut;
165 pTxTS->TsCommonInfo.InactTimer.function = TsInactTimeout;
169 pTxTS->TsAddBaTimer.function = TsAddBaProcess;
173 pTxTS->TxPendingBARecord.Timer.function = BaSetupTimeOut;
177 pTxTS->TxAdmittedBARecord.Timer.function
[all...]
/drivers/acpi/
H A Dosl.c60 acpi_osd_exec_callback function; member in struct:acpi_os_dpc
855 PCI_DEVFN(pci_id->device, pci_id->function),
883 PCI_DEVFN(pci_id->device, pci_id->function),
896 dpc->function(dpc->context);
910 * DESCRIPTION: Depending on type, either queues function for deferred execution or
911 * immediately executes function on a separate thread.
916 acpi_osd_exec_callback function, void *context, int hp)
923 "Scheduling function [%p(%p)] for deferred execution.\n",
924 function, context));
939 dpc->function
915 __acpi_os_execute(acpi_execute_type type, acpi_osd_exec_callback function, void *context, int hp) argument
977 acpi_os_execute(acpi_execute_type type, acpi_osd_exec_callback function, void *context) argument
984 acpi_os_hotplug_execute(acpi_osd_exec_callback function, void *context) argument
1124 acpi_os_signal(u32 function, void *info) argument
[all...]
H A Dpci_slot.c188 int device, function; local
211 function = adr & 0xffff;
213 dev = pci_get_slot(pci_bus, PCI_DEVFN(device, function));
/drivers/net/wireless/iwlwifi/
H A Diwl-devtrace.h215 TP_PROTO(u32 level, bool in_interrupt, const char *function,
217 TP_ARGS(level, in_interrupt, function, vaf),
221 __string(function, function)
227 __assign_str(function, function);
/drivers/block/aoe/
H A Daoemain.c34 t.function = discover_timer;
/drivers/net/wireless/rtlwifi/rtl8192c/
H A Dfw_common.h47 u8 function; member in struct:rtl92c_firmware_header
/drivers/oprofile/
H A Dtimer_int.c41 hrtimer->function = oprofile_hrtimer_notify;
/drivers/target/
H A Dtarget_core_tmr.c46 u8 function,
61 tmr->function = function;
212 * If this function was called with a valid pr_res_key
241 tmr_p->function, tmr_p->response, cmd->t_state);
271 * (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/usb/otg/
H A Dfsl_otg.h352 void (*function)(unsigned long); /* Timeout function */ member in struct:fsl_otg_timer
353 unsigned long data; /* Data passed to function */
358 (void (*function)(unsigned long), unsigned long expires, unsigned long data)
365 timer->function = function;
/drivers/usb/storage/
H A Drealtek_cr.c96 u8 function[2]; member in struct:rts51x_status
146 /* Check card reader function */
148 CHK_BIT((chip)->status[0].function[0], 1)
150 CHK_BIT((chip)->status[0].function[0], 2)
152 CHK_BIT((chip)->status[0].function[0], 3)
154 CHK_BIT((chip)->status[0].function[0], 4)
156 CHK_BIT((chip)->status[0].function[1], 0)
158 CHK_BIT((chip)->status[0].function[1], 1)
286 * invoked by the invoke_transport() function
475 chip->status[lun].function[
[all...]
/drivers/pinctrl/
H A Dpinmux.c51 pr_err("pinmux ops has no name for function%u\n",
63 if (!map->data.mux.function) {
64 pr_err("failed to register map %s (%d): no function given\n",
76 * name that controls its mux function, or the requested GPIO name
130 * If there is no kind of request function for the pin we just assume
172 * This function returns a pointer to the previous owner. This is used
197 * If there is no kind of request function for the pin we just assume
287 const char *function)
292 /* See if this pctldev has this function */
297 if (!strcmp(function, fnam
286 pinmux_func_name_to_selector(struct pinctrl_dev *pctldev, const char *function) argument
[all...]
/drivers/net/ethernet/mellanox/mlx4/
H A Dcatas.c139 priv->catas_err.timer.function = poll_catas;
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Dfw.h116 u8 function; member in struct:rtl92d_firmware_header

Completed in 1623 milliseconds

1234567891011>>