Home
last modified time | relevance | path

Searched refs:iichid (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/modules/i2c/iichid/
H A DMakefile2 KMOD = iichid
3 SRCS = iichid.c
/freebsd/sys/dev/hid/
H A Dietp.c451 device_t iichid; in ietp_iic_probe() local
458 iichid = device_get_parent(device_get_parent(dev)); in ietp_iic_probe()
459 if (device_get_devclass(iichid) != devclass_find("iichid")) in ietp_iic_probe()
617 device_t iichid = device_get_parent(device_get_parent(dev)); in ietp_iic_read_reg() local
618 uint16_t addr = iicbus_get_addr(iichid) << 1; in ietp_iic_read_reg()
641 device_t iichid = device_get_parent(device_get_parent(dev)); in ietp_iic_write_reg() local
642 uint16_t addr = iicbus_get_addr(iichid) << 1; in ietp_iic_write_reg()
H A Dhidbus.c972 DRIVER_MODULE(hidbus, iichid, hidbus_driver, 0, 0);
/freebsd/sys/modules/i2c/
H A DMakefile39 SUBDIR += iichid
/freebsd/sys/dev/iicbus/
H A Diichid.c68 static SYSCTL_NODE(_hw, OID_AUTO, iichid, CTLFLAG_RW, 0, "I2C HID");
1396 DRIVER_MODULE(iichid, iicbus, iichid_driver, NULL, NULL);
1397 MODULE_DEPEND(iichid, iicbus, IICBUS_MINVER, IICBUS_PREFVER, IICBUS_MAXVER);
1398 MODULE_DEPEND(iichid, acpi, 1, 1, 1);
1399 MODULE_DEPEND(iichid, hid, 1, 1, 1);
1400 MODULE_DEPEND(iichid, hidbus, 1, 1, 1);
1401 MODULE_VERSION(iichid, 1);
/freebsd/sys/arm64/conf/
H A DNOTES258 device iichid # HID-over-I2C support
/freebsd/share/man/man4/
H A DMakefile234 iichid.4 \
/freebsd/sys/x86/conf/
H A DNOTES580 device iichid # HID-over-I2C support
/freebsd/sys/amd64/conf/
H A DNOTES
/freebsd/sys/i386/conf/
H A DNOTES
/freebsd/sys/conf/
H A Dfiles1796 dev/iicbus/iichid.c optional iichid acpi hid iicbus