Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/mux/
A Dintel_pmc_mux.c49 u32 mode_data; member
311 req.mode_data |= PMC_USB_ALTMODE_CABLE_TYPE; in pmc_usb_mux_dp()
316 req.mode_data |= PMC_USB_ALTMODE_ACTIVE_CABLE; in pmc_usb_mux_dp()
349 req.mode_data |= PMC_USB_ALTMODE_TBT_TYPE; in pmc_usb_mux_tbt()
352 req.mode_data |= PMC_USB_ALTMODE_CABLE_TYPE; in pmc_usb_mux_tbt()
355 req.mode_data |= PMC_USB_ALTMODE_ACTIVE_LINK; in pmc_usb_mux_tbt()
364 req.mode_data |= PMC_USB_ALTMODE_ACTIVE_CABLE; in pmc_usb_mux_tbt()
393 req.mode_data = PMC_USB_ALTMODE_FORCE_LSR; in pmc_usb_mux_usb4()
396 req.mode_data |= PMC_USB_ALTMODE_ACTIVE_LINK; in pmc_usb_mux_usb4()
405 req.mode_data |= PMC_USB_ALTMODE_CABLE_TYPE; in pmc_usb_mux_usb4()
[all …]
/linux/drivers/gpu/drm/panel/
A 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
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()
514 if (nt->desc->mode_data[0].is_video_mode) in nt35950_probe()
[all …]
/linux/drivers/scsi/
A 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/drivers/usb/typec/tcpm/
A 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/drivers/mtd/devices/
A 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()

Completed in 29 milliseconds