Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/typec/mux/
Dintel_pmc_mux.c49 u32 mode_data; member
295 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 …]
/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-novatek-nt35950.c79 const struct nt35950_panel_mode *mode_data; member
222 const struct nt35950_panel_mode *mode_data = nt->desc->mode_data; in nt35950_set_dispout() local
224 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() local
266 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 …]
/linux-6.12.1/drivers/scsi/
Dscsi_transport_sas.c1265 struct scsi_mode_data mode_data; in sas_read_port_mode_page() local
1272 &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()
/linux-6.12.1/drivers/usb/typec/tcpm/
Dtcpm.c480 struct pd_mode_data mode_data; member
1582 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()
/linux-6.12.1/drivers/mtd/devices/
Dst_spi_fsm.c281 uint8_t mode_data; /* MODE data */ member
1069 seq->mode = ((cfg->mode_data & 0xff) << 0 | /* data */ in stfsm_prepare_rw_seq()