/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
D | hfi_cmds.c | 419 struct hfi_framerate *in = pdata, *frate = prop_data; in pkt_session_set_property_1x() local 427 struct hfi_uncompressed_format_select *in = pdata; in pkt_session_set_property_1x() local 436 struct hfi_framesize *in = pdata, *fsize = prop_data; in pkt_session_set_property_1x() local 445 struct hfi_enable *in = pdata, *en = prop_data; in pkt_session_set_property_1x() local 452 struct hfi_buffer_count_actual *in = pdata, *count = prop_data; in pkt_session_set_property_1x() local 460 struct hfi_buffer_size_actual *in = pdata, *sz = prop_data; in pkt_session_set_property_1x() local 468 struct hfi_buffer_display_hold_count_actual *in = pdata; in pkt_session_set_property_1x() local 477 struct hfi_nal_stream_format_select *in = pdata; in pkt_session_set_property_1x() local 485 u32 *in = pdata; in pkt_session_set_property_1x() local 501 struct hfi_enable_picture *in = pdata, *en = prop_data; in pkt_session_set_property_1x() local [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | transobj.c | 40 u32 in[MLX5_ST_SZ_DW(alloc_transport_domain_in)] = {}; in mlx5_core_alloc_transport_domain() local 57 u32 in[MLX5_ST_SZ_DW(dealloc_transport_domain_in)] = {}; in mlx5_core_dealloc_transport_domain() local 66 int mlx5_core_create_rq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rqn) in mlx5_core_create_rq() 80 int mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *in) in mlx5_core_modify_rq() 91 u32 in[MLX5_ST_SZ_DW(destroy_rq_in)] = {}; in mlx5_core_destroy_rq() local 101 u32 in[MLX5_ST_SZ_DW(query_rq_in)] = {}; in mlx5_core_query_rq() local 110 int mlx5_core_create_sq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *sqn) in mlx5_core_create_sq() 123 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *in) in mlx5_core_modify_sq() 133 u32 in[MLX5_ST_SZ_DW(destroy_sq_in)] = {}; in mlx5_core_destroy_sq() local 142 u32 in[MLX5_ST_SZ_DW(query_sq_in)] = {}; in mlx5_core_query_sq() local [all …]
|
D | port.c | 44 u32 *in = NULL; in mlx5_core_access_reg() local 77 u32 in[MLX5_ST_SZ_DW(pcam_reg)] = {0}; in mlx5_query_pcam_reg() local 89 u32 in[MLX5_ST_SZ_DW(mcam_reg)] = {0}; in mlx5_query_mcam_reg() local 101 u32 in[MLX5_ST_SZ_DW(qcam_reg)] = {}; in mlx5_query_qcam_reg() local 122 struct mlx5_reg_pcap in; in mlx5_set_port_caps() local 137 u32 in[MLX5_ST_SZ_DW(ptys_reg)] = {0}; in mlx5_query_port_ptys() local 148 u32 in[MLX5_ST_SZ_DW(mlcr_reg)] = {0}; in mlx5_set_port_beacon() local 190 u32 in[MLX5_ST_SZ_DW(paos_reg)] = {0}; in mlx5_set_port_admin_status() local 204 u32 in[MLX5_ST_SZ_DW(paos_reg)] = {0}; in mlx5_query_port_admin_status() local 221 u32 in[MLX5_ST_SZ_DW(pmtu_reg)] = {0}; in mlx5_query_port_mtu() local [all …]
|
D | vport.c | 46 u32 in[MLX5_ST_SZ_DW(query_vport_state_in)] = {}; in mlx5_query_vport_state() local 66 u32 in[MLX5_ST_SZ_DW(modify_vport_state_in)] = {}; in mlx5_modify_vport_admin_state() local 81 u32 in[MLX5_ST_SZ_DW(query_nic_vport_context_in)] = {}; in mlx5_query_nic_vport_context() local 127 u32 in[MLX5_ST_SZ_DW(modify_nic_vport_context_in)] = {}; in mlx5_modify_nic_vport_min_inline() local 149 u32 in[MLX5_ST_SZ_DW(query_nic_vport_context_in)] = {}; in mlx5_query_nic_vport_mac_address() local 178 void *in; in mlx5_modify_nic_vport_mac_address() local 233 void *in; in mlx5_modify_nic_vport_mtu() local 258 u32 in[MLX5_ST_SZ_DW(query_nic_vport_context_in)] = {0}; in mlx5_query_nic_vport_mac_list() local 323 void *in; in mlx5_modify_nic_vport_mac_list() local 375 void *in; in mlx5_modify_nic_vport_vlans() local [all …]
|
D | mr.c | 40 u32 *in, int inlen) in mlx5_core_create_mkey() 68 u32 in[MLX5_ST_SZ_DW(destroy_mkey_in)] = {}; in mlx5_core_destroy_mkey() local 79 u32 in[MLX5_ST_SZ_DW(query_mkey_in)] = {}; in mlx5_core_query_mkey() local 102 u32 in[MLX5_ST_SZ_DW(create_psv_in)] = {}; in mlx5_core_create_psv() local 125 u32 in[MLX5_ST_SZ_DW(destroy_psv_in)] = {}; in mlx5_core_destroy_psv() local
|
/kernel/linux/linux-5.10/fs/udf/ |
D | udfend.h | 8 static inline struct kernel_lb_addr lelb_to_cpu(struct lb_addr in) in lelb_to_cpu() 18 static inline struct lb_addr cpu_to_lelb(struct kernel_lb_addr in) in cpu_to_lelb() 28 static inline struct short_ad lesa_to_cpu(struct short_ad in) in lesa_to_cpu() 38 static inline struct short_ad cpu_to_lesa(struct short_ad in) in cpu_to_lesa() 48 static inline struct kernel_long_ad lela_to_cpu(struct long_ad in) in lela_to_cpu() 58 static inline struct long_ad cpu_to_lela(struct kernel_long_ad in) in cpu_to_lela() 68 static inline struct kernel_extent_ad leea_to_cpu(struct extent_ad in) in leea_to_cpu()
|
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/core/ |
D | resources.c | 12 u32 in[MLX5_ST_SZ_DW(alloc_pd_in)] = {}; in alloc_pd() local 27 u32 in[MLX5_ST_SZ_DW(dealloc_pd_in)] = {}; in dealloc_pd() local 39 u32 in[MLX5_ST_SZ_DW(query_special_contexts_in)] = {}; in get_null_mkey() local 54 void *in; in create_uctx() local 80 u32 in[MLX5_ST_SZ_DW(destroy_uctx_in)] = {}; in destroy_uctx() local 88 int mlx5_vdpa_create_tis(struct mlx5_vdpa_dev *mvdev, void *in, u32 *tisn) in mlx5_vdpa_create_tis() 104 u32 in[MLX5_ST_SZ_DW(destroy_tis_in)] = {}; in mlx5_vdpa_destroy_tis() local 112 int mlx5_vdpa_create_rqt(struct mlx5_vdpa_dev *mvdev, void *in, int inlen, u32 *rqtn) in mlx5_vdpa_create_rqt() 127 u32 in[MLX5_ST_SZ_DW(destroy_rqt_in)] = {}; in mlx5_vdpa_destroy_rqt() local 135 int mlx5_vdpa_create_tir(struct mlx5_vdpa_dev *mvdev, void *in, u32 *tirn) in mlx5_vdpa_create_tir() [all …]
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | cmd.c | 11 u32 in[MLX5_ST_SZ_DW(query_special_contexts_in)] = {}; in mlx5_cmd_dump_fill_mkey() local 26 u32 in[MLX5_ST_SZ_DW(query_special_contexts_in)] = {}; in mlx5_cmd_null_mkey() local 41 u32 in[MLX5_ST_SZ_DW(query_cong_params_in)] = {}; in mlx5_cmd_query_cong_params() local 60 u32 in[MLX5_ST_SZ_DW(alloc_memic_in)] = {}; in mlx5_cmd_alloc_memic() local 130 u32 in[MLX5_ST_SZ_DW(dealloc_memic_in)] = {}; in mlx5_cmd_dealloc_memic() local 153 u32 in[MLX5_ST_SZ_DW(destroy_tir_in)] = {}; in mlx5_cmd_destroy_tir() local 163 u32 in[MLX5_ST_SZ_DW(destroy_tis_in)] = {}; in mlx5_cmd_destroy_tis() local 173 u32 in[MLX5_ST_SZ_DW(destroy_rqt_in)] = {}; in mlx5_cmd_destroy_rqt() local 184 u32 in[MLX5_ST_SZ_DW(alloc_transport_domain_in)] = {}; in mlx5_cmd_alloc_transport_domain() local 203 u32 in[MLX5_ST_SZ_DW(dealloc_transport_domain_in)] = {}; in mlx5_cmd_dealloc_transport_domain() local [all …]
|
D | srq_cmd.c | 12 static int get_pas_size(struct mlx5_srq_attr *in) in get_pas_size() 27 static void set_wq(void *wq, struct mlx5_srq_attr *in) in set_wq() 40 static void set_srqc(void *srqc, struct mlx5_srq_attr *in) in set_srqc() 55 static void get_wq(void *wq, struct mlx5_srq_attr *in) in get_wq() 68 static void get_srqc(void *srqc, struct mlx5_srq_attr *in) in get_srqc() 96 struct mlx5_srq_attr *in) in create_srq_cmd() 135 u32 in[MLX5_ST_SZ_DW(destroy_srq_in)] = {}; in destroy_srq_cmd() local 147 u32 in[MLX5_ST_SZ_DW(arm_rq_in)] = {}; in arm_srq_cmd() local 161 u32 in[MLX5_ST_SZ_DW(query_srq_in)] = {}; in query_srq_cmd() local 187 struct mlx5_srq_attr *in) in create_xrc_srq_cmd() [all …]
|
D | qpc.c | 192 u32 in[MLX5_ST_SZ_DW(destroy_dct_in)] = {}; in _mlx5_core_destroy_dct() local 215 u32 *in, int inlen, u32 *out, int outlen) in mlx5_core_create_dct() 240 u32 *in, int inlen, u32 *out) in mlx5_qpc_create_qp() 274 u32 in[MLX5_ST_SZ_DW(drain_dct_in)] = {}; in mlx5_core_drain_dct() local 291 u32 in[MLX5_ST_SZ_DW(destroy_qp_in)] = {}; in mlx5_core_destroy_qp() local 307 u32 in[MLX5_ST_SZ_DW(set_delay_drop_params_in)] = {}; in mlx5_core_set_delay_drop() local 317 u32 *in; member 381 #define MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid) \ in modify_qp_mbox_alloc() argument 388 #define MOD_QP_IN_SET_QPC(typ, in, _opcode, _qpn, _opt_p, _qpc, _uid) \ in modify_qp_mbox_alloc() argument 503 u32 in[MLX5_ST_SZ_DW(query_qp_in)] = {}; in mlx5_core_qp_query() local [all …]
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/ |
D | connector-hdmi.c | 38 struct omap_dss_device *in; member 52 struct omap_dss_device *in = ddata->in; in hdmic_connect() local 70 struct omap_dss_device *in = ddata->in; in hdmic_disconnect() local 83 struct omap_dss_device *in = ddata->in; in hdmic_enable() local 108 struct omap_dss_device *in = ddata->in; in hdmic_disable() local 124 struct omap_dss_device *in = ddata->in; in hdmic_set_timings() local 144 struct omap_dss_device *in = ddata->in; in hdmic_check_timings() local 153 struct omap_dss_device *in = ddata->in; in hdmic_read_edid() local 161 struct omap_dss_device *in = ddata->in; in hdmic_detect() local 172 struct omap_dss_device *in = ddata->in; in hdmic_set_hdmi_mode() local [all …]
|
D | connector-analog-tv.c | 19 struct omap_dss_device *in; member 49 struct omap_dss_device *in = ddata->in; in tvc_connect() local 67 struct omap_dss_device *in = ddata->in; in tvc_disconnect() local 80 struct omap_dss_device *in = ddata->in; in tvc_enable() local 112 struct omap_dss_device *in = ddata->in; in tvc_disable() local 128 struct omap_dss_device *in = ddata->in; in tvc_set_timings() local 148 struct omap_dss_device *in = ddata->in; in tvc_check_timings() local 156 struct omap_dss_device *in = ddata->in; in tvc_get_wss() local 164 struct omap_dss_device *in = ddata->in; in tvc_set_wss() local 190 struct omap_dss_device *in, *dssdev; in tvc_probe_pdata() local [all …]
|
D | encoder-tpd12s015.c | 21 struct omap_dss_device *in; member 36 struct omap_dss_device *in = ddata->in; in tpd_connect() local 59 struct omap_dss_device *in = ddata->in; in tpd_disconnect() local 77 struct omap_dss_device *in = ddata->in; in tpd_enable() local 97 struct omap_dss_device *in = ddata->in; in tpd_disable() local 111 struct omap_dss_device *in = ddata->in; in tpd_set_timings() local 131 struct omap_dss_device *in = ddata->in; in tpd_check_timings() local 143 struct omap_dss_device *in = ddata->in; in tpd_read_edid() local 169 struct omap_dss_device *in = ddata->in; in tpd_set_infoframe() local 178 struct omap_dss_device *in = ddata->in; in tpd_set_hdmi_mode() local [all …]
|
D | panel-dsi-cm.c | 40 struct omap_dss_device *in; member 108 struct omap_dss_device *in = ddata->in; in dsicm_dcs_read_1() local 124 struct omap_dss_device *in = ddata->in; in dsicm_dcs_write_0() local 130 struct omap_dss_device *in = ddata->in; in dsicm_dcs_write_1() local 139 struct omap_dss_device *in = ddata->in; in dsicm_sleep_in() local 194 struct omap_dss_device *in = ddata->in; in dsicm_set_update_window() local 241 struct omap_dss_device *in = ddata->in; in dsicm_enter_ulps() local 275 struct omap_dss_device *in = ddata->in; in dsicm_exit_ulps() local 332 struct omap_dss_device *in = ddata->in; in dsicm_bl_update_status() local 388 struct omap_dss_device *in = ddata->in; in dsicm_num_errors_show() local [all …]
|
D | encoder-opa362.c | 24 struct omap_dss_device *in; member 37 struct omap_dss_device *in = ddata->in; in opa362_connect() local 59 struct omap_dss_device *in = ddata->in; in opa362_disconnect() local 80 struct omap_dss_device *in = ddata->in; in opa362_enable() local 108 struct omap_dss_device *in = ddata->in; in opa362_disable() local 127 struct omap_dss_device *in = ddata->in; in opa362_set_timings() local 151 struct omap_dss_device *in = ddata->in; in opa362_check_timings() local 184 struct omap_dss_device *dssdev, *in; in opa362_probe() local 238 struct omap_dss_device *in = ddata->in; in opa362_remove() local
|
D | panel-dpi.c | 22 struct omap_dss_device *in; member 39 struct omap_dss_device *in = ddata->in; in panel_dpi_connect() local 55 struct omap_dss_device *in = ddata->in; in panel_dpi_disconnect() local 66 struct omap_dss_device *in = ddata->in; in panel_dpi_enable() local 96 struct omap_dss_device *in = ddata->in; in panel_dpi_disable() local 115 struct omap_dss_device *in = ddata->in; in panel_dpi_set_timings() local 135 struct omap_dss_device *in = ddata->in; in panel_dpi_check_timings() local 158 struct omap_dss_device *dssdev, *in; in panel_dpi_probe_pdata() local 201 struct omap_dss_device *in; in panel_dpi_probe_of() local 292 struct omap_dss_device *in = ddata->in; in panel_dpi_remove() local
|
D | encoder-tfp410.c | 19 struct omap_dss_device *in; member 33 struct omap_dss_device *in = ddata->in; in tfp410_connect() local 53 struct omap_dss_device *in = ddata->in; in tfp410_disconnect() local 72 struct omap_dss_device *in = ddata->in; in tfp410_enable() local 100 struct omap_dss_device *in = ddata->in; in tfp410_disable() local 124 struct omap_dss_device *in = ddata->in; in tfp410_set_timings() local 146 struct omap_dss_device *in = ddata->in; in tfp410_check_timings() local 169 struct omap_dss_device *in; in tfp410_probe_of() local 247 struct omap_dss_device *in = ddata->in; in tfp410_remove() local
|
D | panel-lgphilips-lb035q02.c | 41 struct omap_dss_device *in; member 120 struct omap_dss_device *in = ddata->in; in lb035q02_connect() local 138 struct omap_dss_device *in = ddata->in; in lb035q02_disconnect() local 149 struct omap_dss_device *in = ddata->in; in lb035q02_enable() local 180 struct omap_dss_device *in = ddata->in; in lb035q02_disable() local 200 struct omap_dss_device *in = ddata->in; in lb035q02_set_timings() local 220 struct omap_dss_device *in = ddata->in; in lb035q02_check_timings() local 243 struct omap_dss_device *in; in lb035q02_probe_of() local 323 struct omap_dss_device *in = ddata->in; in lb035q02_panel_spi_remove() local
|
D | panel-sharp-ls037v7dw01.c | 21 struct omap_dss_device *in; member 61 struct omap_dss_device *in = ddata->in; in sharp_ls_connect() local 77 struct omap_dss_device *in = ddata->in; in sharp_ls_disconnect() local 88 struct omap_dss_device *in = ddata->in; in sharp_ls_enable() local 130 struct omap_dss_device *in = ddata->in; in sharp_ls_disable() local 157 struct omap_dss_device *in = ddata->in; in sharp_ls_set_timings() local 177 struct omap_dss_device *in = ddata->in; in sharp_ls_check_timings() local 215 struct omap_dss_device *in; in sharp_ls_probe_of() local 306 struct omap_dss_device *in = ddata->in; in sharp_ls_remove() local
|
D | connector-dvi.c | 41 struct omap_dss_device *in; member 53 struct omap_dss_device *in = ddata->in; in dvic_connect() local 69 struct omap_dss_device *in = ddata->in; in dvic_disconnect() local 80 struct omap_dss_device *in = ddata->in; in dvic_enable() local 103 struct omap_dss_device *in = ddata->in; in dvic_disable() local 117 struct omap_dss_device *in = ddata->in; in dvic_set_timings() local 137 struct omap_dss_device *in = ddata->in; in dvic_check_timings() local 239 struct omap_dss_device *in; in dvic_probe_of() local 315 struct omap_dss_device *in = ddata->in; in dvic_remove() local
|
D | panel-nec-nl8048hl11.c | 21 struct omap_dss_device *in; member 119 struct omap_dss_device *in = ddata->in; in nec_8048_connect() local 135 struct omap_dss_device *in = ddata->in; in nec_8048_disconnect() local 146 struct omap_dss_device *in = ddata->in; in nec_8048_enable() local 174 struct omap_dss_device *in = ddata->in; in nec_8048_disable() local 191 struct omap_dss_device *in = ddata->in; in nec_8048_set_timings() local 211 struct omap_dss_device *in = ddata->in; in nec_8048_check_timings() local 235 struct omap_dss_device *in; in nec_8048_probe_of() local 334 struct omap_dss_device *in = ddata->in; in nec_8048_remove() local
|
/kernel/linux/linux-5.10/include/media/drv-intf/ |
D | msp3400.h | 77 #define MSP_SCART_TO_DSP(in) (in) argument 81 #define MSP_TUNER_TO_DSP(in) ((in) << 3) argument 108 #define MSP_DSP_TO_MAIN(in) ((in) << 4) argument 109 #define MSP_DSP_TO_AUX(in) ((in) << 8) argument 110 #define MSP_DSP_TO_SCART1(in) ((in) << 12) argument 111 #define MSP_DSP_TO_SCART2(in) ((in) << 16) argument 112 #define MSP_DSP_TO_I2S(in) ((in) << 20) argument 124 #define MSP_SC_TO_SCART1(in) (in) argument 125 #define MSP_SC_TO_SCART2(in) ((in) << 4) argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | cmd.c | 46 u32 in[MLX5_FPGA_ACCESS_REG_SZ] = {0}; in mlx5_fpga_access_reg() local 75 u32 in[MLX5_ST_SZ_DW(fpga_cap)] = {0}; in mlx5_fpga_caps() local 84 u32 in[MLX5_ST_SZ_DW(fpga_ctrl)] = {0}; in mlx5_fpga_ctrl_op() local 127 u32 in[MLX5_ST_SZ_DW(fpga_ctrl)] = {0}; in mlx5_fpga_query() local 146 u32 in[MLX5_ST_SZ_DW(fpga_create_qp_in)] = {}; in mlx5_fpga_create_qp() local 167 u32 in[MLX5_ST_SZ_DW(fpga_modify_qp_in)] = {}; in mlx5_fpga_modify_qp() local 182 u32 in[MLX5_ST_SZ_DW(fpga_query_qp_in)] = {}; in mlx5_fpga_query_qp() local 199 u32 in[MLX5_ST_SZ_DW(fpga_destroy_qp_in)] = {}; in mlx5_fpga_destroy_qp() local 211 u32 in[MLX5_ST_SZ_DW(fpga_query_qp_counters_in)] = {}; in mlx5_fpga_query_qp_counters() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 13 u32 in[MLX5_ST_SZ_DW(query_esw_vport_context_in)] = {}; in mlx5dr_cmd_query_esw_vport_context() local 37 u32 in[MLX5_ST_SZ_DW(query_hca_cap_in)] = {}; in mlx5dr_cmd_query_gvmi() local 141 u32 in[MLX5_ST_SZ_DW(query_flow_table_in)] = {}; in mlx5dr_cmd_query_flow_table() local 167 u32 in[MLX5_ST_SZ_DW(sync_steering_in)] = {}; in mlx5dr_cmd_sync_steering() local 185 u32 *in; in mlx5dr_cmd_set_fte_modify_and_vport() local 222 u32 in[MLX5_ST_SZ_DW(delete_fte_in)] = {}; in mlx5dr_cmd_del_flow_table_entry() local 240 u32 *in; in mlx5dr_cmd_alloc_modify_header() local 270 u32 in[MLX5_ST_SZ_DW(dealloc_modify_header_context_in)] = {}; in mlx5dr_cmd_dealloc_modify_header() local 287 u32 *in; in mlx5dr_cmd_create_empty_flow_group() local 314 u32 in[MLX5_ST_SZ_DW(destroy_flow_group_in)] = {}; in mlx5dr_cmd_destroy_flow_group() local [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
D | aes-spe-core.S | 16 #define EAD(in, bpos) \ argument 19 #define DAD(in, bpos) \ argument 31 #define LAH(out, in, bpos, off) \ argument 35 #define LAL(out, in, bpos, off) \ argument 39 #define LAE(out, in, bpos) \ argument 46 #define LAD(out, in, bpos) \ argument
|