Searched refs:detach (Results 1 - 25 of 53) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtea6415c.c98 static int detach(struct i2c_client *client) function
199 .detach_client = detach,
H A Dtea6420.c146 static int detach(struct i2c_client *client) function
175 .detach_client = detach,
H A Dtda9840.c217 static int detach(struct i2c_client *client) function
230 .detach_client = detach,
H A Ddpc7146.c370 .detach = dpc_detach,
H A Dhexium_orion.c495 .detach = hexium_detach,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-i2c-core.h52 void (*detach)(void *); member in struct:pvr2_i2c_handler_functions
H A Dpvrusb2-video-v4l.c193 .detach = (void (*)(void *))decoder_detach,
215 ctxt->ctrl.detach = (void (*)(void *))decoder_detach;
H A Dpvrusb2-tuner.c84 .detach = (void (*)(void *))pvr2_tuner_detach,
H A Dpvrusb2-audio.c133 .detach = (void (*)(void *))pvr2_msp3400_detach,
H A Dpvrusb2-wm8775.c134 .detach = (void (*)(void *))wm8775_detach,
H A Dpvrusb2-cx2584x-v4l.c216 .detach = (void (*)(void *))decoder_detach,
238 ctxt->ctrl.detach = (void (*)(void *))decoder_detach;
H A Dpvrusb2-hdw-internal.h142 void (*detach)(void *); member in struct:pvr2_decoder_ctrl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dgdb.c28 int detach(int pid, int sig) function
100 detach(debugger_parent, SIGINT);
H A Dtracer.c324 detach(pid, SIGSTOP);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdlc.h40 void (*detach)(struct net_device *dev); member in struct:hdlc_proto
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dhdlc.c302 if (hdlc->proto->detach)
303 hdlc->proto->detach(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dhnddma.h103 di_detach_t detach; member in struct:di_fcn_s
183 #define dma_detach(di) ((di)->di_fn->detach(di))
237 #define dma_detach(di) (dma64proc.detach(di))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/ctf/
H A Dhndctf.h86 #define ctf_detach(ci) if (CTF_ENAB(ci)) (ci)->fn.detach(ci)
148 ctf_detach_t detach; member in struct:ctf_fn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/cmtp/
H A Dcore.c383 goto detach;
389 detach:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-parport.c238 .detach = i2c_parport_detach,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspi_butterfly.c336 .detach = butterfly_detach,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dshare.c112 /* Call detach(port) for each registered driver. */
118 drv->detach (port);
146 * The driver's detach() function may block. The port that
147 * detach() is given will be valid for the duration of the
181 * detach() routine will have been called.
183 * All the driver's attach() and detach() calls are guaranteed to have
194 drv->detach(port);
409 * longer accessible by having their detach() routines called
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtipar.c483 .detach = tipar_detach,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_core.c481 dev->ext->detach(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dbudget-patch.c653 .detach = budget_patch_detach,

Completed in 163 milliseconds

123