Home
last modified time | relevance | path

Searched refs:subdev (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdconcat.c40 struct mtd_info **subdev; member
74 struct mtd_info *subdev = concat->subdev[i]; in concat_read() local
77 if (from >= subdev->size) { in concat_read()
80 from -= subdev->size; in concat_read()
83 if (from + len > subdev->size) in concat_read()
85 size = subdev->size - from; in concat_read()
90 err = mtd_read(subdev, from, size, &retsize, buf); in concat_read()
130 struct mtd_info *subdev = concat->subdev[i]; in concat_write() local
133 if (to >= subdev->size) { in concat_write()
135 to -= subdev->size; in concat_write()
[all …]
/rk3399_rockchip-uboot/drivers/gpio/
H A Ddwapb_gpio.c107 struct udevice *subdev; in gpio_dwapb_bind() local
141 plat, -1, &subdev); in gpio_dwapb_bind()
145 dev_set_of_offset(subdev, node); in gpio_dwapb_bind()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dconcat.h14 struct mtd_info *subdev[], /* subdevices to concatenate */
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/
H A Dserdes-core.c324 struct udevice *subdev; in serdes_gpio_register() local
356 subnode, &subdev); in serdes_gpio_register()
388 struct udevice *subdev; in serdes_pinctrl_register() local
427 subnode, &subdev); in serdes_pinctrl_register()
/rk3399_rockchip-uboot/include/
H A Dpci.h1589 #define PCI_DEVICE_SUB(vend, dev, subvend, subdev) \ argument
1591 .subvendor = (subvend), .subdevice = (subdev)