Searched defs:intf_hdl (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl871x_io.h80 struct intf_hdl;
87 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr);
88 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr);
89 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr);
99 void (*_write8)(struct intf_hdl *pintfhdl, u32 addr, u8 val);
100 void (*_write16)(struct intf_hdl *pintfhdl, u32 addr, u16 val);
101 void (*_write32)(struct intf_hdl *pintfhdl, u32 addr, u32 val);
102 void (*_read_mem)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt,
104 void (*_write_mem)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt,
107 u32 (*_read_port)(struct intf_hdl *pintfhd
125 struct intf_hdl { struct
[all...]

Completed in 53 milliseconds