Searched refs:attach (Results 1 - 25 of 33) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sgi/char/
H A Dusema.c49 sgi_usema_attach (usattach_t * attach, struct irix_usema *usema) argument
79 usattach_t *attach = (usattach_t *)arg; local
80 retval = verify_area(VERIFY_READ, attach, sizeof(usattach_t));
92 return sgi_usema_attach(attach, usema);
99 usattach_t *attach = (usattach_t *)arg; local
101 retval = verify_area(VERIFY_READ, attach, sizeof(usattach_t));
119 usattach_t *attach = (usattach_t *)arg; local
121 retval = verify_area(VERIFY_READ, attach, sizeof(usattach_t));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dcdl.c35 int (*attach) (devfs_handle_t); member in struct:cdl
91 * attach routine of that driver.
97 * it? The specified driver attach routine does not reference these
107 * Find the driver entry point and call the attach routine.
114 * Call the device attach routines.
116 if (sgi_infrastructure_drivers[i].attach) {
117 return(sgi_infrastructure_drivers[i].attach(connpt));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/pcmcia/
H A Ddriver_ops.h62 dev_node_t *(*attach) (dev_locator_t *loc); member in struct:driver_operations
H A Dds.h138 dev_link_t *(*attach)(void),
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/pcmcia/
H A Ddriver_ops.h62 dev_node_t *(*attach) (dev_locator_t *loc); member in struct:driver_operations
H A Dds.h138 dev_link_t *(*attach)(void),
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Datm_tcp.h65 int (*attach)(struct atm_vcc *vcc,int itf); member in struct:atm_tcp_ops
H A Di2c-old.h70 int (*attach)(struct i2c_device *device); member in struct:i2c_driver
103 /* attach/detach inform callbacks */
H A Dparport.h321 void (*attach) (struct parport *); member in struct:parport_driver
335 call the high-level drivers' attach() functions (after things like
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Datm_tcp.h65 int (*attach)(struct atm_vcc *vcc,int itf); member in struct:atm_tcp_ops
H A Di2c-old.h70 int (*attach)(struct i2c_device *device); member in struct:i2c_driver
103 /* attach/detach inform callbacks */
H A Dparport.h321 void (*attach) (struct parport *); member in struct:parport_driver
335 call the high-level drivers' attach() functions (after things like
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dds.c83 dev_link_t *(*attach)(void); member in struct:driver_info_t
155 dev_link_t *(*attach)(void),
177 driver->attach = attach;
185 b->instance = driver->attach();
216 target->attach = NULL; target->detach = NULL;
396 driver->attach = NULL; driver->detach = NULL;
434 if (driver->attach) {
435 b->instance = driver->attach();
154 register_pccard_driver(dev_info_t *dev_info, dev_link_t *(*attach)(void), void (*detach)(dev_link_t *)) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A Dshare.c91 /* Call attach(port) for each registered driver. */
95 void (**attach) (struct parport *);
98 /* This is complicated because attach() must be able to block,
108 * they'll be given an attach during parport_register_driver,
110 * get given an attach twice if they registered just before
114 attach = kmalloc (sizeof (void(*)(struct parport *)) * count,
116 if (!attach) {
117 printk (KERN_WARNING "parport: not enough memory to attach\n");
123 attach[i++] = drv->attach;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_REJECT.c26 void (*attach)(struct sk_buff *, struct nf_ct_info *);
29 if (nfct && (attach = ip_ct_attach) != NULL)
30 attach(new_skb, nfct);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_REJECT.c26 void (*attach)(struct sk_buff *, struct nf_ct_info *);
29 if (nfct && (attach = ip_ct_attach) != NULL)
30 attach(new_skb, nfct);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dhosts.h551 int (*detect)(Scsi_Device *); /* Returns 1 if we can attach this device */
555 int (*attach)(Scsi_Device *); /* Attach devices to arrays */ member in struct:Scsi_Device_Template
H A Dscsi_scan.c404 if (sdtpnt->attach) {
405 (*sdtpnt->attach) (oldSDpnt);
769 * allocate a new one and attach it to the host so that we can further scan the bus.
H A Dscsi.c1982 if (sdtpnt->attach)
1983 (*sdtpnt->attach) (SDpnt);
2456 if (tpnt->attach)
2457 (*tpnt->attach) (SDpnt);
2987 * optimal. We can add hooks later to attach
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc.h33 void *(*attach)(struct etc_info *etc, void *dev, void *regs); member in struct:chops
H A Detc.c86 /* chip attach */
87 if ((etc->ch = (*etc->chops->attach)(etc, osh, regsva)) == NULL) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Datmtcp.c409 atm_tcp_ops.attach = atmtcp_attach;
418 atm_tcp_ops.attach = NULL;
427 atmtcp_attach, /* attach */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Ddev_table.h52 void (*attach) (struct address_info *hw_config); member in struct:driver_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Di2c-old.c108 if (driver->attach(device)!=0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dcommon.c744 if (!atm_tcp_ops.attach) {
749 error = atm_tcp_ops.attach(vcc,(int) arg);

Completed in 161 milliseconds

12