Searched refs:attach (Results 76 - 100 of 231) sorted by relevance

12345678910

/drivers/staging/comedi/drivers/
H A Dcb_pcimdas.c177 * which functions to call to configure/deconfigure (attach/detach)
187 .attach = cb_pcimdas_attach,
H A Dcomedi_bond.c138 * which functions to call to configure/deconfigure (attach/detach)
155 .attach = bonding_attach,
169 * into dev->board_ptr and driver->attach() is called.
H A Ddas6402.c108 .attach = das6402_attach,
H A Ddt2814.c69 .attach = dt2814_attach,
H A Ddyna_pci10xx.c119 .attach = dyna_pci10xx_attach,
H A Dmultiq3.c92 .attach = multiq3_attach,
H A Dni_670x.c119 .attach = ni_670x_attach,
H A Dni_atmio.c352 .attach = ni_atmio_attach,
H A Dni_mio_cs.c234 .attach = mio_cs_attach,
H A Drti800.c154 .attach = rti800_attach,
H A Dskel.c154 * which functions to call to configure/deconfigure (attach/detach)
163 .attach = skel_attach,
177 * into dev->board_ptr and driver->attach() is called.
/drivers/usb/serial/
H A Df81232.c388 .attach = f81232_startup,
H A Dir-usb.c96 .attach = ir_startup,
H A Dmetro-usb.c372 .attach = metrousb_startup,
H A Dqcserial.c281 .attach = usb_wwan_startup,
H A Dsafe_serial.c314 .attach = safe_startup,
H A Dsymbolserial.c299 .attach = symbol_startup,
H A Dcypress_m8.c167 .attach = cypress_earthmate_startup,
193 .attach = cypress_hidcom_startup,
219 .attach = cypress_ca42v2_startup,
/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c842 u8 gid[16], u8 attach, u8 block_loopback,
859 if (attach && block_loopback)
862 err = mlx4_cmd(dev, mailbox->dma, qpn, attach,
841 mlx4_QP_ATTACH(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], u8 attach, u8 block_loopback, enum mlx4_protocol prot) argument
/drivers/w1/
H A Dw1.c796 void w1_reconnect_slaves(struct w1_family *f, int attach) argument
812 if ((attach && sl->family->fid == W1_FAMILY_DEFAULT
814 (!attach && sl->family->fid == f->fid)) {
/drivers/scsi/bfa/
H A Dbfa_fcs.c33 void (*attach) (struct bfa_fcs_s *fcs); member in struct:bfa_fcs_mod_s
67 * fcs attach -- called once to initialize data structures at driver attach time
85 if (mod->attach)
86 mod->attach(fcs);
/drivers/media/common/
H A Dsaa7146_core.c476 if (ext->attach(dev, pci_ext)) {
477 DEB_D("ext->attach() failed for %p. skipping device.\n", dev);
481 attach() above. So for those cards that do not use V4L we have to
/drivers/media/dvb/ttpci/
H A Dbudget-patch.c667 .attach = budget_patch_attach,
/drivers/media/video/
H A Dhexium_orion.c475 .attach = hexium_attach,
/drivers/net/wan/
H A Dc101.c378 hdlc->attach = sca_attach;

Completed in 5929 milliseconds

12345678910