Lines Matching refs:atp
195 struct atp { struct
260 static int atp_geyser_init(struct atp *dev) in atp_geyser_init()
320 struct atp *dev = container_of(work, struct atp, work); in atp_reinit()
333 static int atp_calculate_abs(struct atp *dev, int offset, int nb_sensors, in atp_calculate_abs()
447 struct atp *dev = urb->context; in atp_status_check()
489 static void atp_detect_size(struct atp *dev) in atp_detect_size()
520 struct atp *dev = urb->context; in atp_complete_geyser_1_2()
660 struct atp *dev = urb->context; in atp_complete_geyser_3_4()
798 struct atp *dev = input_get_drvdata(input); in atp_open()
809 struct atp *dev = input_get_drvdata(input); in atp_close()
816 static int atp_handle_geyser(struct atp *dev) in atp_handle_geyser()
832 struct atp *dev; in atp_probe()
858 dev = kzalloc(sizeof(struct atp), GFP_KERNEL); in atp_probe()
944 struct atp *dev = usb_get_intfdata(iface); in atp_disconnect()
958 static int atp_recover(struct atp *dev) in atp_recover()
974 struct atp *dev = usb_get_intfdata(iface); in atp_suspend()
982 struct atp *dev = usb_get_intfdata(iface); in atp_resume()
992 struct atp *dev = usb_get_intfdata(iface); in atp_reset_resume()