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

/drivers/net/wireless/orinoco/
H A Dhermes.h0 /* hermes.h
31 * access to the hermes structure, and to the hardware
377 struct hermes;
381 int (*init)(struct hermes *hw);
382 int (*cmd_wait)(struct hermes *hw, u16 cmd, u16 parm0,
384 int (*init_cmd_wait)(struct hermes *hw, u16 cmd,
387 int (*allocate)(struct hermes *hw, u16 size, u16 *fid);
388 int (*read_ltv)(struct hermes *hw, int bap, u16 rid, unsigned buflen,
390 int (*write_ltv)(struct hermes *hw, int bap, u16 rid,
392 int (*bap_pread)(struct hermes *h
409 struct hermes { struct
[all...]

Completed in 62 milliseconds