HomeSort by: relevance | last modified time | path
    Searched defs:i2c (Results 1 - 25 of 128) sorted by relevancy

1 2 3 4 5 6

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
wm8750-apc8750.dts 18 pinctrl-0 = <&i2c>;
20 i2c: i2c { label
wm8750-apc8750.dts 18 pinctrl-0 = <&i2c>;
20 i2c: i2c { label
ep7211-edb7211.dts 47 i2c: i2c { label
48 compatible = "i2c-gpio";
51 i2c-gpio,delay-us = <2>;
52 i2c-gpio,scl-output-only;
ep7211-edb7211.dts 47 i2c: i2c { label
48 compatible = "i2c-gpio";
51 i2c-gpio,delay-us = <2>;
52 i2c-gpio,scl-output-only;
cx92755.dtsi 134 i2c: i2c@f0000120 { label
135 compatible = "cnxt,cx92755-i2c";
imx23-olinuxino.dts 72 i2c: i2c@80058000 { label
s3c24xx.dtsi 84 i2c: i2c@54000000 { label
85 compatible = "samsung,s3c2410-i2c";
cx92755.dtsi 134 i2c: i2c@f0000120 { label
135 compatible = "cnxt,cx92755-i2c";
imx23-olinuxino.dts 72 i2c: i2c@80058000 { label
s3c24xx.dtsi 84 i2c: i2c@54000000 { label
85 compatible = "samsung,s3c2410-i2c";
imx23-xfi3.dts 105 i2c: i2c@80058000 { label
imx23-xfi3.dts 105 i2c: i2c@80058000 { label
  /src/sys/dev/i2c/
lg3303var.h 32 #include <dev/i2c/i2cvar.h>
39 i2c_tag_t i2c; member in struct:lg3303
lg3303var.h 32 #include <dev/i2c/i2cvar.h>
39 i2c_tag_t i2c; member in struct:lg3303
xc5kvar.h 32 #include <dev/i2c/i2cvar.h>
40 i2c_tag_t i2c; member in struct:xc5k
xc5kvar.h 32 #include <dev/i2c/i2cvar.h>
40 i2c_tag_t i2c; member in struct:xc5k
au8522var.h 32 #include <dev/i2c/i2cvar.h>
37 i2c_tag_t i2c; member in struct:au8522
xc3028var.h 32 #include <dev/i2c/i2cvar.h>
52 i2c_tag_t i2c; member in struct:xc3028
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_ic.c 32 #include <subdev/i2c.h>
47 client = i2c_new_device(&bus->i2c, info);
96 struct nvkm_i2c *i2c = device->i2c; local in function:nvkm_therm_ic_ctor
100 bus = nvkm_i2c_bus_find(i2c, NVKM_I2C_BUS_PRI);
nouveau_nvkm_subdev_therm_ic.c 32 #include <subdev/i2c.h>
47 client = i2c_new_device(&bus->i2c, info);
96 struct nvkm_i2c *i2c = device->i2c; local in function:nvkm_therm_ic_ctor
100 bus = nvkm_i2c_bus_find(i2c, NVKM_I2C_BUS_PRI);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_i2c.c 31 #include <subdev/bios/i2c.h>
36 u16 i2c = 0x0000; local in function:dcb_i2c_table
40 i2c = nvbios_rd16(bios, dcb + 2);
42 i2c = nvbios_rd16(bios, dcb + 4);
45 if (i2c && *ver >= 0x42) {
50 if (i2c && *ver >= 0x30) {
51 *ver = nvbios_rd08(bios, i2c + 0);
52 *hdr = nvbios_rd08(bios, i2c + 1);
53 *cnt = nvbios_rd08(bios, i2c + 2);
54 *len = nvbios_rd08(bios, i2c + 3)
69 u16 i2c = dcb_i2c_table(bios, ver, &hdr, &cnt, len); local in function:dcb_i2c_entry
    [all...]
nouveau_nvkm_subdev_bios_i2c.c 31 #include <subdev/bios/i2c.h>
36 u16 i2c = 0x0000; local in function:dcb_i2c_table
40 i2c = nvbios_rd16(bios, dcb + 2);
42 i2c = nvbios_rd16(bios, dcb + 4);
45 if (i2c && *ver >= 0x42) {
50 if (i2c && *ver >= 0x30) {
51 *ver = nvbios_rd08(bios, i2c + 0);
52 *hdr = nvbios_rd08(bios, i2c + 1);
53 *cnt = nvbios_rd08(bios, i2c + 2);
54 *len = nvbios_rd08(bios, i2c + 3)
69 u16 i2c = dcb_i2c_table(bios, ver, &hdr, &cnt, len); local in function:dcb_i2c_entry
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/
priv.h 14 struct i2c_adapter *i2c; member in struct:nvkm_iccsense_sensor
priv.h 14 struct i2c_adapter *i2c; member in struct:nvkm_iccsense_sensor
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_disp.c 196 struct nvkm_i2c *i2c = nvxx_i2c(&drm->client.device); local in function:nv04_display_create
274 nvkm_i2c_bus_find(i2c, nv_encoder->dcb->i2c_index);
275 nv_encoder->i2c = bus ? &bus->i2c : NULL;

Completed in 137 milliseconds

1 2 3 4 5 6