Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c49 u32 mode_data; member
296 req.mode_data = (port->orientation - 1) << PMC_USB_ALTMODE_ORI_SHIFT; in pmc_usb_mux_dp()
297 req.mode_data |= (port->role - 1) << PMC_USB_ALTMODE_UFP_SHIFT; in pmc_usb_mux_dp()
299 req.mode_data |= (state->mode - TYPEC_STATE_MODAL) << in pmc_usb_mux_dp()
309 req.mode_data |= PMC_USB_ALTMODE_CABLE_SPD(cable_speed); in pmc_usb_mux_dp()
312 req.mode_data |= PMC_USB_ALTMODE_CABLE_TYPE; in pmc_usb_mux_dp()
314 req.mode_data |= PMC_USB_ALTMODE_ACTIVE_CABLE | in pmc_usb_mux_dp()
317 req.mode_data |= PMC_USB_ALTMODE_ACTIVE_CABLE; in pmc_usb_mux_dp()
346 req.mode_data = (port->orientation - 1) << PMC_USB_ALTMODE_ORI_SHIFT; in pmc_usb_mux_tbt()
347 req.mode_data | in pmc_usb_mux_tbt()
[all...]
/linux/net/xfrm/
H A Dxfrm_iptfs.c959 xtfs = x->mode_data; in __input_process_payload()
1229 xtfs = x->mode_data; in iptfs_input_ordered()
1719 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_input()
1836 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_output_collect()
2187 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_output_queued()
2506 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_get_inner_mtu()
2527 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_user_init()
2582 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_sa_len()
2602 struct xfrm_iptfs_data *xtfs = x->mode_data; in iptfs_copy_to_user()
2656 /* Always keep a module reference when x->mode_data i in __iptfs_init_state()
[all...]
H A Dxfrm_state.c759 x->mode_data = NULL; in xfrm_state_alloc()
/linux/drivers/scsi/
H A Dscsi_transport_sas.c1298 struct scsi_mode_data mode_data;
1305 &mode_data, NULL);
1310 msdata = buffer + mode_data.header_length +
1311 mode_data.block_descriptor_length;
1269 struct scsi_mode_data mode_data; sas_read_port_mode_page() local
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c602 struct pd_mode_data mode_data; member
1861 memset(&port->mode_data, 0, sizeof(port->mode_data)); in svdm_consume_identity()
1939 &port->mode_data_prime : &port->mode_data; in svdm_consume_svids()
1988 struct pd_mode_data *pmdata = &port->mode_data; in svdm_consume_modes()
1997 pmdata = &port->mode_data; in svdm_consume_modes()
2025 struct pd_mode_data *modep = &port->mode_data; in tcpm_register_partner_altmodes()
2160 modep = &port->mode_data; in tcpm_handle_discover_mode()
2239 modep = &port->mode_data; in tcpm_pd_svdm()
2249 modep = &port->mode_data; in tcpm_pd_svdm()
4890 struct pd_mode_data *modep = &port->mode_data; in tcpm_unregister_altmodes()
/linux/drivers/usb/typec/tipd/
H A Dcore.c108 __le32 mode_data; member
/linux/include/net/
H A Dxfrm.h320 void *mode_data; member