Searched refs:ges (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | alps.c | 254 int x, y, z, ges, fin, left, right, middle; in alps_process_packet_v1_v2() local 285 ges = packet[2] & 1; in alps_process_packet_v1_v2() 308 if (ges && !fin) in alps_process_packet_v1_v2() 313 * from (!fin && ges) to (fin && ges). This should be translated to the in alps_process_packet_v1_v2() 316 if (ges && fin && !priv->prev_fin) { in alps_process_packet_v1_v2()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | alps.c | 254 int x, y, z, ges, fin, left, right, middle; in alps_process_packet_v1_v2() local 285 ges = packet[2] & 1; in alps_process_packet_v1_v2() 308 if (ges && !fin) in alps_process_packet_v1_v2() 313 * from (!fin && ges) to (fin && ges). This should be translated to the in alps_process_packet_v1_v2() 316 if (ges && fin && !priv->prev_fin) { in alps_process_packet_v1_v2()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800lib.c | 9405 static void rt2800_iq_search(struct rt2x00_dev *rt2x00dev, u8 ch_idx, u8 *ges, u8 *pes) in rt2800_iq_search() argument 9525 ges[ch_idx] = gerr & 0x0F; in rt2800_iq_search()
|
Completed in 19 milliseconds