Home
last modified time | relevance | path

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

12

/linux-6.15/tools/perf/util/
H A Dtrace-event-read.c92 static unsigned long long read8(struct tep_handle *pevent) in read8() function
210 size = read8(pevent); in read_header_files()
240 size = read8(pevent); in read_header_files()
305 size = read8(pevent); in read_ftrace_files()
332 size = read8(pevent); in read_event_files()
351 size = read8(pevent); in read_saved_cmdline()
/linux-6.15/drivers/misc/
H A Dad525x_dpot-spi.c35 static int read8(void *client) in read8() function
74 .read_d8 = read8,
/linux-6.15/arch/parisc/lib/
H A Diomap.c46 unsigned int (*read8)(const void __iomem *); member
137 .read8 = ioport_read8,
280 .read8 = iomem_read8,
315 return iomap_ops[ADDR_TO_REGION(addr)]->read8(addr); in ioread8()
/linux-6.15/drivers/platform/x86/
H A Dapple-gmux.c86 u8 (*read8)(struct apple_gmux_data *gmux_data, int port); member
303 return gmux_data->config->read8(gmux_data, port); in gmux_read8()
573 .read8 = &gmux_pio_read8,
585 .read8 = &gmux_index_read8,
597 .read8 = &gmux_mmio_read8,
/linux-6.15/samples/rust/
H A Drust_driver_pci.rs49 let data = bar.read8(Regs::DATA); in testdev()
/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dhci.h26 u8 (*read8)(struct rtw_dev *rtwdev, u32 addr); member
96 return rtwdev->hci.ops->read8(rtwdev, addr); in rtw_read8()
H A Dsdio.c1161 .read8 = rtw_sdio_read8,
/linux-6.15/drivers/net/dsa/b53/
H A Db53_priv.h34 int (*read8)(struct b53_device *dev, u8 page, u8 reg, u8 *value); member
268 b53_build_op(read8, u8 *);
H A Db53_spi.c284 .read8 = b53_spi_read8,
H A Db53_mdio.c272 .read8 = b53_mdio_read8,
H A Db53_mmap.c233 .read8 = b53_mmap_read8,
H A Db53_srab.c480 .read8 = b53_srab_read8,
/linux-6.15/include/linux/bcma/
H A Dbcma.h44 u8 (*read8)(struct bcma_device *core, u16 offset); member
369 return core->bus->ops->read8(core, offset); in bcma_read8()
/linux-6.15/rust/kernel/
H A Dio.rs221 define_read!(read8, try_read8, readb -> u8);
/linux-6.15/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,
/linux-6.15/include/linux/ssb/
H A Dssb.h208 u8 (*read8)(struct ssb_device *dev, u16 offset); member
577 return dev->ops->read8(dev, offset); in ssb_read8()
/linux-6.15/drivers/bcma/
H A Dhost_soc.c154 .read8 = bcma_host_soc_read8,
H A Dhost_pci.c146 .read8 = bcma_host_pci_read8,
/linux-6.15/sound/soc/sof/
H A Dops.h347 if (sof_ops(sdev)->read8) in snd_sof_dsp_read8()
348 return sof_ops(sdev)->read8(sdev, sdev->bar[bar] + offset); in snd_sof_dsp_read8()
H A Dsof-priv.h188 u8 (*read8)(struct snd_sof_dev *sof_dev, member
/linux-6.15/drivers/gpu/drm/i915/
H A Dintel_uncore.h371 __uncore_read(read8, 8, b, true)
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1432 u8 (*read8)(struct rtl_priv *rtlpriv, u32 addr); member
2889 return rtlpriv->io.read8(rtlpriv, addr); in rtl_read_byte()
2907 rtlpriv->io.read8(rtlpriv, addr); in rtl_write_byte()
H A Dusb.c149 rtlpriv->io.read8 = _usb_read8_sync; in _rtl_usb_io_handler_init()

12