Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/typec/mux/
Dintel_pmc_mux.c48 u32 mode_data; member
272 req.mode_data = (port->orientation - 1) << PMC_USB_ALTMODE_ORI_SHIFT; in pmc_usb_mux_dp()
273 req.mode_data |= (port->role - 1) << PMC_USB_ALTMODE_UFP_SHIFT; in pmc_usb_mux_dp()
275 req.mode_data |= (state->mode - TYPEC_STATE_MODAL) << in pmc_usb_mux_dp()
304 req.mode_data = (port->orientation - 1) << PMC_USB_ALTMODE_ORI_SHIFT; in pmc_usb_mux_tbt()
305 req.mode_data |= (port->role - 1) << PMC_USB_ALTMODE_UFP_SHIFT; in pmc_usb_mux_tbt()
308 req.mode_data |= PMC_USB_ALTMODE_TBT_TYPE; in pmc_usb_mux_tbt()
311 req.mode_data |= PMC_USB_ALTMODE_CABLE_TYPE; in pmc_usb_mux_tbt()
314 req.mode_data |= PMC_USB_ALTMODE_ACTIVE_LINK; in pmc_usb_mux_tbt()
317 req.mode_data |= PMC_USB_ALTMODE_ACTIVE_CABLE; in pmc_usb_mux_tbt()
[all …]
/linux-6.1.9/drivers/gpu/drm/panel/
Dpanel-novatek-nt35950.c80 const struct nt35950_panel_mode *mode_data; member
259 const struct nt35950_panel_mode *mode_data = nt->desc->mode_data; in nt35950_set_dispout() local
261 if (mode_data[nt->cur_mode].is_video_mode) in nt35950_set_dispout()
263 if (mode_data[nt->cur_mode].enable_sram) in nt35950_set_dispout()
284 &nt->desc->mode_data[i].mode, in nt35950_get_current_mode()
294 const struct nt35950_panel_mode *mode_data = nt->desc->mode_data; in nt35950_on() local
307 ret = nt35950_set_data_compression(nt, mode_data[nt->cur_mode].compression); in nt35950_on()
311 ret = nt35950_set_scale_mode(nt, mode_data[nt->cur_mode].scaler_mode); in nt35950_on()
315 ret = nt35950_set_scaler(nt, mode_data[nt->cur_mode].scaler_on); in nt35950_on()
512 &nt->desc->mode_data[i].mode); in nt35950_get_modes()
[all …]
/linux-6.1.9/drivers/scsi/
Dscsi_transport_sas.c1242 struct scsi_mode_data mode_data; in sas_read_port_mode_page() local
1249 &mode_data, NULL); in sas_read_port_mode_page()
1254 msdata = buffer + mode_data.header_length + in sas_read_port_mode_page()
1255 mode_data.block_descriptor_length; in sas_read_port_mode_page()
/linux-6.1.9/drivers/usb/typec/tcpm/
Dtcpm.c455 struct pd_mode_data mode_data; member
1468 memset(&port->mode_data, 0, sizeof(port->mode_data)); in svdm_consume_identity()
1483 struct pd_mode_data *pmdata = &port->mode_data; in svdm_consume_svids()
1517 struct pd_mode_data *pmdata = &port->mode_data; in svdm_consume_modes()
1544 struct pd_mode_data *modep = &port->mode_data; in tcpm_register_partner_altmodes()
1581 modep = &port->mode_data; in tcpm_pd_svdm()
3693 struct pd_mode_data *modep = &port->mode_data; in tcpm_unregister_altmodes()
/linux-6.1.9/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()