Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhermes.h379 struct hermes_ops { struct
380 int (*init)(struct hermes *hw);
381 int (*cmd_wait)(struct hermes *hw, u16 cmd, u16 parm0,
383 int (*init_cmd_wait)(struct hermes *hw, u16 cmd,
386 int (*allocate)(struct hermes *hw, u16 size, u16 *fid);
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,
417 const struct hermes_ops *ops; argument