Searched refs:mode_data (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/usb/typec/mux/ |
| H A D | intel_pmc_mux.c | 49 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/drivers/gpu/drm/panel/ |
| H A D | panel-novatek-nt35950.c | 79 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 …]
|
| H A D | panel-himax-hx8279.c | 193 const struct hx8279_panel_mode *mode_data; member 738 mode = drm_mode_duplicate(connector->dev, &hx->desc->mode_data[i].mode); in hx8279_get_modes() 751 connector->display_info.bpc = hx->desc->mode_data[0].bpc; in hx8279_get_modes() 752 connector->display_info.height_mm = hx->desc->mode_data[0].mode.height_mm; in hx8279_get_modes() 753 connector->display_info.width_mm = hx->desc->mode_data[0].mode.width_mm; in hx8279_get_modes() 1078 if (hx->desc->mode_data[0].is_video_mode) in hx8279_probe() 1174 .mode_data = aoly_sl101pm1794fog_v15_modes, 1236 .mode_data = startek_kd070fhfid078_modes,
|
| /linux/net/xfrm/ |
| H A D | xfrm_iptfs.c | 958 xtfs = x->mode_data; in __input_process_payload() 1227 xtfs = x->mode_data; in iptfs_input_ordered() 1717 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_input() 1834 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_output_collect() 2183 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_output_queued() 2502 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_get_inner_mtu() 2523 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_user_init() 2578 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_sa_len() 2598 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_copy_to_user() 2655 x->mode_data = xtfs; in __iptfs_init_state() [all …]
|
| H A D | xfrm_state.c | 759 x->mode_data = NULL; in xfrm_state_alloc()
|
| /linux/drivers/scsi/ |
| H A D | scsi_transport_sas.c | 1269 struct scsi_mode_data mode_data; in sas_read_port_mode_page() local 1276 &mode_data, NULL); in sas_read_port_mode_page() 1281 msdata = buffer + mode_data.header_length + in sas_read_port_mode_page() 1282 mode_data.block_descriptor_length; in sas_read_port_mode_page()
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 507 struct pd_mode_data mode_data; member 1706 memset(&port->mode_data, 0, sizeof(port->mode_data)); in svdm_consume_identity() 1781 &port->mode_data_prime : &port->mode_data; in svdm_consume_svids() 1830 struct pd_mode_data *pmdata = &port->mode_data; in svdm_consume_modes() 1843 pmdata = &port->mode_data; in svdm_consume_modes() 1871 struct pd_mode_data *modep = &port->mode_data; in tcpm_register_partner_altmodes() 2036 modep = &port->mode_data; in tcpm_pd_svdm() 2046 modep = &port->mode_data; in tcpm_pd_svdm() 4501 struct pd_mode_data *modep = &port->mode_data; in tcpm_unregister_altmodes()
|
| /linux/drivers/mtd/devices/ |
| H A D | st_spi_fsm.c | 281 uint8_t mode_data; /* MODE data */ member 1069 seq->mode = ((cfg->mode_data & 0xff) << 0 | /* data */ in stfsm_prepare_rw_seq()
|
| /linux/drivers/usb/typec/tipd/ |
| H A D | core.c | 108 __le32 mode_data; member
|
| /linux/include/net/ |
| H A D | xfrm.h | 320 void *mode_data; member
|