Symbol: PIP_RESP_LENGTH_SIZE
drivers/input/mouse/cyapa_gen5.c
1118
if (buf == NULL || len < PIP_RESP_LENGTH_SIZE)
drivers/input/mouse/cyapa_gen5.c
2622
PIP_RESP_LENGTH_SIZE);
drivers/input/mouse/cyapa_gen5.c
2624
length = (length <= PIP_RESP_LENGTH_SIZE) ?
drivers/input/mouse/cyapa_gen5.c
2625
PIP_RESP_LENGTH_SIZE : length;
drivers/input/mouse/cyapa_gen5.c
2626
if (length > PIP_RESP_LENGTH_SIZE)
drivers/input/mouse/cyapa_gen5.c
2779
PIP_RESP_LENGTH_SIZE);
drivers/input/mouse/cyapa_gen5.c
2780
if (ret != PIP_RESP_LENGTH_SIZE) {
drivers/input/mouse/cyapa_gen5.c
2787
if (report_len < PIP_RESP_LENGTH_SIZE) {
drivers/input/mouse/cyapa_gen5.c
2796
if (report_len == PIP_RESP_LENGTH_SIZE)
drivers/input/mouse/cyapa_gen5.c
2819
if (report_len == PIP_RESP_LENGTH_SIZE)
drivers/input/mouse/cyapa_gen5.c
480
PIP_RESP_LENGTH_SIZE);
drivers/input/mouse/cyapa_gen5.c
485
if (length == PIP_RESP_LENGTH_SIZE) {
drivers/input/mouse/cyapa_gen5.c
493
length = PIP_RESP_LENGTH_SIZE;
drivers/input/mouse/cyapa_gen5.c
512
if (length <= PIP_RESP_LENGTH_SIZE) {
drivers/input/mouse/cyapa_gen5.c
715
if (buf == NULL || len < PIP_RESP_LENGTH_SIZE)
drivers/input/mouse/cyapa_gen5.c
789
if (length == PIP_RESP_LENGTH_SIZE) {
drivers/input/mouse/cyapa_gen5.c
800
cmd, PIP_RESP_LENGTH_SIZE,
drivers/input/mouse/cyapa_gen5.c
812
length == PIP_RESP_LENGTH_SIZE) &&
drivers/input/mouse/cyapa_gen5.c
819
length == PIP_RESP_LENGTH_SIZE) &&
drivers/input/mouse/cyapa_gen5.c
854
if (length == PIP_RESP_LENGTH_SIZE) {
drivers/input/mouse/cyapa_gen5.c
939
if (length == PIP_RESP_LENGTH_SIZE) {
drivers/input/mouse/cyapa_gen5.c
988
if (length == 0 || length == PIP_RESP_LENGTH_SIZE) {