Lines Matching refs:rts51x_chip
91 struct rts51x_chip { struct
449 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in rts51x_check_status()
560 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in config_autodelink_after_power_on()
627 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in config_autodelink_before_power_down()
697 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in fw5895_init()
720 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in fw5895_set_mmc_wp()
745 static void rts51x_modi_suspend_timer(struct rts51x_chip *chip) in rts51x_modi_suspend_timer()
757 struct rts51x_chip *chip = from_timer(chip, t, rts51x_suspend_timer); in rts51x_suspend_timer_fn()
798 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in rts51x_invoke_transport()
876 struct rts51x_chip *chip; in realtek_cr_autosuspend_setup()
881 chip = (struct rts51x_chip *)us->extra; in realtek_cr_autosuspend_setup()
910 chip = (struct rts51x_chip *)(us->extra); in realtek_cr_autosuspend_setup()
930 struct rts51x_chip *chip = extra; in realtek_cr_destructor()
975 struct rts51x_chip *chip; in init_realtek_cr()
978 chip = kzalloc(sizeof(struct rts51x_chip), GFP_KERNEL); in init_realtek_cr()