/linux-6.15/arch/x86/include/asm/ |
D | kdebug.h | 10 enum die_val { 25 enum show_regs_mode { 39 extern void __show_regs(struct pt_regs *regs, enum show_regs_mode,
|
/linux-6.15/Documentation/devicetree/bindings/sound/ |
D | everest,es71x4.yaml | 14 enum: 35 enum: 46 enum:
|
/linux-6.15/drivers/s390/net/ |
D | qeth_l2.h | 15 enum qeth_sbp_roles *role, 16 enum qeth_sbp_states *state); 17 int qeth_bridgeport_setrole(struct qeth_card *card, enum qeth_sbp_roles role);
|
/linux-6.15/drivers/net/wireless/ath/ath12k/ |
D | coredump.c | 11 enum 12 ath12k_fw_crash_dump_type ath12k_coredump_get_dump_type(enum ath12k_qmi_target_mem type) in ath12k_coredump_get_dump_type() 14 enum ath12k_fw_crash_dump_type dump_type; in ath12k_coredump_get_dump_type()
|
/linux-6.15/include/net/ |
D | fib_notifier.h | 15 enum fib_event_type { 39 enum fib_event_type event_type, 41 int call_fib_notifiers(struct net *net, enum fib_event_type event_type,
|
/linux-6.15/drivers/gpu/drm/imagination/ |
D | pvr_rogue_fwif_dev_info.h | 7 enum { 24 enum { 37 enum {
|
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | post_meter.h | 17 enum mlx5e_post_meter_type { 35 enum mlx5_flow_namespace_type ns_type, 37 enum mlx5e_post_meter_type type,
|
/linux-6.15/arch/x86/include/asm/uv/ |
D | uv.h | 5 enum uv_system_type {UV_NONE, UV_LEGACY_APIC, UV_X2APIC}; 22 extern enum uv_system_type get_uv_system_type(void); 35 static inline enum uv_system_type get_uv_system_type(void) { return UV_NONE; } in get_uv_system_type()
|
/linux-6.15/arch/arm/mach-s3c/ |
D | s3c64xx.h | 43 enum s3c64xx_timer_mode { 51 extern void __init s3c64xx_set_timer_source(enum s3c64xx_timer_mode event, 52 enum s3c64xx_timer_mode source);
|
/linux-6.15/drivers/soc/qcom/ |
D | ocmem.c | 27 enum region_mode { 33 enum ocmem_macro_state { 42 enum region_mode mode; 44 enum ocmem_macro_state macro_state[4]; 153 enum ocmem_client client, in device_address() 163 enum ocmem_macro_state mstate, enum region_mode rmode) in update_range() 214 struct ocmem_buf *ocmem_allocate(struct ocmem *ocmem, enum ocmem_client client, in ocmem_allocate() 267 void ocmem_free(struct ocmem *ocmem, enum ocmem_client client, in ocmem_free()
|
/linux-6.15/drivers/gpu/drm/amd/display/dc/dpp/dcn20/ |
D | dcn20_dpp.c | 99 enum surface_pixel_format format, in dpp2_cnv_setup() 100 enum expansion_mode mode, in dpp2_cnv_setup() 102 enum dc_color_space input_color_space, in dpp2_cnv_setup() 108 enum dc_color_space color_space = COLOR_SPACE_SRGB; in dpp2_cnv_setup() 109 enum dcn20_input_csc_select select = DCN2_ICSC_SELECT_BYPASS; in dpp2_cnv_setup() 262 enum lb_memory_config lb_config, in dscl2_calc_lb_num_partitions() 343 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp2_set_cursor_attributes() 371 enum opp_regamma mode) in oppn20_dummy_program_regamma_pwl() 439 enum lb_memory_config lb_config, in dscl2_spl_calc_lb_num_partitions()
|
/linux-6.15/drivers/media/i2c/ |
D | lm3560.c | 36 enum led_enable { 59 enum v4l2_flash_led_mode led_mode; 91 enum lm3560_led_id led_no, bool on) in lm3560_enable_ctrl() 115 enum lm3560_led_id led_no, unsigned int brt) in lm3560_torch_brt_ctrl() 138 enum lm3560_led_id led_no, unsigned int brt) in lm3560_flash_brt_ctrl() 160 static int lm3560_get_ctrl(struct v4l2_ctrl *ctrl, enum lm3560_led_id led_no) in lm3560_get_ctrl() 187 static int lm3560_set_ctrl(struct v4l2_ctrl *ctrl, enum lm3560_led_id led_no) in lm3560_set_ctrl() 279 enum lm3560_led_id led_no) in lm3560_init_controls() 350 enum lm3560_led_id led_no, char *led_name) in lm3560_subdev_init()
|
/linux-6.15/net/mac80211/ |
D | mesh.h | 20 * enum mesh_path_flags - mac80211 mesh path flags 37 enum mesh_path_flags { 48 * enum mesh_deferred_task_flags - mac80211 mesh deferred tasks 58 enum mesh_deferred_task_flags { 87 * @flags: mesh path flags, as specified on &enum mesh_path_flags 122 enum mesh_path_flags flags; 138 * enum ieee80211_mesh_fast_tx_type - cached mesh fast tx entry type 145 enum ieee80211_mesh_fast_tx_type { 290 enum nl80211_mesh_power_mode pm);
|
/linux-6.15/kernel/cgroup/ |
D | misc.c | 19 /* Miscellaneous res name, keep it in sync with enum misc_res_type */ 65 static inline bool valid_type(enum misc_res_type type) in valid_type() 82 int misc_cg_set_capacity(enum misc_res_type type, u64 capacity) in misc_cg_set_capacity() 100 static void misc_cg_cancel_charge(enum misc_res_type type, struct misc_cg *cg, in misc_cg_cancel_charge() 121 static void misc_cg_event(enum misc_res_type type, struct misc_cg *cg) in misc_cg_event() 148 int misc_cg_try_charge(enum misc_res_type type, struct misc_cg *cg, u64 amount) in misc_cg_try_charge() 192 void misc_cg_uncharge(enum misc_res_type type, struct misc_cg *cg, u64 amount) in misc_cg_uncharge() 256 enum misc_res_type type = MISC_CG_RES_TYPES; in misc_cg_max_write() 438 enum misc_res_type i; in misc_cg_alloc()
|
/linux-6.15/drivers/s390/scsi/ |
D | zfcp_dbf.h | 22 enum zfcp_dbf_pseudo_erp_act_type { 58 * enum zfcp_dbf_rec_id - recovery trace record id 62 enum zfcp_dbf_rec_id { 97 * enum zfcp_dbf_san_id - SAN trace record identifier 102 enum zfcp_dbf_san_id { 181 * enum zfcp_dbf_hba_id - HBA trace record identifier 188 enum zfcp_dbf_hba_id { 228 * enum zfcp_dbf_scsi_id - scsi trace record identifier 231 enum zfcp_dbf_scsi_id {
|
/linux-6.15/include/trace/events/ |
D | power.h | 466 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value), 471 __field( enum pm_qos_req_action, action ) 492 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value), 499 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value), 513 TP_PROTO(const char *name, enum dev_pm_qos_req_type type, 520 __field( enum dev_pm_qos_req_type, type ) 540 TP_PROTO(const char *name, enum dev_pm_qos_req_type type, 548 TP_PROTO(const char *name, enum dev_pm_qos_req_type type, 556 TP_PROTO(const char *name, enum dev_pm_qos_req_type type,
|
/linux-6.15/drivers/media/dvb-frontends/ |
D | lg2160.c | 595 enum atscmh_rs_frame_mode *rs_framemode) in lg216x_get_rs_frame_mode() 635 enum atscmh_rs_frame_ensemble *rs_frame_ens) in lg216x_get_rs_frame_ensemble() 654 *rs_frame_ens = (enum atscmh_rs_frame_ensemble) val; in lg216x_get_rs_frame_ensemble() 660 enum atscmh_rs_code_mode *rs_code_pri, in lg216x_get_rs_code_mode() 661 enum atscmh_rs_code_mode *rs_code_sec) in lg216x_get_rs_code_mode() 679 *rs_code_pri = (enum atscmh_rs_code_mode) ((val >> 2) & 0x03); in lg216x_get_rs_code_mode() 680 *rs_code_sec = (enum atscmh_rs_code_mode) (val & 0x03); in lg216x_get_rs_code_mode() 686 enum atscmh_sccc_block_mode *sccc_block) in lg216x_get_sccc_block_mode() 720 enum atscmh_sccc_code_mode *mode_a, in lg216x_get_sccc_code_mode() 721 enum atscmh_sccc_code_mode *mode_b, in lg216x_get_sccc_code_mode() [all …]
|
/linux-6.15/include/media/ |
D | v4l2-mediabus.h | 77 * enum v4l2_mbus_csi2_cphy_line_orders_type - CSI-2 C-PHY line order 85 enum v4l2_mbus_csi2_cphy_line_orders_type { 111 enum v4l2_mbus_csi2_cphy_line_orders_type line_orders[V4L2_MBUS_CSI2_MAX_DATA_LANES]; 145 * enum v4l2_mbus_type - media bus type 157 enum v4l2_mbus_type { 186 enum v4l2_mbus_type type; 222 * @code: data format code (from &enum v4l2_mbus_pixelcode)
|
/linux-6.15/drivers/platform/surface/ |
D | surface_hotplug.c | 47 enum shps_dsm_fn { 55 enum shps_irq_type { 56 /* NOTE: Must be in order of enum shps_dsm_fn above. */ 77 static enum shps_dsm_fn shps_dsm_fn_for_irq(enum shps_irq_type type) in shps_dsm_fn_for_irq() 82 static void shps_dsm_notify_irq(struct platform_device *pdev, enum shps_irq_type type) in shps_dsm_notify_irq() 141 static int shps_setup_irq(struct platform_device *pdev, enum shps_irq_type type) in shps_setup_irq()
|
/linux-6.15/drivers/staging/media/atomisp/pci/ |
D | ia_css_irq.h | 21 enum ia_css_irq_type { 40 enum ia_css_irq_info { 97 enum ia_css_rx_irq_info { 122 enum ia_css_irq_info type; /** Interrupt type. */ 179 ia_css_rx_port_get_irq_info(enum mipi_port_id port, unsigned int *irq_bits); 211 ia_css_rx_port_clear_irq_info(enum mipi_port_id port, unsigned int irq_bits); 223 ia_css_irq_enable(enum ia_css_irq_info type, bool enable);
|
/linux-6.15/drivers/net/ethernet/chelsio/cxgb/ |
D | common.h | 83 enum { 100 enum { 107 enum { 115 enum { 125 enum { 132 enum { 255 enum { /* adapter flags */
|
/linux-6.15/tools/testing/selftests/mm/ |
D | hugetlb-read-hwpoison.c | 22 enum test_status { 28 static char *status_to_str(enum test_status status) in status_to_str() 138 static enum test_status 141 enum test_status status = TEST_SKIPPED; in test_hugetlb_read() 172 static enum test_status 176 enum test_status status = TEST_SKIPPED; in test_hugetlb_read_hwpoison() 268 enum test_status status; in main()
|
/linux-6.15/net/netfilter/ |
D | nf_conntrack_h323_main.c | 65 struct nf_conn *ct, enum ip_conntrack_info ctinfo, in get_tpkt_data() 206 enum ip_conntrack_info ctinfo, in expect_rtp_rtcp() 281 enum ip_conntrack_info ctinfo, in expect_t120() 333 enum ip_conntrack_info ctinfo, in process_h245_channel() 361 enum ip_conntrack_info ctinfo, in process_olc() 422 enum ip_conntrack_info ctinfo, in process_olca() 491 enum ip_conntrack_info ctinfo, in process_h245() 526 struct nf_conn *ct, enum ip_conntrack_info ctinfo) in h245_help() 621 enum ip_conntrack_info ctinfo, in expect_h245() 736 enum ip_conntrack_info ctinfo, in expect_callforwarding() [all …]
|
D | xt_nat.c | 56 enum ip_conntrack_info ctinfo; in xt_snat_target_v0() 73 enum ip_conntrack_info ctinfo; in xt_dnat_target_v0() 89 enum ip_conntrack_info ctinfo; in xt_snat_target_v1() 108 enum ip_conntrack_info ctinfo; in xt_dnat_target_v1() 125 enum ip_conntrack_info ctinfo; in xt_snat_target_v2() 140 enum ip_conntrack_info ctinfo; in xt_dnat_target_v2()
|
/linux-6.15/Documentation/devicetree/bindings/pci/ |
D | qcom,pcie-ep.yaml | 15 - enum: 140 enum: 171 enum: 209 enum: 236 enum: 265 enum:
|