Searched refs:read8 (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/drivers/misc/ |
H A D | ad525x_dpot-spi.c | 36 static int read8(void *client) read8() function 75 .read_d8 = read8,
|
/linux-4.1.27/tools/perf/util/ |
H A D | trace-event-read.c | 109 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 D | lart.c | 267 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 D | host_soc.c | 154 .read8 = bcma_host_soc_read8,
|
H A D | host_pci.c | 146 .read8 = bcma_host_pci_read8,
|
/linux-4.1.27/arch/parisc/lib/ |
H A D | iomap.c | 45 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 D | bcma.h | 42 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 D | ssb.h | 201 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 D | sdio.c | 453 .read8 = ssb_sdio_read8,
|
H A D | pcmcia.c | 436 .read8 = ssb_pcmcia_read8,
|
H A D | main.c | 747 .read8 = ssb_ssb_read8,
|
H A D | pci.c | 1117 .read8 = ssb_pci_read8,
|
/linux-4.1.27/drivers/net/ethernet/seeq/ |
H A D | ether3.c | 373 printk(", read8 [%02X:%02X]\n", read_high, read_low); ether3_probe_bus_8()
|
Completed in 361 milliseconds