Searched defs:intfhdl (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | sdio_ops.c | 350 struct intf_hdl *intfhdl, in sdio_read_mem() 360 struct intf_hdl *intfhdl, in sdio_write_mem() 386 struct intf_hdl *intfhdl, in sdio_read_port() 430 struct intf_hdl *intfhdl, in sdio_write_port() 491 struct intf_hdl *intfhdl; in _sdio_local_read() local 529 struct intf_hdl *intfhdl; in sdio_local_read() local 570 struct intf_hdl *intfhdl; in sdio_local_write() local 602 struct intf_hdl *intfhdl = &adapter->iopriv.intf; in SdioLocalCmd52Read1Byte() local 613 struct intf_hdl *intfhdl = &adapter->iopriv.intf; in sdio_local_cmd52_read2byte() local 626 struct intf_hdl *intfhdl = &adapter->iopriv.intf; in sdio_local_cmd53_read4byte() local [all …]
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | usb_ops.c | 25 static u8 usb_read8(struct intf_hdl *intfhdl, u32 addr) in usb_read8() 48 static u16 usb_read16(struct intf_hdl *intfhdl, u32 addr) in usb_read16() 71 static u32 usb_read32(struct intf_hdl *intfhdl, u32 addr) in usb_read32() 94 static void usb_write8(struct intf_hdl *intfhdl, u32 addr, u8 val) in usb_write8() 114 static void usb_write16(struct intf_hdl *intfhdl, u32 addr, u16 val) in usb_write16() 134 static void usb_write32(struct intf_hdl *intfhdl, u32 addr, u32 val) in usb_write32() 175 void r8712_usb_set_intf_funs(struct intf_hdl *intfhdl) in r8712_usb_set_intf_funs()
|
H A D | usb_halinit.c | 287 struct intf_hdl *intfhdl = &adapter->pio_queue->intf; in r8712_usb_inirp_init() local
|