/linux-6.8/drivers/power/supply/ |
D | generic-adc-battery.c | 25 enum gab_chan_type { 65 static const enum power_supply_property gab_props[] = { 71 * should correspond one-to-one with enum chan_type. 73 static const enum power_supply_property gab_dyn_props[] = { 87 static int gab_read_channel(struct gab *adc_bat, enum gab_chan_type channel, in gab_read_channel() 102 enum power_supply_property psp, union power_supply_propval *val) in gab_get_property() 159 enum power_supply_property *properties; in gab_probe()
|
/linux-6.8/drivers/nvme/host/ |
D | pr.c | 12 static enum nvme_pr_type nvme_pr_type_from_blk(enum pr_type type) in nvme_pr_type_from_blk() 32 static enum pr_type block_pr_type_from_nvme(enum nvme_pr_type type) in block_pr_type_from_nvme() 143 enum pr_type type, unsigned flags) in nvme_pr_reserve() 156 enum pr_type type, bool abort) in nvme_pr_preempt() 170 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
|
/linux-6.8/include/linux/ |
D | ethtool.h | 44 * enum ethtool_phys_id_state - indicator state for physical identification 52 enum ethtool_phys_id_state { 59 enum { 92 * enum ethtool_supported_ring_param - indicator caps for setting ring params 100 enum ethtool_supported_ring_param { 124 enum ethtool_link_ext_state link_ext_state; 126 enum ethtool_link_ext_substate_autoneg autoneg; 127 enum ethtool_link_ext_substate_link_training link_training; 128 enum ethtool_link_ext_substate_link_logical_mismatch link_logical_mismatch; 129 enum ethtool_link_ext_substate_bad_signal_integrity bad_signal_integrity; [all …]
|
/linux-6.8/kernel/ |
D | ucount.c | 231 enum ucount_type type) in inc_ucount() 253 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount() 263 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in inc_rlimit_ucounts() 280 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in dec_rlimit_ucounts() 294 struct ucounts *last, enum rlimit_type type) in do_dec_rlimit_put_ucounts() 306 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum rlimit_type type) in dec_rlimit_put_ucounts() 311 long inc_rlimit_get_ucounts(struct ucounts *ucounts, enum rlimit_type type) in inc_rlimit_get_ucounts() 343 bool is_rlimit_overlimit(struct ucounts *ucounts, enum rlimit_type type, unsigned long rlimit) in is_rlimit_overlimit()
|
/linux-6.8/drivers/dma/ |
D | fsl-edma-common.h | 72 enum fsl_edma_pm_state { 134 enum dma_status status; 135 enum fsl_edma_pm_state pm_state; 146 enum dma_data_direction dma_dir; 167 enum dma_transfer_direction dirn; 332 enum dma_status fsl_edma_tx_status(struct dma_chan *chan, 336 size_t period_len, enum dma_transfer_direction direction, 340 unsigned int sg_len, enum dma_transfer_direction direction,
|
/linux-6.8/drivers/gpu/drm/amd/display/include/ |
D | grph_object_ctrl_defs.h | 42 enum display_output_bit_depth { 53 enum dal_device_type { 66 enum dal_device_type device_type:16; 67 uint32_t enum_id:16; /* 1 based enum */ 235 enum { INVALID_DDI_CHANNEL_MAPPING = 0x0 }; 255 enum transmitter transmitter_phy_id; 428 enum { 432 enum {
|
/linux-6.8/drivers/net/ethernet/qlogic/qed/ |
D | qed_sp.h | 19 enum spq_mode { 109 enum spq_priority { 134 enum spq_priority priority; 139 enum spq_mode comp_mode; 163 enum protocol_type protocol_id, 168 enum protocol_type protocol_id); 380 enum spq_mode comp_mode; 465 enum spq_mode comp_mode,
|
/linux-6.8/drivers/nvmem/ |
D | rave-sp-eeprom.c | 18 * enum rave_sp_eeprom_access_type - Supported types of EEPROM access 23 enum rave_sp_eeprom_access_type { 29 * enum rave_sp_eeprom_header_size - EEPROM command header sizes 34 enum rave_sp_eeprom_header_size { 45 * @type: Access type (see enum rave_sp_eeprom_access_type) 91 enum rave_sp_eeprom_access_type type, in rave_sp_eeprom_io() 157 enum rave_sp_eeprom_access_type type, in rave_sp_eeprom_page_access() 221 enum rave_sp_eeprom_access_type type, in rave_sp_eeprom_access()
|
/linux-6.8/include/uapi/linux/ |
D | snmp.h | 19 enum 69 enum 110 enum 129 enum 155 enum 171 enum 309 enum 344 enum
|
D | virtio_snd.h | 22 enum { 37 enum { 42 enum { 115 enum { 155 enum { 164 enum { 195 enum { 280 enum {
|
/linux-6.8/drivers/gpu/drm/xe/ |
D | xe_bo.h | 100 u16 cpu_caching, enum ttm_bo_type type, 106 enum ttm_bo_type type, u32 flags); 109 enum ttm_bo_type type, u32 flags); 112 enum ttm_bo_type type, u32 flags); 116 enum ttm_bo_type type, 120 enum ttm_bo_type type, u32 flags); 123 enum ttm_bo_type type, u32 flags); 126 enum ttm_bo_type type, u32 flags);
|
/linux-6.8/arch/arm64/include/asm/ |
D | processor.h | 119 enum vec_type { 125 enum fp_type { 161 enum fp_type fp_type; /* registers FPSIMD or SVE? */ 188 enum vec_type type) in thread_get_vl() 211 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type); 212 void task_set_vl(struct task_struct *task, enum vec_type type, 214 void task_set_vl_onexec(struct task_struct *task, enum vec_type type, 217 enum vec_type type);
|
/linux-6.8/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
D | hclge_comm_cmd.h | 60 enum hclge_opcode_type { 315 enum hclge_comm_cmd_return_status { 330 enum HCLGE_COMM_CAP_BITS { 358 enum HCLGE_COMM_API_CAP_BITS { 378 enum hclge_comm_cmd_state { 419 enum hclge_comm_cmd_status { 430 enum hclge_comm_cmd_status last_status; 469 enum hclge_opcode_type opcode,
|
/linux-6.8/Documentation/devicetree/bindings/iio/addac/ |
D | adi,ad74115.yaml | 24 enum: 46 enum: 93 - enum: [-2500000, 0] 96 - enum: [-12000000, 0] 212 enum: [250, 500, 750, 1000] 222 enum: [0, 50, 500, 1000, 10000] 237 enum: [0, 50, 500, 1000, 10000] 252 enum: [0, 1000, 10000]
|
/linux-6.8/drivers/thunderbolt/ |
D | tb_msgs.h | 15 enum tb_cfg_space { 22 enum tb_cfg_error { 54 enum tb_cfg_space space:2; 75 enum tb_cfg_error error:8; 109 enum icm_pkg_code { 122 enum icm_event_code { 531 enum tb_xdp_type { 653 enum tb_xdp_error {
|
/linux-6.8/drivers/leds/ |
D | leds-lm3642.c | 57 enum lm3642_mode { 75 enum lm3642_torch_pin_enable torch_pin; 76 enum lm3642_strobe_pin_enable strobe_pin; 77 enum lm3642_tx_pin_enable tx_pin; 102 u8 brightness, enum lm3642_mode opmode) in lm3642_control() 199 enum led_brightness brightness) in lm3642_torch_brightness_set() 246 enum led_brightness brightness) in lm3642_strobe_brightness_set() 261 enum led_brightness brightness) in lm3642_indicator_brightness_set()
|
/linux-6.8/drivers/net/ethernet/mellanox/mlxfw/ |
D | mlxfw_fsm.c | 40 enum mlxfw_fsm_state_err err) in mlxfw_fsm_state_err() 42 enum mlxfw_fsm_state_err fsm_state_err; in mlxfw_fsm_state_err() 44 fsm_state_err = min_t(enum mlxfw_fsm_state_err, err, in mlxfw_fsm_state_err() 85 enum mlxfw_fsm_state fsm_state, in mlxfw_fsm_state_wait() 88 enum mlxfw_fsm_state_err fsm_state_err; in mlxfw_fsm_state_wait() 89 enum mlxfw_fsm_state curr_fsm_state; in mlxfw_fsm_state_wait() 121 enum mlxfw_fsm_reactivate_status status; in mlxfw_fsm_reactivate_err() 127 status = min_t(enum mlxfw_fsm_reactivate_status, err, in mlxfw_fsm_reactivate_err()
|
/linux-6.8/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_if.c | 86 void hinic_set_pf_action(struct hinic_hwif *hwif, enum hinic_pf_action action) in hinic_set_pf_action() 100 enum hinic_outbound_state hinic_outbound_state_get(struct hinic_hwif *hwif) in hinic_outbound_state_get() 108 enum hinic_outbound_state outbound_state) in hinic_outbound_state_set() 118 enum hinic_db_state hinic_db_state_get(struct hinic_hwif *hwif) in hinic_db_state_get() 126 enum hinic_db_state db_state) in hinic_db_state_set() 137 enum hinic_msix_state flag) in hinic_set_msix_state() 276 enum hinic_pcie_nosnoop no_snooping, in set_dma_attr() 277 enum hinic_pcie_tph tph_en) in set_dma_attr()
|
/linux-6.8/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_hw.h | 34 enum xgene_enet_rm { 348 enum xgene_enet_ring_cfgsize { 357 enum xgene_enet_ring_type { 363 enum xgene_ring_owner { 370 enum xgene_enet_ring_bufnum { 376 enum xgene_enet_err_code { 391 static inline enum xgene_ring_owner xgene_enet_ring_owner(u16 id) in xgene_enet_ring_owner() 423 enum xgene_enet_err_code status);
|
/linux-6.8/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_dpp.c | 97 enum surface_pixel_format format, in dpp2_cnv_setup() 98 enum expansion_mode mode, in dpp2_cnv_setup() 100 enum dc_color_space input_color_space, in dpp2_cnv_setup() 106 enum dc_color_space color_space = COLOR_SPACE_SRGB; in dpp2_cnv_setup() 107 enum dcn20_input_csc_select select = DCN2_ICSC_SELECT_BYPASS; in dpp2_cnv_setup() 260 enum lb_memory_config lb_config, in dscl2_calc_lb_num_partitions() 341 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp2_set_cursor_attributes() 369 enum opp_regamma mode) in oppn20_dummy_program_regamma_pwl()
|
/linux-6.8/drivers/infiniband/sw/rxe/ |
D | rxe_resp.c | 66 static inline enum resp_states get_req(struct rxe_qp *qp, in get_req() 80 static enum resp_states check_psn(struct rxe_qp *qp, in check_psn() 124 static enum resp_states check_op_seq(struct rxe_qp *qp, in check_op_seq() 238 static enum resp_states check_op_valid(struct rxe_qp *qp, in check_op_valid() 269 static enum resp_states get_srq_wqe(struct rxe_qp *qp) in get_srq_wqe() 320 static enum resp_states check_resource(struct rxe_qp *qp, in check_resource() 348 static enum resp_states rxe_resp_check_length(struct rxe_qp *qp, in rxe_resp_check_length() 427 static enum resp_states check_rkey(struct rxe_qp *qp, in check_rkey() 437 enum resp_states state; in check_rkey() 562 static enum resp_states send_data_in(struct rxe_qp *qp, void *data_addr, in send_data_in() [all …]
|
/linux-6.8/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu.h | 136 enum amdgpu_ss { 310 enum amdgpu_cp_irq { 325 enum amdgpu_thermal_irq { 332 enum amdgpu_kiq_irq { 342 enum amd_ip_block_type block_type, 343 enum amd_clockgating_state state); 345 enum amd_ip_block_type block_type, 346 enum amd_powergating_state state); 350 enum amd_ip_block_type block_type); 352 enum amd_ip_block_type block_type); [all …]
|
/linux-6.8/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.yaml | 16 - enum: 29 - enum: 35 - enum: 51 - enum: 57 - enum: 63 - enum: 72 - enum: 215 - enum: 385 - enum: 394 enum:
|
/linux-6.8/drivers/media/platform/qcom/venus/ |
D | core.h | 51 enum vpu_version { 81 enum hfi_version hfi_version; 82 enum vpu_version vpu_version; 95 enum venus_fmt { 340 enum venus_dec_state { 351 enum venus_enc_state { 367 enum venus_inst_modes { 471 enum venus_dec_state codec_state; 472 enum venus_enc_state enc_state; 510 enum venus_inst_modes flags;
|
/linux-6.8/drivers/iio/light/ |
D | iqs621-als.c | 240 enum iio_event_type type, in iqs621_als_read_event_config() 241 enum iio_event_direction dir) in iqs621_als_read_event_config() 272 enum iio_event_type type, in iqs621_als_write_event_config() 273 enum iio_event_direction dir, in iqs621_als_write_event_config() 332 enum iio_event_type type, in iqs621_als_read_event_value() 333 enum iio_event_direction dir, in iqs621_als_read_event_value() 334 enum iio_event_info info, in iqs621_als_read_event_value() 369 enum iio_event_type type, in iqs621_als_write_event_value() 370 enum iio_event_direction dir, in iqs621_als_write_event_value() 371 enum iio_event_info info, in iqs621_als_write_event_value()
|