Home
last modified time | relevance | path

Searched refs:iic_dev (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_iic.c68 device_t iic_dev; member
500 if (sc->iic_dev == NULL) in intel_gmbus_attach()
502 device_quiet(sc->iic_dev); in intel_gmbus_attach()
566 if (sc->iic_dev == NULL) in intel_iicbb_attach()
695 device_t iic_dev; in intel_setup_gmbus() local
751 if (iic_dev == NULL) { in intel_setup_gmbus()
755 iic_dev = device_find_child(iic_dev, "iicbus", -1); in intel_setup_gmbus()
756 if (iic_dev == NULL) { in intel_setup_gmbus()
762 bus->bbbus = iic_dev; in intel_setup_gmbus()
784 if (iic_dev == NULL) { in intel_setup_gmbus()
[all …]
/freebsd-12.1/sys/dev/drm2/radeon/
H A Datombios_i2c.c157 device_t iic_dev; in radeon_atom_hw_i2c_attach() local
163 iic_dev = device_add_child(dev, "iicbus", -1); in radeon_atom_hw_i2c_attach()
164 if (iic_dev == NULL) in radeon_atom_hw_i2c_attach()
166 device_quiet(iic_dev); in radeon_atom_hw_i2c_attach()
H A Dradeon_i2c.c245 device_t iic_dev; in radeon_iicbb_attach() local
251 iic_dev = device_add_child(dev, "iicbb", -1); in radeon_iicbb_attach()
252 if (iic_dev == NULL) in radeon_iicbb_attach()
254 device_quiet(iic_dev); in radeon_iicbb_attach()
974 device_t iic_dev; in radeon_hw_i2c_attach() local
980 iic_dev = device_add_child(dev, "iicbus", -1); in radeon_hw_i2c_attach()
981 if (iic_dev == NULL) in radeon_hw_i2c_attach()
983 device_quiet(iic_dev); in radeon_hw_i2c_attach()