Home
last modified time | relevance | path

Searched defs:bap (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intersil/orinoco/
Dhermes.c365 static int hermes_bap_seek(struct hermes *hw, int bap, u16 id, u16 offset) in hermes_bap_seek()
424 static int hermes_bap_pread(struct hermes *hw, int bap, void *buf, int len, in hermes_bap_pread()
452 static int hermes_bap_pwrite(struct hermes *hw, int bap, const void *buf, in hermes_bap_pwrite()
480 static int hermes_read_ltv(struct hermes *hw, int bap, u16 rid, in hermes_read_ltv()
525 static int hermes_write_ltv(struct hermes *hw, int bap, u16 rid, in hermes_write_ltv()
Dhermes.h497 #define HERMES_READ_RECORD(hw, bap, rid, buf) \ argument
499 #define HERMES_READ_RECORD_PR(hw, bap, rid, buf) \ argument
501 #define HERMES_WRITE_RECORD(hw, bap, rid, buf) \ argument
505 static inline int hermes_read_wordrec(struct hermes *hw, int bap, u16 rid, in hermes_read_wordrec()
516 static inline int hermes_read_wordrec_pr(struct hermes *hw, int bap, u16 rid, in hermes_read_wordrec_pr()
527 static inline int hermes_write_wordrec(struct hermes *hw, int bap, u16 rid, in hermes_write_wordrec()
Dorinoco_usb.c971 static int __ezusb_write_ltv(struct hermes *hw, int bap, u16 rid, in __ezusb_write_ltv()
1002 static int ezusb_write_ltv(struct hermes *hw, int bap, u16 rid, in ezusb_write_ltv()
1009 static int __ezusb_read_ltv(struct hermes *hw, int bap, u16 rid, in __ezusb_read_ltv()
1028 static int ezusb_read_ltv(struct hermes *hw, int bap, u16 rid, in ezusb_read_ltv()
1035 static int ezusb_read_ltv_preempt(struct hermes *hw, int bap, u16 rid, in ezusb_read_ltv_preempt()
1078 static int ezusb_bap_pread(struct hermes *hw, int bap, in ezusb_bap_pread()
/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_pci.c182 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, in hfa384x_from_bap()
201 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap()
Dhostap_cs.c155 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, in hfa384x_from_bap()
175 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap()
Dhostap_plx.c223 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, in hfa384x_from_bap()
243 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap()
Dhostap_hw.c734 static int hfa384x_setup_bap(struct net_device *dev, u16 bap, u16 id, in hfa384x_setup_bap()
/linux-6.1.9/drivers/usb/gadget/udc/
Drenesas_usb3.c292 u32 bap; member