Searched refs:bustype (Results 101 - 125 of 411) sorted by relevance

1234567891011>>

/linux-master/drivers/input/misc/
H A D88pm860x_onkey.c87 info->idev->id.bustype = BUS_I2C;
H A Dibm-panel.c139 panel->input->id.bustype = BUS_I2C;
H A Dtps65219-pwrbutton.c67 idev->id.bustype = BUS_I2C;
H A Dmma8450.c161 input->id.bustype = BUS_I2C;
H A Dgpio-vibra.c128 vibrator->input->id.bustype = BUS_HOST;
H A D88pm80x_onkey.c88 info->idev->id.bustype = BUS_I2C;
H A Dcma3000_d0x.c324 input_dev->id.bustype = bops->bustype;
H A Dxen-kbdfront.c252 kbd->id.bustype = BUS_PCI;
299 ptr->id.bustype = BUS_PCI;
349 mtouch->id.bustype = BUS_PCI;
/linux-master/drivers/input/touchscreen/
H A Dcyttsp4_spi.c141 .bustype = BUS_SPI,
H A Dar1021_i2c.c113 input->id.bustype = BUS_I2C;
H A Dgoodix_berlin_spi.c119 .bustype = BUS_SPI,
H A Dsurface3_spi.c264 input->id.bustype = BUS_SPI;
305 input->id.bustype = BUS_SPI;
H A Dad7879.c524 int irq, u16 bustype, u8 devid)
561 input_dev->id.bustype = bustype;
523 ad7879_probe(struct device *dev, struct regmap *regmap, int irq, u16 bustype, u8 devid) argument
/linux-master/drivers/staging/media/av7110/
H A Dav7110_ir.c123 rcdev->input_id.bustype = BUS_PCI;
/linux-master/drivers/input/joystick/
H A Dqwiic-joystick.c91 priv->dev->id.bustype = BUS_I2C;
/linux-master/drivers/input/keyboard/
H A Ddlink-dir685-touchkeys.c102 tk->input->id.bustype = BUS_I2C;
H A Damikbd.c207 dev->id.bustype = BUS_AMIGA;
/linux-master/drivers/platform/x86/
H A Dlenovo-ymc.c175 input_dev->id.bustype = BUS_HOST;
H A Dxo15-ebook.c119 input->id.bustype = BUS_HOST;
/linux-master/drivers/soc/loongson/
H A Dloongson2_pm.c108 button->id.bustype = BUS_HOST;
/linux-master/drivers/macintosh/
H A Dmac_hid.c45 mac_hid_emumouse_dev->id.bustype = BUS_ADB;
/linux-master/drivers/input/mouse/
H A Damimouse.c104 dev->id.bustype = BUS_AMIGA;
/linux-master/drivers/platform/x86/intel/
H A Dvbtn.c118 priv->buttons_dev->id.bustype = BUS_HOST;
136 priv->switches_dev->id.bustype = BUS_HOST;
/linux-master/drivers/ssb/
H A Ddriver_pcicore.c538 if (bus->bustype == SSB_BUSTYPE_PCI)
690 if (dev->bus->bustype != SSB_BUSTYPE_PCI) {
711 WARN_ON(bus->bustype != SSB_BUSTYPE_PCI);
/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). */
628 "unsupported bustype %d\n", dev->bus->bustype);
643 if (sdev->bus->bustype == SSB_BUSTYPE_PCI)

Completed in 250 milliseconds

1234567891011>>