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()
503 static void atp_detect_size(struct atp *dev) in atp_detect_size()
534 struct atp *dev = urb->context; in atp_complete_geyser_1_2()
674 struct atp *dev = urb->context; in atp_complete_geyser_3_4()
812 struct atp *dev = input_get_drvdata(input); in atp_open()
823 struct atp *dev = input_get_drvdata(input); in atp_close()
830 static int atp_handle_geyser(struct atp *dev) in atp_handle_geyser()
846 struct atp *dev; in atp_probe()
872 dev = kzalloc(sizeof(struct atp), GFP_KERNEL); in atp_probe()
958 struct atp *dev = usb_get_intfdata(iface); in atp_disconnect()
972 static int atp_recover(struct atp *dev) in atp_recover()
988 struct atp *dev = usb_get_intfdata(iface); in atp_suspend()
996 struct atp *dev = usb_get_intfdata(iface); in atp_resume()
1006 struct atp *dev = usb_get_intfdata(iface); in atp_reset_resume()