Searched refs:function (Results 101 - 125 of 585) sorted by relevance

1234567891011>>

/drivers/input/joystick/
H A Dmaplecontrol.c174 .function = MAPLE_FUNC_CONTROLLER,
/drivers/isdn/mISDN/
H A Dfsm.c113 ft->tl.function = (void *) FsmExpireTimer;
/drivers/isdn/sc/
H A Dcommand.c347 sc_adapter[card]->reset_timer.function = sc_check_reset;
H A Dinterrupt.c166 sc_adapter[card]->stat_timer.function = check_phystat;
/drivers/leds/
H A Dled-class.c181 led_cdev->blink_timer.function = led_timer_function;
/drivers/media/dvb/frontends/
H A Ddibx000_common.h243 u8 function; member in struct:dibGPIOFunction
/drivers/media/video/saa7134/
H A Dsaa7134-vbi.c211 dev->vbi_q.timeout.function = saa7134_buffer_timeout;
/drivers/net/ethernet/mellanox/mlx4/
H A Den_cq.c129 cq->timer.function = mlx4_en_poll_tx_cq;
/drivers/net/hamradio/
H A D6pack.c454 * This function is called by the 'tty_io' module in the kernel when
557 sp->resync_t.function = resync_tnc;
572 sp->resync_t.function = resync_tnc;
581 * This function is called by the TTY module when the
653 sp->tx_t.function = sp_xmit_on_air;
952 sp->resync_t.function = resync_tnc;
/drivers/platform/x86/
H A Dwmi.c853 acpi_wmi_ec_space_handler(u32 function, acpi_physical_address address, argument
863 if (function != ACPI_READ && function != ACPI_WRITE)
869 if (function == ACPI_READ) {
/drivers/pps/generators/
H A Dpps_gen_parport.c218 device.timer.function = hrtimer_event;
/drivers/rtc/
H A Dclass.c181 rtc->pie_timer.function = rtc_pie_update_irq;
/drivers/s390/char/
H A Dsclp.c2 * core function to access sclp interface
149 __sclp_set_request_timer(unsigned long time, void (*function)(unsigned long),
153 sclp_request_timer.function = function;
437 /* Wait until a currently running request finished. Note: while this function
477 sclp_request_timer.function(sclp_request_timer.data);
H A Dsclp_con.c185 sclp_con_timer.function = sclp_console_timeout;
268 * This function is called for SCLP suspend and resume events.
/drivers/scsi/isci/
H A Dscu_task_context.h368 u32 function:8; member in struct:smp_task_context
458 * This field is the address modifier to be used when a virtual function is
725 * programmed with the virtual function that is making the request.
/drivers/staging/cxt1e1/
H A Dfunctions.c141 wdp->h.function = watchdog_func;
/drivers/staging/rtl8192e/
H A Drtllib_module.c62 ptimer->function = fun;
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c138 ieee->crypt_deinit_timer.function = ieee80211_crypt_deinit_handler;
179 //These function were added to load crypte module autoly
/drivers/staging/sbe-2t3e3/
H A Dmodule.c170 card->timer.function = check_leds;
/drivers/pcmcia/
H A Dcistpl.c132 * pcmcia_read_cis_mem() - low-level function to read CIS memory
209 * pcmcia_write_cis_mem() - low-level function to write CIS memory
446 int pccard_get_first_tuple(struct pcmcia_socket *s, unsigned int function, argument
463 if (pccard_get_next_tuple(s, function, tuple) == 0) {
465 if (pccard_get_next_tuple(s, function, tuple) != 0)
471 return pccard_get_next_tuple(s, function, tuple);
521 int pccard_get_next_tuple(struct pcmcia_socket *s, unsigned int function, argument
594 if (function == BIND_FN_ALL) {
604 tuple->LinkOffset += function * 5;
1374 * The function return
[all...]
/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c275 const char *function, int line)
284 HFC_inb_pcimem(struct hfc_multi *hc, u_char reg, const char *function, int line) argument
293 HFC_inw_pcimem(struct hfc_multi *hc, u_char reg, const char *function, int line) argument
302 HFC_wait_pcimem(struct hfc_multi *hc, const char *function, int line) argument
315 const char *function, int line)
325 HFC_inb_regio(struct hfc_multi *hc, u_char reg, const char *function, int line) argument
335 HFC_inw_regio(struct hfc_multi *hc, u_char reg, const char *function, int line) argument
345 HFC_wait_regio(struct hfc_multi *hc, const char *function, int line) argument
358 const char *function, int line)
381 hc->id, reg, regname, val, bits, function, lin
274 HFC_outb_pcimem(struct hfc_multi *hc, u_char reg, u_char val, const char *function, int line) argument
314 HFC_outb_regio(struct hfc_multi *hc, u_char reg, u_char val, const char *function, int line) argument
357 HFC_outb_debug(struct hfc_multi *hc, u_char reg, u_char val, const char *function, int line) argument
385 HFC_inb_debug(struct hfc_multi *hc, u_char reg, const char *function, int line) argument
415 HFC_inw_debug(struct hfc_multi *hc, u_char reg, const char *function, int line) argument
437 HFC_wait_debug(struct hfc_multi *hc, const char *function, int line) argument
[all...]
/drivers/usb/serial/
H A Dusb-serial.c361 /* pass on to the driver specific version of this function */
373 /* pass on to the driver specific version of this function */
386 /* pass on to the driver specific version of this function */
395 /* pass on to the driver specific version of this function */
405 /* pass on to the driver specific version of this function */
418 /* pass on to the driver specific version of this function
432 /* pass on to the driver specific version of this function
446 /* pass on to the driver specific version of this function
762 /* if this device type has a probe function, call it */
864 /* if this device type has a calc_num_ports function, cal
[all...]
H A Dmos7840.c271 * To set the Control register by calling usb_fill_control_urb function
272 * by passing usb_sndctrlpipe function as parameter.
289 * To set the Uart register by calling usb_fill_control_urb function by
290 * passing usb_rcvctrlpipe function as parameter.
316 * To set the Uart register by calling usb_fill_control_urb function by
317 * passing usb_sndctrlpipe function as parameter.
354 * To set the Control register by calling usb_fill_control_urb function
355 * by passing usb_rcvctrlpipe function as parameter.
577 * this is the callback function for when we have received data on the
682 const char *function)
681 mos7840_port_paranoia_check(struct usb_serial_port *port, const char *function) argument
697 mos7840_serial_paranoia_check(struct usb_serial *serial, const char *function) argument
712 mos7840_get_usb_serial(struct usb_serial_port *port, const char *function) argument
[all...]
/drivers/block/
H A Dfloppy.c988 /* this function makes sure that the disk stays in the drive during the
1001 fd_timer.function = (timeout_fn)fd_watchdog;
1014 static int fd_wait_for_completion(unsigned long delay, timeout_fn function) argument
1025 fd_timer.function = function;
1327 * of the specify command (i.e. using the fdc_specify function).
1450 timeout_fn function; local
1464 function = (timeout_fn)floppy_start;
1466 function = (timeout_fn)setup_rw_floppy;
1469 if (fd_wait_for_completion(ready_date, function))
1846 start_motor(void (*function)(void)) argument
[all...]
/drivers/firmware/
H A Dedd.c160 info->params.interface_path.pci.function,
675 function));

Completed in 1355 milliseconds

1234567891011>>