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

12

/linux-master/tools/perf/util/
H A Dtrace-event-read.c92 static unsigned long long read8(struct tep_handle *pevent) function
210 size = read8(pevent);
240 size = read8(pevent);
305 size = read8(pevent);
332 size = read8(pevent);
351 size = read8(pevent);
/linux-master/drivers/misc/
H A Dad525x_dpot-spi.c35 static int read8(void *client) function
74 .read_d8 = read8,
/linux-master/arch/parisc/lib/
H A Diomap.c46 unsigned int (*read8)(const void __iomem *); member in struct:iomap_ops
137 .read8 = ioport_read8,
280 .read8 = iomem_read8,
315 return iomap_ops[ADDR_TO_REGION(addr)]->read8(addr);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dhci.h25 u8 (*read8)(struct rtw_dev *rtwdev, u32 addr); member in struct:rtw_hci_ops
89 return rtwdev->hci.ops->read8(rtwdev, addr);
H A Dusb.c732 .read8 = rtw_usb_read8,
H A Dsdio.c272 rtw_warn(rtwdev, "sdio read8 failed (0x%x): %d", addr, ret);
1160 .read8 = rtw_sdio_read8,
/linux-master/drivers/platform/x86/
H A Dapple-gmux.c86 u8 (*read8)(struct apple_gmux_data *gmux_data, int port); member in struct:apple_gmux_config
303 return gmux_data->config->read8(gmux_data, port);
573 .read8 = &gmux_pio_read8,
585 .read8 = &gmux_index_read8,
597 .read8 = &gmux_mmio_read8,
/linux-master/drivers/net/dsa/b53/
H A Db53_priv.h34 int (*read8)(struct b53_device *dev, u8 page, u8 reg, u8 *value); member in struct:b53_io_ops
264 b53_build_op(read8, u8 *);
H A Db53_spi.c284 .read8 = b53_spi_read8,
H A Db53_mmap.c233 .read8 = b53_mmap_read8,
H A Db53_mdio.c272 .read8 = b53_mdio_read8,
H A Db53_srab.c480 .read8 = b53_srab_read8,
/linux-master/drivers/ssb/
H A Dhost_soc.c164 .read8 = ssb_host_soc_read8,
H A Dsdio.c452 .read8 = ssb_sdio_read8,
H A Dpcmcia.c430 .read8 = ssb_pcmcia_read8,
H A Dpci.c1107 .read8 = ssb_pci_read8,
/linux-master/drivers/bcma/
H A Dhost_soc.c154 .read8 = bcma_host_soc_read8,
H A Dhost_pci.c146 .read8 = bcma_host_pci_read8,
/linux-master/include/linux/bcma/
H A Dbcma.h44 u8 (*read8)(struct bcma_device *core, u16 offset); member in struct:bcma_host_ops
369 return core->bus->ops->read8(core, offset);
/linux-master/include/linux/ssb/
H A Dssb.h208 u8 (*read8)(struct ssb_device *dev, u16 offset); member in struct:ssb_bus_ops
577 return dev->ops->read8(dev, offset);
/linux-master/sound/soc/sof/
H A Dops.h347 if (sof_ops(sdev)->read8)
348 return sof_ops(sdev)->read8(sdev, sdev->bar[bar] + offset);
H A Dsof-priv.h195 u8 (*read8)(struct snd_sof_dev *sof_dev, member in struct:snd_sof_dsp_ops
/linux-master/drivers/gpu/drm/i915/
H A Dintel_uncore.h371 __uncore_read(read8, 8, b, true)
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1454 u8 (*read8)(struct rtl_priv *rtlpriv, u32 addr); member in struct:rtl_io
2916 return rtlpriv->io.read8(rtlpriv, addr);
2934 rtlpriv->io.read8(rtlpriv, addr);
H A Dusb.c147 rtlpriv->io.read8 = _usb_read8_sync;

Completed in 795 milliseconds

12