Searched refs:read8 (Results 1 – 14 of 14) sorted by relevance
/drivers/misc/ |
D | ad525x_dpot-spi.c | 36 static int read8(void *client) in read8() function 75 .read_d8 = read8,
|
/drivers/mtd/devices/ |
D | lart.c | 267 static __u8 read8 (__u32 offset) in read8() function 448 while (len && gap--) *buf++ = read8 (from++), len--; in flash_read() 463 while (len--) *buf++ = read8 (from++); in flash_read()
|
/drivers/net/dsa/b53/ |
D | b53_priv.h | 33 int (*read8)(struct b53_device *dev, u8 page, u8 reg, u8 *value); member 210 ret = dev->ops->read8(dev, page, reg, val); in b53_read8()
|
D | b53_mmap.c | 211 .read8 = b53_mmap_read8,
|
D | b53_spi.c | 274 .read8 = b53_spi_read8,
|
D | b53_mdio.c | 271 .read8 = b53_mdio_read8,
|
D | b53_srab.c | 348 .read8 = b53_srab_read8,
|
/drivers/ssb/ |
D | host_soc.c | 164 .read8 = ssb_host_soc_read8,
|
D | sdio.c | 453 .read8 = ssb_sdio_read8,
|
D | pcmcia.c | 435 .read8 = ssb_pcmcia_read8,
|
D | pci.c | 1118 .read8 = ssb_pci_read8,
|
/drivers/bcma/ |
D | host_soc.c | 154 .read8 = bcma_host_soc_read8,
|
D | host_pci.c | 146 .read8 = bcma_host_pci_read8,
|
/drivers/net/dsa/ |
D | bcm_sf2.c | 968 .read8 = bcm_sf2_core_read8,
|