Home
last modified time | relevance | path

Searched refs:data_id (Results 1 – 14 of 14) 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.c118 sccb.evbuf.data_id = SDIAS_DI_FCP_DUMP; in sclp_sdias_blk_count()
178 sccb.evbuf.data_id = SDIAS_DI_FCP_DUMP; in sclp_sdias_copy()
Dsclp_sdias.h24 u8 data_id; member
Dsclp_early.c207 sccb->evbuf.data_id = SDIAS_DI_FCP_DUMP; in sccb_init_eq_size()
/drivers/usb/gadget/function/
Df_obex.c36 u8 data_id; member
205 } else if (intf == obex->data_id) { in obex_set_alt()
338 obex->data_id = status; in obex_bind()
Df_serial.c32 u8 data_id; member
212 gser->data_id = status; in gser_bind()
Df_acm.c45 u8 ctrl_id, data_id; member
441 } else if (intf == acm->data_id) { in acm_set_alt()
643 acm->data_id = status; in acm_bind()
Df_ecm.c52 u8 ctrl_id, data_id; member
554 } else if (intf == ecm->data_id) { in ecm_set_alt()
734 ecm->data_id = status; in ecm_bind()
Df_rndis.c75 u8 ctrl_id, data_id; member
559 } else if (intf == rndis->data_id) { in rndis_set_alt()
736 rndis->data_id = status; in rndis_bind()
Df_ncm.c53 u8 ctrl_id, data_id; member
889 } else if (intf == ncm->data_id) { in ncm_set_alt()
1462 ncm->data_id = status; in ncm_bind()
/drivers/net/ethernet/dec/tulip/
Dxircom_cb.c1008 u8 tuple, data_id, data_count; in read_mac_address() local
1015 data_id = xr32(CSR9); in read_mac_address()
1018 if ((tuple == 0x22) && (data_id == 0x04) && (data_count == 0x06)) { in read_mac_address()
/drivers/gpu/drm/omapdrm/dss/
Ddsi.c2666 u8 data_id; in dsi_vc_write_long_header() local
2670 data_id = data_type | dsi->vc[channel].vc_id << 6; in dsi_vc_write_long_header()
2672 val = FLD_VAL(data_id, 7, 0) | FLD_VAL(len, 23, 8) | in dsi_vc_write_long_header()
2760 u8 data_id; in dsi_vc_send_short() local
2776 data_id = data_type | dsi->vc[channel].vc_id << 6; in dsi_vc_send_short()
2778 r = (data_id << 0) | (data << 8) | (ecc << 24); in dsi_vc_send_short()
/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c2667 u8 data_id; in dsi_vc_write_long_header() local
2671 data_id = data_type | dsi->vc[channel].vc_id << 6; in dsi_vc_write_long_header()
2673 val = FLD_VAL(data_id, 7, 0) | FLD_VAL(len, 23, 8) | in dsi_vc_write_long_header()
2761 u8 data_id; in dsi_vc_send_short() local
2777 data_id = data_type | dsi->vc[channel].vc_id << 6; in dsi_vc_send_short()
2779 r = (data_id << 0) | (data << 8) | (ecc << 24); in dsi_vc_send_short()