Searched refs:MAX_RC (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dbf54x-keys.c52 #define MAX_RC 8 /* Max Row/Col */ macro
232 if (peripheral_request_list((u16 *)&per_rows[MAX_RC - pdata->rows],
239 if (peripheral_request_list((u16 *)&per_cols[MAX_RC - pdata->cols],
322 peripheral_free_list((u16 *)&per_cols[MAX_RC - pdata->cols]);
324 peripheral_free_list((u16 *)&per_rows[MAX_RC - pdata->rows]);
344 peripheral_free_list((u16 *)&per_rows[MAX_RC - pdata->rows]);
345 peripheral_free_list((u16 *)&per_cols[MAX_RC - pdata->cols]);

Completed in 30 milliseconds