Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00.h512 struct rt2x00lib_ops { struct
516 irq_handler_t irq_handler;
521 void (*txstatus_tasklet) (struct tasklet_struct *t);
522 void (*pretbtt_tasklet) (struct tasklet_struct *t);
523 void (*tbtt_tasklet) (struct tasklet_struct *t);
524 void (*rxdone_tasklet) (struct tasklet_struct *t);
525 void (*autowake_tasklet) (struct tasklet_struct *t);
530 int (*probe_hw) (struct rt2x00_dev *rt2x00dev);
531 char *(*get_firmware_name) (struct rt2x00_dev *rt2x00dev);
532 int (*check_firmware) (struct rt2x00_dev *rt2x00dev,
[all …]