Home
last modified time | relevance | path

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

/drivers/input/mouse/
Dcyapa_gen6.c561 u16 read_offset, u16 read_len, u8 data_id, in cyapa_pip_retrieve_data_structure() argument
568 u8 data_id; in cyapa_pip_retrieve_data_structure() member
581 cmd.data_id = data_id; in cyapa_pip_retrieve_data_structure()
590 resp_data[6] != data_id || in cyapa_pip_retrieve_data_structure()
Dcyapa_gen5.c334 u8 data_id; member
2249 panel_sacn_data->data_id = raw_data_type; in cyapa_gen5_read_panel_scan_raw_data()
/drivers/s390/char/
Dsclp_sdias.c121 sccb->evbuf.data_id = SDIAS_DI_FCP_DUMP; in sclp_sdias_blk_count()
182 sccb->evbuf.data_id = SDIAS_DI_FCP_DUMP; in sclp_sdias_copy()
Dsclp_sdias.h25 u8 data_id; member
/drivers/usb/gadget/function/
Df_obex.c32 u8 data_id; member
201 } else if (intf == obex->data_id) { in obex_set_alt()
334 obex->data_id = status; in obex_bind()
Df_serial.c29 u8 data_id; member
209 gser->data_id = status; in gser_bind()
Df_acm.c42 u8 ctrl_id, data_id; member
440 } else if (intf == acm->data_id) { in acm_set_alt()
642 acm->data_id = status; in acm_bind()
Df_ecm.c48 u8 ctrl_id, data_id; member
553 } else if (intf == ecm->data_id) { in ecm_set_alt()
739 ecm->data_id = status; in ecm_bind()
Df_rndis.c71 u8 ctrl_id, data_id; member
557 } else if (intf == rndis->data_id) { in rndis_set_alt()
739 rndis->data_id = status; in rndis_bind()
Df_ncm.c49 u8 ctrl_id, data_id; member
889 } else if (intf == ncm->data_id) { in ncm_set_alt()
1504 ncm->data_id = status; in ncm_bind()
/drivers/net/ethernet/dec/tulip/
Dxircom_cb.c1007 u8 tuple, data_id, data_count; in read_mac_address() local
1014 data_id = xr32(CSR9); in read_mac_address()
1017 if ((tuple == 0x22) && (data_id == 0x04) && (data_count == 0x06)) { in read_mac_address()
/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c2659 u8 data_id; in dsi_vc_write_long_header() local
2663 data_id = data_type | dsi->vc[channel].vc_id << 6; in dsi_vc_write_long_header()
2665 val = FLD_VAL(data_id, 7, 0) | FLD_VAL(len, 23, 8) | in dsi_vc_write_long_header()
2753 u8 data_id; in dsi_vc_send_short() local
2769 data_id = data_type | dsi->vc[channel].vc_id << 6; in dsi_vc_send_short()
2771 r = (data_id << 0) | (data << 8) | (ecc << 24); in dsi_vc_send_short()
/drivers/gpu/drm/omapdrm/dss/
Ddsi.c2599 u8 data_id; in dsi_vc_write_long_header() local
2603 data_id = data_type | dsi->vc[channel].vc_id << 6; in dsi_vc_write_long_header()
2605 val = FLD_VAL(data_id, 7, 0) | FLD_VAL(len, 23, 8) | in dsi_vc_write_long_header()
2691 u8 data_id; in dsi_vc_send_short() local
2707 data_id = data_type | dsi->vc[channel].vc_id << 6; in dsi_vc_send_short()
2709 r = (data_id << 0) | (data << 8) | (ecc << 24); in dsi_vc_send_short()