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

/drivers/media/dvb/bt8xx/
H A Ddst_priv.h22 struct dst_gpio_enable enb; member in union:dst_gpio_packet
H A Ddst.c87 union dst_gpio_packet enb; local
91 enb.enb.mask = mask;
92 enb.enb.enable = enbb;
95 if ((err = bt878_device_control(state->bt, DST_IG_ENABLE, &enb)) < 0) {
96 dprintk(verbose, DST_INFO, 1, "dst_gpio_enb error (err == %i, mask == %02x, enb == %02x)", err, mask, enbb);
/drivers/mmc/host/
H A Ddw_mmc.c852 static void dw_mci_enable_sdio_irq(struct mmc_host *mmc, int enb) argument
860 if (enb) {
/drivers/usb/gadget/
H A Dm66592-udc.c897 static void irq_pipe_ready(struct m66592 *m66592, u16 status, u16 enb) argument
904 if ((status & M66592_BRDY0) && (enb & M66592_BRDY0)) {
915 if ((status & check) && (enb & check)) {
929 static void irq_pipe_empty(struct m66592 *m66592, u16 status, u16 enb) argument
937 if ((status & M66592_BEMP0) && (enb & M66592_BEMP0)) {
946 if ((status & check) && (enb & check)) {
H A Dr8a66597-udc.c1098 static void irq_pipe_ready(struct r8a66597 *r8a66597, u16 status, u16 enb) argument
1105 if ((status & BRDY0) && (enb & BRDY0)) {
1115 if ((status & check) && (enb & check)) {
1128 static void irq_pipe_empty(struct r8a66597 *r8a66597, u16 status, u16 enb) argument
1136 if ((status & BEMP0) && (enb & BEMP0)) {
1145 if ((status & check) && (enb & check)) {

Completed in 89 milliseconds