Home
last modified time | relevance | path

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

/drivers/input/mouse/
Dcyapa_gen5.c479 error = cyapa_i2c_pip_read(cyapa, pip->empty_buf, in cyapa_empty_pip_output_data()
484 length = get_unaligned_le16(pip->empty_buf); in cyapa_empty_pip_output_data()
495 func(cyapa, pip->empty_buf, length)) { in cyapa_empty_pip_output_data()
497 memcpy(buf, pip->empty_buf, length); in cyapa_empty_pip_output_data()
505 error = cyapa_i2c_pip_read(cyapa, pip->empty_buf, length); in cyapa_empty_pip_output_data()
511 length = get_unaligned_le16(pip->empty_buf); in cyapa_empty_pip_output_data()
515 func(cyapa, pip->empty_buf, length)) { in cyapa_empty_pip_output_data()
517 memcpy(buf, pip->empty_buf, length); in cyapa_empty_pip_output_data()
526 (struct cyapa_pip_report_data *)pip->empty_buf); in cyapa_empty_pip_output_data()
934 ret = cyapa_i2c_pip_read(cyapa, pip->empty_buf, length); in gen5_cmd_resp_header_parse()
[all …]
Dcyapa.h305 u8 empty_buf[CYAPA_REG_MAP_SIZE]; member
/drivers/infiniband/hw/hfi1/
Dverbs.c1141 u8 *empty_buf; in hfi1_verbs_send_pio() local
1143 empty_buf = kcalloc(extra_bytes, sizeof(u8), in hfi1_verbs_send_pio()
1145 seg_pio_copy_mid(pbuf, empty_buf, extra_bytes); in hfi1_verbs_send_pio()
1146 kfree(empty_buf); in hfi1_verbs_send_pio()