Searched refs:subdev (Results 1 – 10 of 10) sorted by relevance
| /openbmc/u-boot/drivers/mtd/ |
| H A D | mtdconcat.c | 39 struct mtd_info **subdev; member 73 struct mtd_info *subdev = concat->subdev[i]; in concat_read() local 76 if (from >= subdev->size) { in concat_read() 79 from -= subdev->size; in concat_read() 82 if (from + len > subdev->size) in concat_read() 84 size = subdev->size - from; in concat_read() 89 err = mtd_read(subdev, from, size, &retsize, buf); in concat_read() 129 struct mtd_info *subdev = concat->subdev[i]; in concat_write() local 132 if (to >= subdev->size) { in concat_write() 134 to -= subdev->size; in concat_write() [all …]
|
| /openbmc/qemu/hw/misc/ |
| H A D | aspeed_lpc.c | 290 enum aspeed_lpc_subdevice subdev; in aspeed_kcs_set_register_property() local 292 subdev = aspeed_kcs_subdevice_map[data->chan->id]; in aspeed_kcs_set_register_property() 293 qemu_irq_raise(s->subdevice_irqs[subdev]); in aspeed_kcs_set_register_property() 333 enum aspeed_lpc_subdevice subdev; in aspeed_lpc_read() local 335 subdev = aspeed_kcs_subdevice_map[channel->id]; in aspeed_lpc_read() 336 qemu_irq_lower(s->subdevice_irqs[subdev]); in aspeed_lpc_read()
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | dwapb_gpio.c | 154 struct udevice *subdev; in gpio_dwapb_bind() local 192 plat, -1, &subdev); in gpio_dwapb_bind() 196 dev_set_of_offset(subdev, node); in gpio_dwapb_bind()
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | concat.h | 13 struct mtd_info *subdev[], /* subdevices to concatenate */
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/ |
| H A D | 0002-media-ctl-Install-media-ctl-pkg-config-files.patch | 32 + description : 'v4l2 subdev library')
|
| /openbmc/u-boot/include/ |
| H A D | pci.h | 1603 #define PCI_DEVICE_SUB(vend, dev, subvend, subdev) \ argument 1605 .subvendor = (subvend), .subdevice = (subdev)
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |
| /openbmc/openbmc/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist2.txt | 4030 -rw-r--r-- root root 6339 ./usr/include/linux/v4l2-subdev.h
|
| H A D | buildhistory_filelist1.txt | 4029 -rw-r--r-- root root 6339 ./usr/include/linux/v4l2-subdev.h
|