Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/typec/mux/
H 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-6.15/drivers/gpu/drm/panel/
H 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-6.15/net/xfrm/
H A Dxfrm_iptfs.c952 xtfs = x->mode_data; in __input_process_payload()
1216 xtfs = x->mode_data; in iptfs_input_ordered()
1706 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_input()
1823 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_output_collect()
2172 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_output_queued()
2491 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_get_inner_mtu()
2512 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_user_init()
2644 x->mode_data = xtfs; in __iptfs_init_state()
2656 x->mode_data = xtfs; in iptfs_clone_state()
2676 if (x->mode_data) { in iptfs_init_state()
[all …]
H A Dxfrm_state.c757 x->mode_data = NULL; in xfrm_state_alloc()
/linux-6.15/drivers/scsi/
H A Dscsi_transport_sas.c1267 struct scsi_mode_data mode_data; in sas_read_port_mode_page() local
1274 &mode_data, NULL); in sas_read_port_mode_page()
1279 msdata = buffer + mode_data.header_length + in sas_read_port_mode_page()
1280 mode_data.block_descriptor_length; in sas_read_port_mode_page()
/linux-6.15/drivers/usb/typec/tcpm/
H A Dtcpm.c502 struct pd_mode_data mode_data; member
1628 memset(&port->mode_data, 0, sizeof(port->mode_data)); in svdm_consume_identity()
1703 &port->mode_data_prime : &port->mode_data; in svdm_consume_svids()
1752 struct pd_mode_data *pmdata = &port->mode_data; in svdm_consume_modes()
1765 pmdata = &port->mode_data; in svdm_consume_modes()
1793 struct pd_mode_data *modep = &port->mode_data; in tcpm_register_partner_altmodes()
1958 modep = &port->mode_data; in tcpm_pd_svdm()
1968 modep = &port->mode_data; in tcpm_pd_svdm()
4426 struct pd_mode_data *modep = &port->mode_data; in tcpm_unregister_altmodes()
/linux-6.15/drivers/mtd/devices/
H 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()
/linux-6.15/include/net/
H A Dxfrm.h309 void *mode_data; member