Lines Matching refs:atp
209 struct atp { struct
274 static int atp_geyser_init(struct atp *dev) in atp_geyser_init()
334 struct atp *dev = container_of(work, struct atp, work); in atp_reinit()
347 static int atp_calculate_abs(struct atp *dev, int offset, int nb_sensors, in atp_calculate_abs()
461 struct atp *dev = urb->context; in atp_status_check()
502 static void atp_detect_size(struct atp *dev) in atp_detect_size()
533 struct atp *dev = urb->context; in atp_complete_geyser_1_2()
673 struct atp *dev = urb->context; in atp_complete_geyser_3_4()
811 struct atp *dev = input_get_drvdata(input); in atp_open()
822 struct atp *dev = input_get_drvdata(input); in atp_close()
829 static int atp_handle_geyser(struct atp *dev) in atp_handle_geyser()
845 struct atp *dev; in atp_probe()
871 dev = kzalloc(sizeof(struct atp), GFP_KERNEL); in atp_probe()
957 struct atp *dev = usb_get_intfdata(iface); in atp_disconnect()
971 static int atp_recover(struct atp *dev) in atp_recover()
987 struct atp *dev = usb_get_intfdata(iface); in atp_suspend()
995 struct atp *dev = usb_get_intfdata(iface); in atp_resume()
1005 struct atp *dev = usb_get_intfdata(iface); in atp_reset_resume()