Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
A Dcthardware.c20 enum CTCARDS model, struct hw **rhw) in create_hw_obj() argument
26 err = create_20k1_hw_obj(rhw); in create_hw_obj()
29 err = create_20k2_hw_obj(rhw); in create_hw_obj()
38 (*rhw)->pci = pci; in create_hw_obj()
39 (*rhw)->chip_type = chip_type; in create_hw_obj()
40 (*rhw)->model = model; in create_hw_obj()
A Dcthw20k1.h19 int create_20k1_hw_obj(struct hw **rhw);
A Dcthw20k2.h19 int create_20k2_hw_obj(struct hw **rhw);
A Dcthardware.h194 enum CTCARDS model, struct hw **rhw);
A Dcthw20k1.c2251 int create_20k1_hw_obj(struct hw **rhw) in create_20k1_hw_obj() argument
2255 *rhw = NULL; in create_20k1_hw_obj()
2265 *rhw = &hw20k1->hw; in create_20k1_hw_obj()
A Dcthw20k2.c2324 int create_20k2_hw_obj(struct hw **rhw) in create_20k2_hw_obj() argument
2328 *rhw = NULL; in create_20k2_hw_obj()
2334 *rhw = &hw20k2->hw; in create_20k2_hw_obj()

Completed in 17 milliseconds