/linux-6.15/drivers/infiniband/sw/rxe/ |
D | rxe_queue.h | 36 * enum queue_type - type of queue 53 enum queue_type { 70 enum queue_type type; 86 unsigned int elem_size, enum queue_type type); 101 enum queue_type type) in queue_get_producer() 128 enum queue_type type) in queue_get_consumer() 154 static inline int queue_empty(struct rxe_queue *q, enum queue_type type) in queue_empty() 162 static inline int queue_full(struct rxe_queue *q, enum queue_type type) in queue_full() 171 enum queue_type type) in queue_count() 180 enum queue_type type) in queue_advance_producer() [all …]
|
/linux-6.15/tools/testing/selftests/rseq/ |
D | rseq.h | 78 enum rseq_mo { 87 enum rseq_percpu_mode { 248 int rseq_cmpeqv_storev(enum rseq_mo rseq_mo, enum rseq_percpu_mode percpu_mode, in rseq_cmpeqv_storev() 268 int rseq_cmpnev_storeoffp_load(enum rseq_mo rseq_mo, enum rseq_percpu_mode percpu_mode, in rseq_cmpnev_storeoffp_load() 284 int rseq_addv(enum rseq_mo rseq_mo, enum rseq_percpu_mode percpu_mode, in rseq_addv() 304 int rseq_offset_deref_addv(enum rseq_mo rseq_mo, enum rseq_percpu_mode percpu_mode, in rseq_offset_deref_addv() 320 int rseq_cmpeqv_trystorev_storev(enum rseq_mo rseq_mo, enum rseq_percpu_mode percpu_mode, in rseq_cmpeqv_trystorev_storev() 348 int rseq_cmpeqv_cmpeqv_storev(enum rseq_mo rseq_mo, enum rseq_percpu_mode percpu_mode, in rseq_cmpeqv_cmpeqv_storev() 365 int rseq_cmpeqv_trymemcpy_storev(enum rseq_mo rseq_mo, enum rseq_percpu_mode percpu_mode, in rseq_cmpeqv_trymemcpy_storev()
|
/linux-6.15/include/linux/ |
D | hrtimer.h | 35 enum hrtimer_mode { 226 static inline enum hrtimer_restart hrtimer_dummy_timeout(struct hrtimer *unused) in hrtimer_dummy_timeout() 234 extern void hrtimer_setup(struct hrtimer *timer, enum hrtimer_restart (*function)(struct hrtimer *), 235 clockid_t clock_id, enum hrtimer_mode mode); 237 enum hrtimer_restart (*function)(struct hrtimer *), 238 clockid_t clock_id, enum hrtimer_mode mode); 240 enum hrtimer_mode mode); 250 u64 range_ns, const enum hrtimer_mode mode); 261 const enum hrtimer_mode mode) in hrtimer_start() 270 enum hrtimer_mode mode) in hrtimer_start_expires() [all …]
|
D | hwmon.h | 20 enum hwmon_sensor_types { 34 enum hwmon_chip_attributes { 66 enum hwmon_temp_attributes { 126 enum hwmon_in_attributes { 170 enum hwmon_curr_attributes { 212 enum hwmon_power_attributes { 278 enum hwmon_energy_attributes { 288 enum hwmon_humidity_attributes { 318 enum hwmon_fan_attributes { 348 enum hwmon_pwm_attributes { [all …]
|
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | phy.h | 47 enum swchnlcmd_id { 58 enum swchnlcmd_id cmdid; 72 enum radio_path rfpath); 74 enum nl80211_channel_type ch_type); 77 enum rf_content content, 78 enum radio_path rfpath); 80 enum rf_pwrstate rfpwr_state);
|
/linux-6.15/include/linux/soc/mediatek/ |
D | mtk-mmsys.h | 13 enum mtk_ddp_comp_id; 16 enum mtk_dpi_out_format_con { 23 enum mtk_ddp_comp_id { 88 enum mtk_ddp_comp_id cur, 89 enum mtk_ddp_comp_id next); 92 enum mtk_ddp_comp_id cur, 93 enum mtk_ddp_comp_id next);
|
/linux-6.15/drivers/scsi/bfa/ |
D | bfa_fcs.h | 26 enum { 49 enum vport_ns_event { 66 typedef void (*bfa_fcs_lport_ns_sm_t)(struct bfa_fcs_lport_ns_s *fsm, enum vport_ns_event); 81 enum port_scn_event { 91 typedef void (*bfa_fcs_lport_scn_sm_t)(struct bfa_fcs_lport_scn_s *fsm, enum port_scn_event); 105 enum port_fdmi_event { 117 typedef void (*bfa_fcs_lport_fdmi_sm_t)(struct bfa_fcs_lport_fdmi_s *fsm, enum port_fdmi_event); 131 enum port_ms_event { 142 typedef void (*bfa_fcs_lport_ms_sm_t)(struct bfa_fcs_lport_ms_s *fsm, enum port_ms_event); 189 enum bfa_fcs_lport_event { [all …]
|
/linux-6.15/drivers/net/wireless/ath/ath9k/ |
D | htc.h | 51 enum htc_phymode { 56 enum htc_opmode { 257 enum tid_aggr_state { 266 enum tid_aggr_state tid_state[ATH9K_HTC_MAX_TID]; 410 enum { 452 enum htc_op_flags { 466 enum htc_endpoint_id wmi_cmd_ep; 467 enum htc_endpoint_id beacon_ep; 468 enum htc_endpoint_id cab_ep; 469 enum htc_endpoint_id uapsd_ep; [all …]
|
/linux-6.15/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 43 enum SpiceImageType { 60 enum SpiceBitmapFmt { 75 enum SpiceSurfaceFmt { 87 enum SpiceClipType { 94 enum SpiceRopd { 110 enum SpiceBrushType { 118 enum SpiceCursorType { 137 enum { 150 enum { 160 enum { [all …]
|
/linux-6.15/drivers/platform/x86/amd/pmf/ |
D | pmf.h | 149 enum sbios_hb_v2 { 302 enum amd_stt_skin_temp { 308 enum amd_slider_op { 313 enum power_source { 319 enum power_modes { 326 enum power_modes_v2 { 343 enum platform_profile_option current_profile; 442 enum auto_mode_transition_priority { 450 enum auto_mode_mode { 464 enum auto_mode_mode target_mode; [all …]
|
/linux-6.15/include/net/ |
D | pkt_cls.h | 31 enum flow_block_binder_type binder_type; 593 int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type, 596 enum tc_setup_type type, void *type_data, bool err_stop, 599 enum tc_setup_type type, void *type_data, bool err_stop, 604 enum tc_setup_type type, void *type_data, bool err_stop, 608 enum tc_setup_type type, void *type_data, 614 enum flow_block_binder_type binder_type, 625 enum flow_block_binder_type binder_type, in tcf_qevent_init() 672 enum tc_clsu32_command { 684 enum tc_clsu32_command command; [all …]
|
/linux-6.15/drivers/media/dvb-frontends/cxd2880/ |
D | cxd2880_tnrdmd_dvbt2.h | 16 enum cxd2880_tnrdmd_dvbt2_tune_info { 23 enum cxd2880_dtv_bandwidth bandwidth; 25 enum cxd2880_dvbt2_profile profile; 26 enum cxd2880_tnrdmd_dvbt2_tune_info tune_info; 44 enum 50 enum
|
/linux-6.15/drivers/gpu/drm/i915/display/ |
D | skl_universal_plane.h | 18 enum pipe; 19 enum plane_id; 23 enum pipe pipe, enum plane_id plane_id); 39 enum plane_id plane_id); 41 bool icl_is_hdr_plane(struct intel_display *display, enum plane_id plane_id);
|
/linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
D | btf_dump.c | 194 * enum x; in test_btf_dump_incremental() 196 * enum x { X = 1 }; in test_btf_dump_incremental() 198 * enum { Y = 1 }; in test_btf_dump_incremental() 229 "enum x;\n" in test_btf_dump_incremental() 231 "enum x {\n" in test_btf_dump_incremental() 235 "enum {\n" in test_btf_dump_incremental() 246 * anonymous enum. It also has a name conflict with the first struct: in test_btf_dump_incremental() 249 * enum { VAL___2 = 1 } x; in test_btf_dump_incremental() 254 * Note that VAL___2 enum value. It's because we've already emitted in test_btf_dump_incremental() 255 * that enum as a global anonymous enum, so btf_dump will ensure that in test_btf_dump_incremental() [all …]
|
/linux-6.15/drivers/scsi/ |
D | myrb.h | 36 enum myrb_cmd_opcode { 175 enum { 212 enum { 225 enum { 231 enum { 260 enum { 266 enum { 299 enum { 304 enum { 314 enum { [all …]
|
/linux-6.15/tools/perf/util/ |
D | dso.h | 24 * enum dso_binary_type - The kind of DSO generally associated with a memory 27 enum dso_binary_type { 108 enum dso_space_type { 114 enum dso_swap_type { 120 enum dso_data_status { 126 enum dso_data_status_seen { 130 enum dso_type { 137 enum dso_load_errno { 165 enum dso_swap_type ___dst = dso__needs_swap(dso); \ 270 enum dso_load_errno load_errno; in DECLARE_RC_STRUCT() [all …]
|
/linux-6.15/drivers/misc/mei/ |
D | mei_dev.h | 47 enum file_state { 59 enum mei_dev_state { 71 * enum mei_dev_pxp_mode - MEI PXP mode state 78 enum mei_dev_pxp_mode { 86 * enum mei_dev_reset_to_pxp - reset to PXP mode performed 92 enum mei_dev_reset_to_pxp { 100 enum mei_file_transaction_states { 107 * enum mei_cb_file_ops - file operation associated with the callback 118 enum mei_cb_file_ops { 131 * enum mei_cl_io_mode - io mode between driver and fw [all …]
|
/linux-6.15/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-common.h | 67 enum rkisp1_irq_line { 74 /* enum for the resizer pads */ 75 enum rkisp1_rsz_pad { 81 /* enum for the csi receiver pads */ 82 enum rkisp1_csi_pad { 88 /* enum for the capture id */ 89 enum rkisp1_stream_id { 95 enum rkisp1_fmt_raw_pat_type { 102 /* enum for the isp pads */ 103 enum rkisp1_isp_pad { [all …]
|
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.h | 17 enum hns3_nic_state { 219 enum hns3_pkt_l2t_type { 226 enum hns3_pkt_l3t_type { 233 enum hns3_pkt_l4t_type { 240 enum hns3_pkt_ol3t_type { 247 enum hns3_pkt_tun_type { 317 enum hns3_desc_type { 350 enum hns3_pkt_l3type { 371 enum hns3_pkt_l4type { 384 enum hns3_pkt_ol3type { [all …]
|
/linux-6.15/include/media/ |
D | dvb_demux.h | 30 * enum dvb_dmx_filter_type - type of demux feed. 35 enum dvb_dmx_filter_type { 41 * enum dvb_dmx_state - state machine for a demux filter. 50 enum dvb_dmx_state { 73 * @state: state of the filter as described by &enum dvb_dmx_state. 75 * by &enum dvb_dmx_filter_type. 87 enum dvb_dmx_state state; 88 enum dvb_dmx_filter_type type; 113 * @type: type of the filter, as defined by &enum dvb_dmx_filter_type. 114 * @state: state of the filter as defined by &enum dvb_dmx_state. [all …]
|
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | prm.h | 10 enum { 23 enum mlx5_modification_field { 116 enum { 124 enum mlx5_ifc_rtc_update_mode { 129 enum mlx5_ifc_rtc_access_mode { 134 enum mlx5_ifc_rtc_ste_format { 140 enum mlx5_ifc_rtc_reparse_mode { 176 enum mlx5_ifc_stc_action_type { 201 enum mlx5_ifc_stc_reparse_mode { 231 enum { [all …]
|
/linux-6.15/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 23 enum ipset_cmd { 54 enum { 74 enum { 109 enum { 129 enum { 137 enum ipset_errno { 164 enum ipset_cmd_flags { 191 enum ipset_cadt_flags { 212 enum ipset_create_flags { 221 enum ipset_adt { [all …]
|
/linux-6.15/Documentation/devicetree/bindings/sound/ |
D | cirrus,cs42l43.yaml | 25 enum: 85 enum: [ 0, 14, 24, 43, 52, 61, 71, 90, 99 ] 92 enum: [ 10, 40, 90, 170 ] 99 enum: [ 20, 100, 1000, 10000, 50000, 75000, 100000, 200000 ] 135 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 142 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 165 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 172 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 225 enum: [ gpio1, gpio2, gpio3, asp, pdmout2, pdmout1, i2c, spi ] 228 enum: [ gpio1, gpio2, gpio3, [all …]
|
/linux-6.15/Documentation/devicetree/bindings/leds/backlight/ |
D | qcom-wled.yaml | 20 enum: 86 enum: [ 600, 640, 685, 738, 800, 872, 960, 1066, 1200, 1371, 1600, 1920, 94 enum: [ 27, 29, 32, 35 ] 101 enum: [ 18100, 19600, 29600, 31100 ] 152 enum: [ 0, 1 ] 165 enum: [ 0, 1, 2, 3 ] 180 enum: [ 105, 385, 525, 805, 980, 1260, 1400, 1680 ] 187 enum: [ 1, 2, 3 ] 201 enum: [ 105, 280, 450, 620, 970, 1150, 1300, 1500 ] 208 enum: [ 1, 2, 3, 4 ] [all …]
|
/linux-6.15/drivers/staging/media/atomisp/include/linux/ |
D | atomisp_platform.h | 22 enum atomisp_bayer_order { 29 enum atomisp_input_stream_id { 38 enum atomisp_input_format { 102 enum atomisp_camera_port port; 119 enum atomisp_input_stream_id stream; 151 enum atomisp_camera_port port; 153 enum atomisp_input_format input_format; 154 enum atomisp_bayer_order raw_bayer_order; 155 enum atomisp_input_format metadata_format; 163 enum atomisp_input_format format, [all …]
|