Home
last modified time | relevance | path

Searched refs:urb_out_buf (Results 1 – 1 of 1) sorted by relevance

/drivers/input/misc/
Dims-pcu.c94 u8 *urb_out_buf; member
522 pcu->urb_out_buf, len, in ims_pcu_send_cmd_chunk()
545 pcu->urb_out_buf[count++] = IMS_PCU_PROTOCOL_STX; in ims_pcu_send_command()
548 pcu->urb_out_buf[count++] = command; in ims_pcu_send_command()
556 pcu->urb_out_buf[count++] = IMS_PCU_PROTOCOL_DLE; in ims_pcu_send_command()
558 pcu->urb_out_buf[count++] = ack_id; in ims_pcu_send_command()
574 pcu->urb_out_buf[count++] = IMS_PCU_PROTOCOL_DLE; in ims_pcu_send_command()
576 pcu->urb_out_buf[count++] = data[i]; in ims_pcu_send_command()
592 pcu->urb_out_buf[count++] = IMS_PCU_PROTOCOL_DLE; in ims_pcu_send_command()
594 pcu->urb_out_buf[count++] = csum; in ims_pcu_send_command()
[all …]