Lines Matching refs:rts51x_chip
90 struct rts51x_chip { struct
448 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in rts51x_check_status()
559 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in config_autodelink_after_power_on()
626 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in config_autodelink_before_power_down()
696 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in fw5895_init()
719 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in fw5895_set_mmc_wp()
744 static void rts51x_modi_suspend_timer(struct rts51x_chip *chip) in rts51x_modi_suspend_timer()
756 struct rts51x_chip *chip = from_timer(chip, t, rts51x_suspend_timer); in rts51x_suspend_timer_fn()
799 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in rts51x_invoke_transport()
878 struct rts51x_chip *chip; in realtek_cr_autosuspend_setup()
883 chip = (struct rts51x_chip *)us->extra; in realtek_cr_autosuspend_setup()
912 chip = (struct rts51x_chip *)(us->extra); in realtek_cr_autosuspend_setup()
932 struct rts51x_chip *chip = extra; in realtek_cr_destructor()
977 struct rts51x_chip *chip; in init_realtek_cr()
980 chip = kzalloc(sizeof(struct rts51x_chip), GFP_KERNEL); in init_realtek_cr()