rhw                20 sound/pci/ctxfi/cthardware.c 		  enum CTCARDS model, struct hw **rhw)
rhw                26 sound/pci/ctxfi/cthardware.c 		err = create_20k1_hw_obj(rhw);
rhw                29 sound/pci/ctxfi/cthardware.c 		err = create_20k2_hw_obj(rhw);
rhw                38 sound/pci/ctxfi/cthardware.c 	(*rhw)->pci = pci;
rhw                39 sound/pci/ctxfi/cthardware.c 	(*rhw)->chip_type = chip_type;
rhw                40 sound/pci/ctxfi/cthardware.c 	(*rhw)->model = model;
rhw               194 sound/pci/ctxfi/cthardware.h 		  enum CTCARDS model, struct hw **rhw);
rhw              2257 sound/pci/ctxfi/cthw20k1.c int create_20k1_hw_obj(struct hw **rhw)
rhw              2261 sound/pci/ctxfi/cthw20k1.c 	*rhw = NULL;
rhw              2271 sound/pci/ctxfi/cthw20k1.c 	*rhw = &hw20k1->hw;
rhw                19 sound/pci/ctxfi/cthw20k1.h int create_20k1_hw_obj(struct hw **rhw);
rhw              2327 sound/pci/ctxfi/cthw20k2.c int create_20k2_hw_obj(struct hw **rhw)
rhw              2331 sound/pci/ctxfi/cthw20k2.c 	*rhw = NULL;
rhw              2337 sound/pci/ctxfi/cthw20k2.c 	*rhw = &hw20k2->hw;
rhw                19 sound/pci/ctxfi/cthw20k2.h int create_20k2_hw_obj(struct hw **rhw);