/linux-6.1.9/drivers/net/wireless/intersil/orinoco/ |
D | hermes.h | 387 int (*read_ltv)(struct hermes *hw, int bap, u16 rid, unsigned buflen, 389 int (*read_ltv_pr)(struct hermes *hw, int bap, u16 rid, 391 int (*write_ltv)(struct hermes *hw, int bap, u16 rid, 393 int (*bap_pread)(struct hermes *hw, int bap, void *buf, int len, 395 int (*bap_pwrite)(struct hermes *hw, int bap, const void *buf, 497 #define HERMES_READ_RECORD(hw, bap, rid, buf) \ argument 498 (hw->ops->read_ltv((hw), (bap), (rid), sizeof(*buf), NULL, (buf))) 499 #define HERMES_READ_RECORD_PR(hw, bap, rid, buf) \ argument 500 (hw->ops->read_ltv_pr((hw), (bap), (rid), sizeof(*buf), NULL, (buf))) 501 #define HERMES_WRITE_RECORD(hw, bap, rid, buf) \ argument [all …]
|
D | hermes.c | 365 static int hermes_bap_seek(struct hermes *hw, int bap, u16 id, u16 offset) in hermes_bap_seek() argument 367 int sreg = bap ? HERMES_SELECT1 : HERMES_SELECT0; in hermes_bap_seek() 368 int oreg = bap ? HERMES_OFFSET1 : HERMES_OFFSET0; in hermes_bap_seek() 402 "reg=0x%x id=0x%x offset=0x%x\n", hw->iobase, bap, in hermes_bap_seek() 424 static int hermes_bap_pread(struct hermes *hw, int bap, void *buf, int len, in hermes_bap_pread() argument 427 int dreg = bap ? HERMES_DATA1 : HERMES_DATA0; in hermes_bap_pread() 433 err = hermes_bap_seek(hw, bap, id, offset); in hermes_bap_pread() 452 static int hermes_bap_pwrite(struct hermes *hw, int bap, const void *buf, in hermes_bap_pwrite() argument 455 int dreg = bap ? HERMES_DATA1 : HERMES_DATA0; in hermes_bap_pwrite() 461 err = hermes_bap_seek(hw, bap, id, offset); in hermes_bap_pwrite() [all …]
|
D | orinoco_usb.c | 971 static int __ezusb_write_ltv(struct hermes *hw, int bap, u16 rid, in __ezusb_write_ltv() argument 1002 static int ezusb_write_ltv(struct hermes *hw, int bap, u16 rid, in ezusb_write_ltv() argument 1005 return __ezusb_write_ltv(hw, bap, rid, length, data, in ezusb_write_ltv() 1009 static int __ezusb_read_ltv(struct hermes *hw, int bap, u16 rid, in __ezusb_read_ltv() argument 1028 static int ezusb_read_ltv(struct hermes *hw, int bap, u16 rid, in ezusb_read_ltv() argument 1031 return __ezusb_read_ltv(hw, bap, rid, bufsize, length, buf, in ezusb_read_ltv() 1035 static int ezusb_read_ltv_preempt(struct hermes *hw, int bap, u16 rid, in ezusb_read_ltv_preempt() argument 1038 return __ezusb_read_ltv(hw, bap, rid, bufsize, length, buf, in ezusb_read_ltv_preempt() 1078 static int ezusb_bap_pread(struct hermes *hw, int bap, in ezusb_bap_pread() argument
|
/linux-6.1.9/drivers/net/wireless/intersil/hostap/ |
D | hostap_pci.c | 182 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, in hfa384x_from_bap() argument 188 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF; in hfa384x_from_bap() 201 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() argument 206 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF; in hfa384x_to_bap()
|
D | hostap_cs.c | 155 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, in hfa384x_from_bap() argument 161 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF; in hfa384x_from_bap() 175 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() argument 180 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF; in hfa384x_to_bap()
|
D | hostap_plx.c | 223 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, in hfa384x_from_bap() argument 229 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF; in hfa384x_from_bap() 243 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() argument 248 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()
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | renesas_usb3.c | 292 u32 bap; member 1347 cur_prd->bap = dma; in usb3_dma_fill_prd()
|
/linux-6.1.9/ |
D | CREDITS | 2951 E: bap@cs.unm.edu 2952 W: https://www.cs.unm.edu/~bap/
|