/linux-6.8/Documentation/devicetree/bindings/mfd/ |
D | st,stmpe.yaml | 22 enum: 48 enum: [ 4, 16, 32, 64, 128, 256, 512, 1024 ] 53 enum: [ 0, 1, 2, 3, 4, 5, 6 ] 66 enum: [ 0, 1 ] 71 enum: [ 0, 1 ] 76 enum: [ 0, 1, 2, 3 ] 142 enum: [ 0, 1, 2, 3 ] 152 enum: [ 0, 1, 2, 3, 4, 5, 6, 7 ] 166 enum: [ 0, 1, 2, 3, 4, 5, 6, 7 ] 180 enum: [ 0, 1, 2, 3, 4, 5, 6, 7 ] [all …]
|
/linux-6.8/drivers/bus/fsl-mc/ |
D | mc-sys.c | 31 static enum mc_cmd_status mc_cmd_hdr_read_status(struct fsl_mc_command *cmd) in mc_cmd_hdr_read_status() 35 return (enum mc_cmd_status)hdr->status; in mc_cmd_hdr_read_status() 46 static int mc_status_to_error(enum mc_cmd_status status) in mc_status_to_error() 68 static const char *mc_status_to_string(enum mc_cmd_status status) in mc_status_to_string() 124 static inline enum mc_cmd_status mc_read_response(struct fsl_mc_command __iomem in mc_read_response() 129 enum mc_cmd_status status; in mc_read_response() 161 enum mc_cmd_status *mc_status) in mc_polling_wait_preemptible() 163 enum mc_cmd_status status; in mc_polling_wait_preemptible() 207 enum mc_cmd_status *mc_status) in mc_polling_wait_atomic() 209 enum mc_cmd_status status; in mc_polling_wait_atomic() [all …]
|
/linux-6.8/arch/powerpc/include/asm/ |
D | vas.h | 53 enum vas_cop_type { 84 enum vas_cop_type cop; 95 enum vas_cop_type); 159 enum vas_cop_type cop; 191 void vas_init_rx_win_attr(struct vas_rx_win_attr *rxattr, enum vas_cop_type cop); 199 struct vas_window *vas_rx_win_open(int vasid, enum vas_cop_type cop, 206 enum vas_cop_type cop); 218 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop, 240 int vas_register_api_powernv(struct module *mod, enum vas_cop_type cop_type, 273 enum vas_cop_type cop_type, const char *name); [all …]
|
/linux-6.8/include/linux/ |
D | resctrl.h | 22 * enum resctrl_conf_type - The type of configuration. 27 enum resctrl_conf_type { 39 enum resctrl_event_id { 110 * enum membw_throttle_mode - System's memory bandwidth throttling mode 117 enum membw_throttle_mode { 139 enum membw_throttle_mode throttle_mode; 202 enum resctrl_conf_type conf_type; 216 u32 closid, enum resctrl_conf_type t, u32 cfg_val); 219 u32 closid, enum resctrl_conf_type type); 238 u32 rmid, enum resctrl_event_id eventid, u64 *val); [all …]
|
D | hid_bpf.h | 53 enum hid_report_type report_type; 61 * enum hid_bpf_attach_flags - flags used when attaching a HIF-BPF program 70 enum hid_bpf_attach_flags { 91 enum hid_bpf_prog_type { 104 size_t len, enum hid_report_type rtype, 105 enum hid_class_request reqtype); 138 u8 *dispatch_hid_bpf_device_event(struct hid_device *hid, enum hid_report_type type, u8 *data, 146 static inline u8 *dispatch_hid_bpf_device_event(struct hid_device *hid, enum hid_report_type type, in dispatch_hid_bpf_device_event()
|
/linux-6.8/drivers/net/wwan/t7xx/ |
D | t7xx_cldma.c | 64 enum mtk_txrx tx_rx) in t7xx_cldma_hw_start_queue() 113 enum mtk_txrx tx_rx) in t7xx_cldma_hw_set_start_addr() 124 enum mtk_txrx tx_rx) in t7xx_cldma_hw_resume_queue() 135 enum mtk_txrx tx_rx) in t7xx_cldma_hw_queue_status() 171 enum mtk_txrx tx_rx) in t7xx_cldma_hw_int_status() 183 enum mtk_txrx tx_rx) in t7xx_cldma_hw_irq_dis_txrx() 194 void t7xx_cldma_hw_irq_dis_eq(struct t7xx_cldma_hw *hw_info, unsigned int qno, enum mtk_txrx tx_rx) in t7xx_cldma_hw_irq_dis_eq() 206 enum mtk_txrx tx_rx) in t7xx_cldma_hw_irq_en_txrx() 217 void t7xx_cldma_hw_irq_en_eq(struct t7xx_cldma_hw *hw_info, unsigned int qno, enum mtk_txrx tx_rx) in t7xx_cldma_hw_irq_en_eq() 264 void t7xx_cldma_hw_stop_all_qs(struct t7xx_cldma_hw *hw_info, enum mtk_txrx tx_rx) in t7xx_cldma_hw_stop_all_qs() [all …]
|
/linux-6.8/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_crtc.h | 23 * enum dpu_crtc_client_type: crtc client type 29 enum dpu_crtc_client_type { 35 * enum dpu_crtc_smmu_state: smmu state 41 enum dpu_crtc_smmu_state { 49 * enum dpu_crtc_smmu_state_transition_type: state transition type 54 enum dpu_crtc_smmu_state_transition_type { 73 * enum dpu_crtc_crc_source: CRC source 79 enum dpu_crtc_crc_source { 226 enum dpu_crtc_crc_source crc_source; 291 enum dpu_intf_mode dpu_crtc_get_intf_mode(struct drm_crtc *crtc); [all …]
|
/linux-6.8/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_types.h | 44 enum mlx5dr_icm_chunk_size { 71 enum mlx5dr_icm_type { 78 static inline enum mlx5dr_icm_chunk_size 79 mlx5dr_icm_next_higher_chunk(enum mlx5dr_icm_chunk_size chunk) in mlx5dr_icm_next_higher_chunk() 88 enum { 97 enum mlx5dr_ste_ctx_action_cap { 105 enum { 109 enum mlx5dr_matcher_criteria { 121 enum mlx5dr_action_type { 143 enum mlx5dr_ipv { [all …]
|
/linux-6.8/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu.yaml | 28 - enum: 37 - enum: 68 - enum: 85 - enum: 103 - enum: 111 - enum: 133 - enum: 142 - enum: 146 - enum: 165 enum: [ 1, 2 ] [all …]
|
/linux-6.8/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4.h | 73 enum { 84 enum { 91 enum { 95 enum { 103 enum { 108 enum mlx4_mpt_state { 119 enum { 129 enum { 139 enum mlx4_resource { 155 enum mlx4_alloc_mode { [all …]
|
/linux-6.8/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 28 enum { 52 typedef enum { 59 enum { 124 enum bnx2x_vlan_mac_cmd { 132 enum bnx2x_vlan_mac_cmd cmd; 263 enum { 449 enum { 460 enum { 465 enum { 536 enum bnx2x_mcast_cmd { [all …]
|
/linux-6.8/include/drm/bridge/ |
D | mhl.h | 18 enum { 78 enum { 108 enum { 133 enum { 176 enum { 196 enum { 225 enum { 294 enum mhl_burst_id { 352 enum mhl3_video_format { 359 enum mhl3_3d_format_type { [all …]
|
/linux-6.8/include/linux/qed/ |
D | qed_eth_if.h | 44 enum qed_filter_config_mode { 122 enum qed_filter_rx_mode_type { 128 enum qed_filter_xcast_params_type { 135 enum qed_filter_xcast_params_type type; 143 enum qed_filter_xcast_params_type type; 148 enum qed_filter_type { 170 enum qed_ptp_filter_type { 183 enum qed_ptp_hwtstamp_tx_type { 248 int (*cfg_filters)(struct qed_dev *, enum qed_ptp_filter_type, 249 enum qed_ptp_hwtstamp_tx_type); [all …]
|
/linux-6.8/drivers/power/supply/ |
D | apm_power.c | 29 enum apm_source { 118 static int do_calculate_time(int status, enum apm_source source) in do_calculate_time() 124 enum power_supply_property full_prop; in do_calculate_time() 125 enum power_supply_property full_design_prop; in do_calculate_time() 126 enum power_supply_property empty_prop; in do_calculate_time() 127 enum power_supply_property empty_design_prop; in do_calculate_time() 128 enum power_supply_property cur_avg_prop; in do_calculate_time() 129 enum power_supply_property cur_now_prop; in do_calculate_time() 213 static int calculate_capacity(enum apm_source source) in calculate_capacity() 215 enum power_supply_property full_prop, empty_prop; in calculate_capacity() [all …]
|
/linux-6.8/drivers/scsi/csiostor/ |
D | csio_mb.h | 71 enum csio_dev_master { CSIO_MASTER_CANT, CSIO_MASTER_MAY, CSIO_MASTER_MUST }; 73 enum csio_mb_owner { CSIO_MBOWNER_NONE, CSIO_MBOWNER_FW, CSIO_MBOWNER_PL }; 75 enum csio_dev_state { 150 enum fw_retval csio_mb_fw_retval(struct csio_mb *); 154 uint32_t, uint32_t, enum csio_dev_master, 158 enum fw_retval *, enum csio_dev_state *, 172 enum fw_retval *, unsigned int , u32 *); 186 enum fw_retval *, uint16_t, 197 enum fw_retval *, struct csio_iq_params *); 208 enum fw_retval *, struct csio_eq_params *); [all …]
|
/linux-6.8/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | timing_generator.h | 70 enum crtc_state { 89 enum crc_selection { 101 enum otg_out_mux_dest { 106 enum h_timing_div_mode { 113 enum timing_synchronization_type { 131 enum crc_selection selection; 169 const enum signal_type signal, 209 enum crtc_state state); 246 enum controller_dp_test_pattern test_pattern, 247 enum dc_color_depth color_depth); [all …]
|
/linux-6.8/include/linux/framer/ |
D | framer.h | 21 * enum framer_iface - Framer interface 25 enum framer_iface { 31 * enum framer_clock_type - Framer clock type 35 enum framer_clock_type { 47 enum framer_iface iface; 48 enum framer_clock_type clock_type; 61 * enum framer_event - Event available for notification 64 enum framer_event {
|
/linux-6.8/include/uapi/linux/ |
D | sed-opal.h | 18 enum opal_mbr { 23 enum opal_mbr_done_flag { 28 enum opal_user { 41 enum opal_lock_state { 47 enum opal_lock_flags { 52 enum opal_key_type { 65 enum opal_revert_lsp_opts { 143 enum opal_table_ops {
|
D | if_team.h | 22 enum { 32 enum { 58 enum { 66 enum { 80 enum { 88 enum {
|
/linux-6.8/drivers/media/dvb-frontends/ |
D | m88ds3103.h | 19 * enum m88ds3103_ts_mode - TS connection mode 25 enum m88ds3103_ts_mode { 33 * enum m88ds3103_clock_out 40 enum m88ds3103_clock_out { 69 enum m88ds3103_ts_mode ts_mode; 71 enum m88ds3103_clock_out clk_out; 94 * @ts_mode: TS output mode, as defined by &enum m88ds3103_ts_mode. 101 * @clock_out: Clock output, as defined by &enum m88ds3103_clock_out.
|
/linux-6.8/drivers/thunderbolt/ |
D | ctl.h | 21 typedef bool (*event_cb)(void *data, enum tb_cfg_pkg_type type, 43 enum tb_cfg_error tb_error; /* valid if err == 1 */ 81 enum tb_cfg_pkg_type request_type; 84 enum tb_cfg_pkg_type response_type; 131 enum tb_cfg_space space, u32 offset, 135 enum tb_cfg_space space, u32 offset, 138 enum tb_cfg_space space, u32 offset, u32 length); 140 enum tb_cfg_space space, u32 offset, u32 length);
|
/linux-6.8/drivers/gpu/drm/amd/display/dc/ |
D | dc_dmub_srv.h | 66 enum dm_dmub_wait_type wait_type, 69 bool dc_dmub_srv_cmd_run(struct dc_dmub_srv *dc_dmub_srv, union dmub_rb_cmd *cmd, enum dm_dmub_wait… 71 …c_dmub_srv *dc_dmub_srv, unsigned int count, union dmub_rb_cmd *cmd_list, enum dm_dmub_wait_type w… 108 void dc_dmub_srv_set_power_state(struct dc_dmub_srv *dc_dmub_srv, enum dc_acpi_cm_power_state power… 123 enum dm_dmub_wait_type wait_type); 146 union dmub_rb_cmd *cmd, enum dm_dmub_wait_type wait_type); 157 bool dc_wake_and_execute_gpint(const struct dc_context *ctx, enum dmub_gpint_command command_code, 158 uint16_t param, uint32_t *response, enum dm_dmub_wait_type wait_type);
|
/linux-6.8/Documentation/doc-guide/ |
D | parse-headers.rst | 73 enums and enum symbols and create cross-references for all of them. 127 \ **enum**\ 129 The ignore or replace statement will apply to the name of enum statements 136 The ignore or replace statement will apply to the name of enum value 140 references for \ **typedef**\ , \ **enum**\ and \ **struct**\ types. It will use :ref: 160 enum foo { BAR1, BAR2, PRIVATE }; 170 enum foo { BAR1, BAR2, PRIVATE }; 172 It will make the BAR1 and BAR2 enum symbols to cross reference the foo
|
/linux-6.8/fs/f2fs/ |
D | iostat.h | 11 enum iostat_lat_type { 36 enum iostat_type type, unsigned long long io_bytes); 41 enum page_type type; 46 enum page_type type) in iostat_update_submit_ctx() 70 enum iostat_type type, unsigned long long io_bytes) {} in f2fs_update_iostat() 75 enum page_type type) {} in iostat_update_submit_ctx()
|
/linux-6.8/drivers/hid/ |
D | hid-roccat-koneplus.h | 14 enum { 28 enum koneplus_control_requests { 46 enum koneplus_commands { 62 enum koneplus_mouse_report_numbers { 78 enum koneplus_mouse_report_button_types { 101 enum koneplus_mouse_report_button_action {
|