Home
last modified time | relevance | path

Searched refs:read8 (Results 1 – 14 of 14) sorted by relevance

/drivers/misc/
Dad525x_dpot-spi.c36 static int read8(void *client) in read8() function
75 .read_d8 = read8,
/drivers/mtd/devices/
Dlart.c267 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/
Db53_priv.h33 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()
Db53_mmap.c211 .read8 = b53_mmap_read8,
Db53_spi.c274 .read8 = b53_spi_read8,
Db53_mdio.c271 .read8 = b53_mdio_read8,
Db53_srab.c348 .read8 = b53_srab_read8,
/drivers/ssb/
Dhost_soc.c164 .read8 = ssb_host_soc_read8,
Dsdio.c453 .read8 = ssb_sdio_read8,
Dpcmcia.c435 .read8 = ssb_pcmcia_read8,
Dpci.c1118 .read8 = ssb_pci_read8,
/drivers/bcma/
Dhost_soc.c154 .read8 = bcma_host_soc_read8,
Dhost_pci.c146 .read8 = bcma_host_pci_read8,
/drivers/net/dsa/
Dbcm_sf2.c968 .read8 = bcm_sf2_core_read8,