Home
last modified time | relevance | path

Searched refs:read16 (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/misc/
H A Dad525x_dpot-spi.c47 static int read16(void *client, u8 reg) in read16() function
75 .read_r8d8 = read16,
/linux/drivers/mtd/hyperbus/
H A Dhyperbus-core.c26 read_data.x[0] = ctlr->ops->read16(hbdev, addr); in hyperbus_read16()
90 if (ops->read16) in hyperbus_register_device()
H A Drpc-if.c112 .read16 = rpcif_hb_read16,
/linux/arch/parisc/lib/
H A Diomap.c47 unsigned int (*read16)(const void __iomem *); member
138 .read16 = ioport_read16,
281 .read16 = iomem_read16,
322 return iomap_ops[ADDR_TO_REGION(addr)]->read16(addr); in ioread16()
/linux/include/linux/mtd/
H A Dhyperbus.h58 u16 (*read16)(struct hyperbus_device *hbdev, unsigned long addr); member
/linux/drivers/net/ethernet/wiznet/
H A Dw5100.h20 int (*read16)(struct net_device *ndev, u32 addr); member
H A Dw5100-spi.c107 .read16 = w5100_spi_read16,
248 .read16 = w5200_spi_read16,
406 .read16 = w5500_spi_read16,
/linux/drivers/net/wireless/broadcom/b43/
H A Dbus.c90 dev->read16 = b43_bus_bcma_read16; in b43_bus_dev_bcma_init()
195 dev->read16 = b43_bus_ssb_read16; in b43_bus_dev_ssb_init()
H A Dbus.h29 u16 (*read16)(struct b43_bus_dev *dev, u16 offset); member
H A Db43.h1028 return dev->dev->read16(dev->dev, offset); in b43_read16()
/linux/include/linux/bcma/
H A Dbcma.h45 u16 (*read16)(struct bcma_device *core, u16 offset); member
373 return core->bus->ops->read16(core, offset); in bcma_read16()
/linux/rust/kernel/
H A Dio.rs250 define_read!(read16, try_read16, readw -> u16);
/linux/include/linux/ssb/
H A Dssb.h209 u16 (*read16)(struct ssb_device *dev, u16 offset); member
581 return dev->ops->read16(dev, offset); in ssb_read16()
/linux/drivers/ssb/
H A Dhost_soc.c165 .read16 = ssb_host_soc_read16,
H A Dsdio.c453 .read16 = ssb_sdio_read16,
H A Dpcmcia.c431 .read16 = ssb_pcmcia_read16,
H A Dpci.c1108 .read16 = ssb_pci_read16,
/linux/drivers/bcma/
H A Dhost_soc.c155 .read16 = bcma_host_soc_read16,
H A Dhost_pci.c147 .read16 = bcma_host_pci_read16,
/linux/drivers/net/dsa/b53/
H A Db53_spi.c285 .read16 = b53_spi_read16,
H A Db53_mdio.c273 .read16 = b53_mdio_read16,
/linux/drivers/net/wireless/realtek/rtw88/
H A Dsdio.c1177 .read16 = rtw_sdio_read16,
H A Dusb.c955 .read16 = rtw_usb_read16,
H A Dpci.c1609 .read16 = rtw_pci_read16,
/linux/drivers/net/dsa/
H A Dbcm_sf2.c1169 .read16 = bcm_sf2_core_read16,

12