Searched defs:hermes_ops (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/wireless/orinoco/ | 
| D | hermes.h | 380 struct hermes_ops {  struct381 	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 *hw, int bap, void *buf, int len,
 416 	const struct hermes_ops *ops;  argument
 
 |