Searched defs:enab (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/bcmdhd/
H A Dbcmsdh.c681 bcmsdh_sleep(void *sdh, bool enab) argument
687 return sdioh_sleep(sd, enab);
721 bcmsdh_gpioout(void *sdh, uint32 gpio, bool enab) argument
726 return sdioh_gpioout(sd, gpio, enab);
H A Dbcmsdh_sdmmc.c1455 sdioh_gpioout(sdioh_info_t *sd, uint32 gpio, bool enab) argument
/drivers/staging/comedi/drivers/
H A Dpcmmio.c281 unsigned char enab[NUM_PAGED_REGS]; member in struct:pcmmio_private::__anon5138
1068 unsigned enab = local
1074 /* set enab intrs for this subdev.. */
1075 outb(enab,
H A Dpcmuio.c206 unsigned char enab[NUM_PAGED_REGS]; /* shadow of ENABx registers */ member in struct:pcmuio_private::__anon5140
912 unsigned enab = local
918 /* set enab intrs for this subdev.. */
919 outb(enab,
H A Ds626.c338 void (*SetEnable) (struct comedi_device *dev, struct enc_private *, uint16_t enab); /* Program clock enable. */
366 uint16_t enab);
368 uint16_t enab);
511 /* enab/disable a function or test status bit(s) that are accessed */
758 /* enab DEBI and audio pins, enable I2C interface. */
850 /* enab TSL1 slot list so that it executes all the time. */
989 /* Init Counter Interrupt enab mask for RDMISC2. This mask is
998 /* Without modifying the state of the Battery Backup enab, disable
2365 uint16_t enab = CLKENAB_ALWAYS; local
2376 k->SetEnable(dev, k, (uint16_t) (enab !
3114 SetEnable_A(struct comedi_device *dev, struct enc_private *k, uint16_t enab) argument
3123 SetEnable_B(struct comedi_device *dev, struct enc_private *k, uint16_t enab) argument
[all...]

Completed in 63 milliseconds