Home
last modified time | relevance | path

Searched refs:get_model (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/sound/pci/oxygen/
Doxygen_lib.c582 int (*get_model)(struct oxygen *chip, in __oxygen_pci_probe()
630 err = get_model(chip, pci_id); in __oxygen_pci_probe()
708 int (*get_model)(struct oxygen *chip, in oxygen_pci_probe()
712 __oxygen_pci_probe(pci, index, id, owner, ids, get_model)); in oxygen_pci_probe()
Doxygen.h160 int (*get_model)(struct oxygen *chip,
/Linux-v6.6/drivers/net/wireless/marvell/libertas/
Dif_cs.c308 static inline u32 get_model(u16 manf_id, u16 card_id) in get_model() function
857 card->model = get_model(p_dev->manf_id, p_dev->card_id); in if_cs_probe()