/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
D | hermes.h | 387 int (*read_ltv)(struct hermes *hw, int bap, u16 rid, unsigned buflen, 389 int (*write_ltv)(struct hermes *hw, int bap, u16 rid, 391 int (*bap_pread)(struct hermes *hw, int bap, void *buf, int len, 393 int (*bap_pwrite)(struct hermes *hw, int bap, const void *buf, 495 #define HERMES_READ_RECORD(hw, bap, rid, buf) \ argument 496 (hw->ops->read_ltv((hw), (bap), (rid), sizeof(*buf), NULL, (buf))) 497 #define HERMES_WRITE_RECORD(hw, bap, rid, buf) \ argument 498 (hw->ops->write_ltv((hw), (bap), (rid), \ 501 static inline int hermes_read_wordrec(struct hermes *hw, int bap, u16 rid, in hermes_read_wordrec() argument 507 err = HERMES_READ_RECORD(hw, bap, rid, &rec); in hermes_read_wordrec() [all …]
|
D | hermes.c | 366 static int hermes_bap_seek(struct hermes *hw, int bap, u16 id, u16 offset) in hermes_bap_seek() argument 368 int sreg = bap ? HERMES_SELECT1 : HERMES_SELECT0; in hermes_bap_seek() 369 int oreg = bap ? HERMES_OFFSET1 : HERMES_OFFSET0; in hermes_bap_seek() 403 "reg=0x%x id=0x%x offset=0x%x\n", hw->iobase, bap, in hermes_bap_seek() 425 static int hermes_bap_pread(struct hermes *hw, int bap, void *buf, int len, in hermes_bap_pread() argument 428 int dreg = bap ? HERMES_DATA1 : HERMES_DATA0; in hermes_bap_pread() 434 err = hermes_bap_seek(hw, bap, id, offset); in hermes_bap_pread() 453 static int hermes_bap_pwrite(struct hermes *hw, int bap, const void *buf, in hermes_bap_pwrite() argument 456 int dreg = bap ? HERMES_DATA1 : HERMES_DATA0; in hermes_bap_pwrite() 462 err = hermes_bap_seek(hw, bap, id, offset); in hermes_bap_pwrite() [all …]
|
D | orinoco_usb.c | 949 static int ezusb_write_ltv(struct hermes *hw, int bap, u16 rid, in ezusb_write_ltv() argument 979 static int ezusb_read_ltv(struct hermes *hw, int bap, u16 rid, in ezusb_read_ltv() argument 1040 static int ezusb_bap_pread(struct hermes *hw, int bap, in ezusb_bap_pread() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
D | hostap_pci.c | 183 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, in hfa384x_from_bap() argument 189 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF; in hfa384x_from_bap() 202 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() argument 207 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF; in hfa384x_to_bap()
|
D | hostap_plx.c | 224 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, in hfa384x_from_bap() argument 230 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF; in hfa384x_from_bap() 244 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() argument 249 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF; in hfa384x_to_bap()
|
D | hostap_cs.c | 156 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, in hfa384x_from_bap() argument 162 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF; in hfa384x_from_bap() 176 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() argument 181 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF; in hfa384x_to_bap()
|
D | hostap_hw.c | 734 static int hfa384x_setup_bap(struct net_device *dev, u16 bap, u16 id, in hfa384x_setup_bap() argument 740 if (offset % 2 || bap > 1) in hfa384x_setup_bap() 743 if (bap == BAP1) { in hfa384x_setup_bap() 774 dev->name, bap, id, offset, HFA384X_INW(o_off)); in hfa384x_setup_bap()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | renesas_usb3.c | 289 u32 bap; member 1330 cur_prd->bap = dma; in usb3_dma_fill_prd()
|
/kernel/linux/linux-5.10/ |
D | CREDITS | 2906 E: bap@cs.unm.edu 2907 W: https://www.cs.unm.edu/~bap/
|