Searched refs:rhw (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dcthw20k1.h23 int create_20k1_hw_obj(struct hw **rhw);
H A Dcthw20k2.h23 int create_20k2_hw_obj(struct hw **rhw);
H A Dcthardware.c24 enum CTCARDS model, struct hw **rhw)
30 err = create_20k1_hw_obj(rhw);
33 err = create_20k2_hw_obj(rhw);
42 (*rhw)->pci = pci;
43 (*rhw)->chip_type = chip_type;
44 (*rhw)->model = model;
23 create_hw_obj(struct pci_dev *pci, enum CHIPTYP chip_type, enum CTCARDS model, struct hw **rhw) argument
H A Dcthardware.h184 enum CTCARDS model, struct hw **rhw);
H A Dcthw20k1.c2266 int __devinit create_20k1_hw_obj(struct hw **rhw) argument
2270 *rhw = NULL;
2280 *rhw = &hw20k1->hw;
H A Dcthw20k2.c2197 int __devinit create_20k2_hw_obj(struct hw **rhw) argument
2201 *rhw = NULL;
2207 *rhw = &hw20k2->hw;

Completed in 201 milliseconds