/linux-6.8/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega20_pptable.h | 43 enum ATOM_VEGA20_ODFEATURE_ID { 57 enum ATOM_VEGA20_ODSETTING_ID { 74 typedef enum ATOM_VEGA20_ODSETTING_ID ATOM_VEGA20_ODSETTING_ID; 85 enum ATOM_VEGA20_PPCLOCK_ID { 99 typedef enum ATOM_VEGA20_PPCLOCK_ID ATOM_VEGA20_PPCLOCK_ID;
|
/linux-6.8/drivers/gpu/drm/i915/display/ |
D | intel_dsi.c | 60 enum drm_mode_status intel_dsi_mode_valid(struct drm_connector *connector, in intel_dsi_mode_valid() 68 enum drm_mode_status status; in intel_dsi_mode_valid() 87 enum port port) in intel_dsi_host_init() 119 enum drm_panel_orientation 123 enum drm_panel_orientation orientation; in intel_dsi_get_panel_orientation()
|
/linux-6.8/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | led.c | 9 void rtl88ee_sw_led_on(struct ieee80211_hw *hw, enum rtl_led_pin pin) in rtl88ee_sw_led_on() 36 void rtl88ee_sw_led_off(struct ieee80211_hw *hw, enum rtl_led_pin pin) in rtl88ee_sw_led_off() 73 enum led_ctl_mode ledaction) in _rtl88ee_sw_led_control() 76 enum rtl_led_pin pin0 = rtlpriv->ledctl.sw_led0; in _rtl88ee_sw_led_control() 93 enum led_ctl_mode ledaction) in rtl88ee_led_control()
|
/linux-6.8/drivers/crypto/ccree/ |
D | cc_aead.h | 38 enum aead_ccm_header_size { 92 enum cc_req_dma_buf_type assoc_buff_type; 93 enum cc_req_dma_buf_type data_buff_type; 97 enum aead_ccm_header_size ccm_hdr_size; 99 enum drv_cipher_mode cipher_mode;
|
/linux-6.8/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | led.c | 9 void rtl8723e_sw_led_on(struct ieee80211_hw *hw, enum rtl_led_pin pin) in rtl8723e_sw_led_on() 36 void rtl8723e_sw_led_off(struct ieee80211_hw *hw, enum rtl_led_pin pin) in rtl8723e_sw_led_off() 76 enum led_ctl_mode ledaction) in _rtl8723e_sw_led_control() 79 enum rtl_led_pin pin0 = rtlpriv->ledctl.sw_led0; in _rtl8723e_sw_led_control() 96 enum led_ctl_mode ledaction) in rtl8723e_led_control()
|
/linux-6.8/drivers/crypto/ccp/ |
D | psp-dev.h | 80 * enum psp_cmd - PSP mailbox commands 86 enum psp_cmd { 93 int psp_mailbox_command(struct psp_device *psp, enum psp_cmd cmd, void *cmdbuff, 114 * enum psp_sub_cmd - PSP mailbox sub commands 120 enum psp_sub_cmd {
|
/linux-6.8/Documentation/devicetree/bindings/serial/ |
D | st,stm32-uart.yaml | 14 enum: 46 enum: [ rx, tx ] 64 enum: [1, 2, 4, 8, 12, 14, 16] 70 enum: [1, 2, 4, 8, 12, 14, 16] 94 enum:
|
/linux-6.8/drivers/infiniband/hw/usnic/ |
D | usnic_ib_qp_grp.h | 50 enum ib_qp_state state; 70 enum usnic_transport_type trans_type; 89 const char *usnic_ib_qp_grp_state_to_string(enum ib_qp_state state); 99 enum ib_qp_state new_state, 103 enum usnic_vnic_res_type type);
|
/linux-6.8/Documentation/devicetree/bindings/clock/ |
D | xlnx,versal-clk.yaml | 20 - enum: 24 - enum: 54 enum: 73 enum: 94 enum:
|
/linux-6.8/drivers/scsi/bfa/ |
D | bfa_defs_svc.h | 513 enum bfa_qos_state { 522 enum bfa_qos_priority { 532 enum bfa_qos_bw_alloc { 557 enum bfa_bbcr_state { 563 enum bfa_bbcr_err_reason { 752 enum bfa_port_states { 776 enum bfa_port_type { 789 enum bfa_port_topology { 801 enum bfa_port_opmode { 818 enum bfa_port_linkstate { [all …]
|
/linux-6.8/include/linux/avf/ |
D | virtchnl.h | 46 enum virtchnl_status_code { 70 enum virtchnl_link_speed { 84 enum virtchnl_rx_hsplit { 97 enum virtchnl_ops { 159 * structure/union is not of the correct size, otherwise it creates an enum 162 #define VIRTCHNL_CHECK_STRUCT_LEN(n, X) enum virtchnl_static_assert_enum_##X \ 164 #define VIRTCHNL_CHECK_UNION_LEN(n, X) enum virtchnl_static_asset_enum_##X \ 177 * This enum element MUST always be specified as == 1, regardless of other 211 enum virtchnl_vsi_type { 228 /* see enum virtchnl_vsi_type */ [all …]
|
/linux-6.8/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_transform.c | 48 enum dcp_out_trunc_round_mode { 53 enum dcp_out_trunc_round_depth { 64 enum dcp_bit_depth_reduction_mode { 72 enum dcp_spatial_dither_mode { 80 enum dcp_spatial_dither_depth { 85 enum csc_color_mode { 94 enum grph_color_adjust_option { 211 enum ram_filter_type filter_type) in program_multi_taps_filter() 583 enum dc_color_depth depth) in set_clamp() 660 enum dcp_out_trunc_round_mode mode, in set_round() [all …]
|
/linux-6.8/block/ |
D | mq-deadline.c | 41 enum dd_data_dir { 46 enum { DD_DIR_COUNT = 2 }; 48 enum dd_prio { 55 enum { DD_PRIO_COUNT = 3 }; 70 * Deadline scheduler data per I/O priority (enum dd_prio). Requests are 90 enum dd_data_dir last_dir; 109 static const enum dd_prio ioprio_class_to_prio[] = { 164 enum dd_data_dir data_dir, sector_t pos) in deadline_from_pos() 228 enum elv_merge type) in dd_request_merged() 232 const enum dd_prio prio = ioprio_class_to_prio[ioprio_class]; in dd_request_merged() [all …]
|
/linux-6.8/Documentation/core-api/ |
D | dma-api.rst | 244 enum dma_data_direction direction) 325 enum dma_data_direction direction) 336 enum dma_data_direction direction) 340 enum dma_data_direction direction) 352 enum dma_data_direction dir, unsigned long attrs) 356 enum dma_data_direction dir, unsigned long attrs) 377 int nents, enum dma_data_direction direction) 418 int nents, enum dma_data_direction direction) 432 enum dma_data_direction direction) 437 enum dma_data_direction direction) [all …]
|
/linux-6.8/arch/arm64/kvm/hyp/nvhe/ |
D | mem_protect.c | 136 static bool host_stage2_force_pte_cb(u64 addr, u64 end, enum kvm_pgtable_prot prot); 165 enum kvm_pgtable_prot prot) in guest_stage2_force_pte_cb() 411 enum kvm_pgtable_prot prot) in __host_stage2_idmap() 475 enum kvm_pgtable_prot prot) in host_stage2_idmap_locked() 486 static bool host_stage2_force_pte_cb(u64 addr, u64 end, enum kvm_pgtable_prot prot) in host_stage2_force_pte_cb() 512 enum kvm_pgtable_prot prot; in host_stage2_idmap() 547 enum pkvm_component_id id; 563 enum pkvm_component_id id; 569 const enum kvm_pgtable_prot completer_prot; 577 enum pkvm_page_state desired; [all …]
|
/linux-6.8/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_type.h | 366 enum fm10k_int_source { 378 enum fm10k_bus_speed { 387 enum fm10k_bus_width { 397 enum fm10k_bus_payload { 407 enum fm10k_bus_speed speed; 408 enum fm10k_bus_width width; 409 enum fm10k_bus_payload payload; 443 enum fm10k_dglortdec_idx { 467 enum fm10k_pca_fault { 478 enum fm10k_thi_fault { [all …]
|
/linux-6.8/drivers/dma-buf/ |
D | dma-resv.c | 72 enum dma_resv_usage *usage) in dma_resv_list_entry() 87 enum dma_resv_usage usage) in dma_resv_list_set() 209 enum dma_resv_usage usage; in dma_resv_reserve_fences() 273 * @usage: how the fence is used, see enum dma_resv_usage 281 enum dma_resv_usage usage) in dma_resv_add_fence() 300 enum dma_resv_usage old_usage; in dma_resv_add_fence() 326 * @usage: how the new fence is used, see enum dma_resv_usage 337 enum dma_resv_usage usage) in dma_resv_replace_fences() 553 * @usage: controls which fences to include, see enum dma_resv_usage. 561 int dma_resv_get_fences(struct dma_resv *obj, enum dma_resv_usage usage, in dma_resv_get_fences() [all …]
|
/linux-6.8/tools/lib/bpf/ |
D | bpf_core_read.h | 6 * enum bpf_field_info_kind is passed as a second argument into 13 enum bpf_field_info_kind { 23 enum bpf_type_id_kind { 29 enum bpf_type_info_kind { 36 enum bpf_enum_value_kind { 37 BPF_ENUMVAL_EXISTS = 0, /* enum value existence in kernel */ 38 BPF_ENUMVAL_VALUE = 1, /* enum value value relocation */ 211 * (struct/union/enum/typedef) exists in a target kernel. 221 * (struct/union/enum/typedef) "matches" that in a target kernel. 231 * (struct/union/enum/typedef) in a target kernel. [all …]
|
/linux-6.8/drivers/net/wireless/ath/ath12k/ |
D | hal_tx.h | 25 enum hal_tcl_desc_type type; 26 enum hal_tcl_encap_type encap_type; 30 enum hal_encrypt_type encrypt_type; 58 enum hal_wbm_rel_src_module buf_rel_source; 59 enum hal_wbm_tqm_rel_reason status; 190 enum hal_reo_cmd_type type,
|
/linux-6.8/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.h | 63 enum cxgb4_dcb_state { 72 enum cxgb4_dcb_state_input { 84 enum cxgb4_dcb_fw_msgs { 97 enum cxgb4_dcb_state state; /* DCB State Machine */ 98 enum cxgb4_dcb_fw_msgs msgs; /* DCB Firmware messages received */ 123 void cxgb4_dcb_state_fsm(struct net_device *, enum cxgb4_dcb_state_input);
|
/linux-6.8/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | subdev.h | 6 enum nvkm_subdev_type { 18 enum nvkm_subdev_type type; 48 int nvkm_subdev_new_(const struct nvkm_subdev_func *, struct nvkm_device *, enum nvkm_subdev_type, 51 enum nvkm_subdev_type, int inst, struct nvkm_subdev *); 55 enum nvkm_subdev_type type, int inst, struct nvkm_subdev *subdev) in nvkm_subdev_ctor() 61 void nvkm_subdev_disable(struct nvkm_device *, enum nvkm_subdev_type, int inst);
|
/linux-6.8/security/lockdown/ |
D | lockdown.c | 18 static enum lockdown_reason kernel_locked_down; 20 static const enum lockdown_reason lockdown_levels[] = {LOCKDOWN_NONE, 27 static int lock_kernel_down(const char *where, enum lockdown_reason level) in lock_kernel_down() 59 static int lockdown_is_locked_down(enum lockdown_reason what) in lockdown_is_locked_down() 103 enum lockdown_reason level = lockdown_levels[i]; in lockdown_read() 139 enum lockdown_reason level = lockdown_levels[i]; in lockdown_write()
|
/linux-6.8/drivers/crypto/hisilicon/sec2/ |
D | sec.h | 129 enum sec_alg_type { 153 enum sec_alg_type alg_type; 162 enum sec_debug_file_index { 168 enum sec_debug_file_index index; 195 enum sec_cap_type { 223 enum sec_cap_reg_record_idx {
|
/linux-6.8/include/linux/qed/ |
D | tcp_common.h | 25 /* tcp connect mode enum */ 26 enum tcp_connect_mode { 40 /* tcp IPv4/IPv6 enum */ 41 enum tcp_ip_version { 167 /* tcp IPv4/IPv6 enum */ 168 enum tcp_seg_placement_event {
|
/linux-6.8/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb.h | 64 enum omap_dss_rotation_type rotation_type; 73 enum omapfb_update_mode update_mode; 101 enum omap_color_mode dssmode; 120 int dss_mode_to_fb_mode(enum omap_color_mode dssmode, 130 int omapfb_get_update_mode(struct fb_info *fbi, enum omapfb_update_mode *mode); 131 int omapfb_set_update_mode(struct fb_info *fbi, enum omapfb_update_mode mode);
|