Searched refs:mode_data (Results 1 – 5 of 5) sorted by relevance
49 u32 mode_data; member295 req.mode_data = (port->orientation - 1) << PMC_USB_ALTMODE_ORI_SHIFT; in pmc_usb_mux_dp()296 req.mode_data |= (port->role - 1) << PMC_USB_ALTMODE_UFP_SHIFT; in pmc_usb_mux_dp()298 req.mode_data |= (state->mode - TYPEC_STATE_MODAL) << in pmc_usb_mux_dp()308 req.mode_data |= PMC_USB_ALTMODE_CABLE_SPD(cable_speed); in pmc_usb_mux_dp()311 req.mode_data |= PMC_USB_ALTMODE_CABLE_TYPE; in pmc_usb_mux_dp()313 req.mode_data |= PMC_USB_ALTMODE_ACTIVE_CABLE | in pmc_usb_mux_dp()316 req.mode_data |= PMC_USB_ALTMODE_ACTIVE_CABLE; in pmc_usb_mux_dp()345 req.mode_data = (port->orientation - 1) << PMC_USB_ALTMODE_ORI_SHIFT; in pmc_usb_mux_tbt()346 req.mode_data |= (port->role - 1) << PMC_USB_ALTMODE_UFP_SHIFT; in pmc_usb_mux_tbt()[all …]
79 const struct nt35950_panel_mode *mode_data; member222 const struct nt35950_panel_mode *mode_data = nt->desc->mode_data; in nt35950_set_dispout() local224 if (mode_data[nt->cur_mode].is_video_mode) in nt35950_set_dispout()226 if (mode_data[nt->cur_mode].enable_sram) in nt35950_set_dispout()247 &nt->desc->mode_data[i].mode, in nt35950_get_current_mode()257 const struct nt35950_panel_mode *mode_data = nt->desc->mode_data; in nt35950_on() local266 nt35950_set_data_compression(&dsi_ctx, nt, mode_data[nt->cur_mode].compression); in nt35950_on()267 nt35950_set_scale_mode(&dsi_ctx, mode_data[nt->cur_mode].scaler_mode); in nt35950_on()268 nt35950_set_scaler(&dsi_ctx, mode_data[nt->cur_mode].scaler_on); in nt35950_on()416 &nt->desc->mode_data[i].mode); in nt35950_get_modes()[all …]
1265 struct scsi_mode_data mode_data; in sas_read_port_mode_page() local1272 &mode_data, NULL); in sas_read_port_mode_page()1277 msdata = buffer + mode_data.header_length + in sas_read_port_mode_page()1278 mode_data.block_descriptor_length; in sas_read_port_mode_page()
480 struct pd_mode_data mode_data; member1582 memset(&port->mode_data, 0, sizeof(port->mode_data)); in svdm_consume_identity()1657 &port->mode_data_prime : &port->mode_data; in svdm_consume_svids()1706 struct pd_mode_data *pmdata = &port->mode_data; in svdm_consume_modes()1719 pmdata = &port->mode_data; in svdm_consume_modes()1747 struct pd_mode_data *modep = &port->mode_data; in tcpm_register_partner_altmodes()1912 modep = &port->mode_data; in tcpm_pd_svdm()1922 modep = &port->mode_data; in tcpm_pd_svdm()4359 struct pd_mode_data *modep = &port->mode_data; in tcpm_unregister_altmodes()
281 uint8_t mode_data; /* MODE data */ member1069 seq->mode = ((cfg->mode_data & 0xff) << 0 | /* data */ in stfsm_prepare_rw_seq()