Searched refs:iforce_get_id_packet (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/input/joystick/iforce/
H A Diforce-main.c262 if (!iforce_get_id_packet(iforce, 'O', buf, &len))
276 if (!iforce_get_id_packet(iforce, 'M', buf, &len) && len >= 3)
281 if (!iforce_get_id_packet(iforce, 'P', buf, &len) && len >= 3)
286 if (!iforce_get_id_packet(iforce, 'B', buf, &len) && len >= 3)
291 if (!iforce_get_id_packet(iforce, 'N', buf, &len) && len >= 2)
308 if (!iforce_get_id_packet(iforce, c[i], buf, &len))
H A Diforce.h115 static inline int iforce_get_id_packet(struct iforce *iforce, u8 id, function

Completed in 257 milliseconds