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()
790 return (res == PSM_ACK); in enable_aux_dev()801 return (res == PSM_ACK); in disable_aux_dev()824 if (res != PSM_ACK) in get_mouse_status()851 if (res != PSM_ACK) in get_aux_id()871 return ((res == PSM_ACK) ? rate : -1); in set_mouse_sampling_rate()892 return (res == PSM_ACK); in set_mouse_scaling()904 return ((res == PSM_ACK) ? val : -1); in set_mouse_resolution()919 return (res == PSM_ACK); in set_mouse_mode()1061 case PSM_ACK: in doinitialize()1488 case PSM_ACK:[all …]
128 #define PSM_ACK 0x00fa macro