Searched refs:bustype (Results 176 - 200 of 413) sorted by relevance

1234567891011>>

/linux-master/drivers/input/misc/
H A Datmel_captouch.c199 capdev->input->id.bustype = BUS_I2C;
H A Dpcf8574_keypad.c126 idev->id.bustype = BUS_I2C;
/linux-master/drivers/input/touchscreen/
H A Deeti_ts.c198 input->id.bustype = BUS_I2C;
H A Degalax_ts.c191 input_dev->id.bustype = BUS_I2C;
H A Dcy8ctma140.c247 input->id.bustype = BUS_I2C;
H A Dmcs5000_ts.c209 input_dev->id.bustype = BUS_I2C;
H A Dmigor_ts.c145 input->id.bustype = BUS_I2C;
H A Dmax11801_ts.c188 input_dev->id.bustype = BUS_I2C;
H A Dwacom_i2c.c195 input->id.bustype = BUS_I2C;
H A Dzet6223.c201 input->id.bustype = BUS_I2C;
H A Dcyttsp_core.c686 input_dev->id.bustype = bus_ops->bustype;
H A Dsilead.c148 data->input->id.bustype = BUS_I2C;
182 data->input->id.bustype = BUS_I2C;
H A Dpenmount.c216 input_dev->id.bustype = BUS_RS232;
H A D88pm860x-ts.c254 touch->idev->id.bustype = BUS_I2C;
/linux-master/drivers/input/joystick/
H A Dadafruit-seesaw.c267 seesaw->input_dev->id.bustype = BUS_I2C;
/linux-master/drivers/input/keyboard/
H A Dlm8333.c157 input->id.bustype = BUS_I2C;
H A Dcypress-sf.c145 touchkey->input_dev->id.bustype = BUS_I2C;
H A Dtca6416-keypad.c220 input->id.bustype = BUS_HOST;
H A Dmax7359_keypad.c198 input_dev->id.bustype = BUS_I2C;
H A Dqt1070.c166 input->id.bustype = BUS_I2C;
H A Dcros_ec_keyb.c504 idev->id.bustype = BUS_VIRTUAL;
624 idev->id.bustype = BUS_VIRTUAL;
H A Dmaple_keyb.c177 idev->id.bustype = BUS_HOST;
/linux-master/drivers/ssb/
H A Dsdio.c592 if (bus->bustype != SSB_BUSTYPE_SDIO)
599 if (bus->bustype != SSB_BUSTYPE_SDIO)
/linux-master/drivers/platform/x86/dell/
H A Ddell-wmi-base.c376 (dev)->id.bustype = BUS_HOST;
615 priv->input_dev->id.bustype = BUS_HOST;
/linux-master/include/linux/ssb/
H A Dssb.h426 /* Currently mapped PCMCIA segment. (bustype == SSB_BUSTYPE_PCMCIA only) */
436 enum ssb_bustype bustype; member in struct:ssb_bus
437 /* Pointers to the host-bus. Check bustype before using any of these pointers. */
439 /* Pointer to the PCI bus (only valid if bustype == SSB_BUSTYPE_PCI). */
441 /* Pointer to the PCMCIA device (only if bustype == SSB_BUSTYPE_PCMCIA). */
443 /* Pointer to the SDIO device (only if bustype == SSB_BUSTYPE_SDIO). */
635 if (sdev->bus->bustype == SSB_BUSTYPE_PCI)

Completed in 245 milliseconds

1234567891011>>