Searched refs:PSM_ACK (Results 1 – 3 of 3) sorted by relevance
574 if ((b == PSM_ACK) || (b == PSM_RESEND) in wait_for_aux_ack()669 if (res == PSM_ACK) in send_aux_command()716 if (res == PSM_ACK) in send_aux_command_and_data()1032 if (c == PSM_ACK) /* aux dev is about to reset... */ in reset_aux_dev()
785 return (res == PSM_ACK); in enable_aux_dev()796 return (res == PSM_ACK); in disable_aux_dev()819 if (res != PSM_ACK) in get_mouse_status()846 if (res != PSM_ACK) in get_aux_id()866 return ((res == PSM_ACK) ? rate : -1); in set_mouse_sampling_rate()887 return (res == PSM_ACK); in set_mouse_scaling()899 return ((res == PSM_ACK) ? val : -1); in set_mouse_resolution()914 return (res == PSM_ACK); in set_mouse_mode()1056 case PSM_ACK: in doinitialize()1483 case PSM_ACK:[all …]
128 #define PSM_ACK 0x00fa macro