Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00.h521 struct rt2x00lib_ops { struct
525 irq_handler_t irq_handler;
530 void (*txstatus_tasklet) (struct tasklet_struct *t);
531 void (*pretbtt_tasklet) (struct tasklet_struct *t);
532 void (*tbtt_tasklet) (struct tasklet_struct *t);
533 void (*rxdone_tasklet) (struct tasklet_struct *t);
534 void (*autowake_tasklet) (struct tasklet_struct *t);
539 int (*probe_hw) (struct rt2x00_dev *rt2x00dev);
540 char *(*get_firmware_name) (struct rt2x00_dev *rt2x00dev);
541 int (*check_firmware) (struct rt2x00_dev *rt2x00dev,
[all …]