Searched refs:hermes_bap_pread (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/net/wireless/ |
D | hermes.c | 405 int hermes_bap_pread(hermes_t *hw, int bap, void *buf, unsigned len, in hermes_bap_pread() function 572 EXPORT_SYMBOL(hermes_bap_pread);
|
D | hermes.h | 318 int hermes_bap_pread(hermes_t *hw, int bap, void *buf, unsigned len,
|
D | orinoco.c | 1583 err = hermes_bap_pread(hw, IRQ_BAP, &info, sizeof(info), in __orinoco_ev_info() 1682 err = hermes_bap_pread(hw, IRQ_BAP, &desc, sizeof(desc), in __orinoco_ev_rx() 1709 err = hermes_bap_pread(hw, IRQ_BAP, &hdr, sizeof(hdr), in __orinoco_ev_rx() 1787 err = hermes_bap_pread(hw, IRQ_BAP, p, RUP_EVEN(data_len), in __orinoco_ev_rx() 1830 err = hermes_bap_pread(hw, IRQ_BAP, &desc, sizeof(desc), fid, 0); in __orinoco_ev_txexc()
|