Searched refs:read8 (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/drivers/misc/
H A Dad525x_dpot-spi.c36 static int read8(void *client) read8() function
75 .read_d8 = read8,
/linux-4.1.27/tools/perf/util/
H A Dtrace-event-read.c109 static unsigned long long read8(struct pevent *pevent) read8() function
227 size = read8(pevent); read_header_files()
257 size = read8(pevent); read_header_files()
310 size = read8(pevent); read_ftrace_files()
337 size = read8(pevent); read_event_files()
/linux-4.1.27/drivers/mtd/devices/
H A Dlart.c267 static __u8 read8 (__u32 offset) read8() function
448 while (len && gap--) *buf++ = read8 (from++), len--; flash_read()
463 while (len--) *buf++ = read8 (from++); flash_read()
/linux-4.1.27/drivers/bcma/
H A Dhost_soc.c154 .read8 = bcma_host_soc_read8,
H A Dhost_pci.c146 .read8 = bcma_host_pci_read8,
/linux-4.1.27/arch/parisc/lib/
H A Diomap.c45 unsigned int (*read8)(void __iomem *); member in struct:iomap_ops
274 return iomap_ops[ADDR_TO_REGION(addr)]->read8(addr); ioread8()
/linux-4.1.27/include/linux/bcma/
H A Dbcma.h42 u8 (*read8)(struct bcma_device *core, u16 offset); member in struct:bcma_host_ops
354 return core->bus->ops->read8(core, offset); bcma_read8()
/linux-4.1.27/include/linux/ssb/
H A Dssb.h201 u8 (*read8)(struct ssb_device *dev, u16 offset); member in struct:ssb_bus_ops
576 return dev->ops->read8(dev, offset); ssb_read8()
/linux-4.1.27/drivers/ssb/
H A Dsdio.c453 .read8 = ssb_sdio_read8,
H A Dpcmcia.c436 .read8 = ssb_pcmcia_read8,
H A Dmain.c747 .read8 = ssb_ssb_read8,
H A Dpci.c1117 .read8 = ssb_pci_read8,
/linux-4.1.27/drivers/net/ethernet/seeq/
H A Dether3.c373 printk(", read8 [%02X:%02X]\n", read_high, read_low); ether3_probe_bus_8()

Completed in 334 milliseconds