Home
last modified time | relevance | path

Searched full:enum (Results 2126 – 2150 of 21752) sorted by relevance

1...<<81828384858687888990>>...871

/linux-6.15/drivers/infiniband/core/
Dsmi.c44 static enum smi_action __smi_handle_dr_smp_send(bool is_switch, u32 port_num, in __smi_handle_dr_smp_send()
129 enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp, in smi_handle_dr_smp_send()
141 enum smi_action opa_smi_handle_dr_smp_send(struct opa_smp *smp, in opa_smi_handle_dr_smp_send()
155 static enum smi_action __smi_handle_dr_smp_recv(bool is_switch, u32 port_num, in __smi_handle_dr_smp_recv()
240 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, in smi_handle_dr_smp_recv()
256 enum smi_action opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch, in opa_smi_handle_dr_smp_recv()
270 static enum smi_forward_action __smi_check_forward_dr_smp(u8 hop_ptr, u8 hop_cnt, in __smi_check_forward_dr_smp()
302 enum smi_forward_action smi_check_forward_dr_smp(struct ib_smp *smp) in smi_check_forward_dr_smp()
310 enum smi_forward_action opa_smi_check_forward_dr_smp(struct opa_smp *smp) in opa_smi_check_forward_dr_smp()
/linux-6.15/fs/bcachefs/
Dstr_hash.h17 static inline enum bch_str_hash_type
18 bch2_str_hash_opt_to_type(struct bch_fs *c, enum bch_str_hash_opts opt) in bch2_str_hash_opt_to_type()
132 enum btree_id btree_id;
156 enum btree_iter_update_trigger_flags flags, in bch2_hash_lookup_in_snapshot()
187 enum btree_iter_update_trigger_flags flags) in bch2_hash_lookup()
260 enum btree_iter_update_trigger_flags flags) in bch2_hash_set_or_get_in_snapshot()
319 enum btree_iter_update_trigger_flags flags) in bch2_hash_set_in_snapshot()
341 enum btree_iter_update_trigger_flags flags) in bch2_hash_set()
356 enum btree_iter_update_trigger_flags flags) in bch2_hash_delete_at()
/linux-6.15/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac.h51 enum dma_transfer_direction direction;
240 enum {
263 enum {
281 enum {
295 enum {
301 enum {
315 enum {
363 enum {
394 enum {
/linux-6.15/include/linux/
Drfkill.h24 enum rfkill_user_states {
81 const enum rfkill_type type,
145 * @reason: one of &enum rfkill_hard_block_reasons
151 enum rfkill_hard_block_reasons reason);
244 * Returns: enum rfkill_type that corresponds to the name.
246 enum rfkill_type rfkill_find_type(const char *name);
252 const enum rfkill_type type, in rfkill_alloc()
284 enum rfkill_hard_block_reasons reason) in rfkill_set_hw_state_reason()
317 static inline enum rfkill_type rfkill_find_type(const char *name) in rfkill_find_type()
Dpid.h91 extern struct task_struct *pid_task(struct pid *pid, enum pid_type);
92 static inline bool pid_has_task(struct pid *pid, enum pid_type type) in pid_has_task()
96 extern struct task_struct *get_pid_task(struct pid *pid, enum pid_type);
98 extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type);
103 extern void attach_pid(struct task_struct *task, enum pid_type);
104 void detach_pid(struct pid **pids, struct task_struct *task, enum pid_type);
105 void change_pid(struct pid **pids, struct task_struct *task, enum pid_type,
109 enum pid_type);
228 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns);
Dmoxtet.h18 enum turris_mox_cpu_module_id {
23 enum turris_mox_module_id {
60 const enum turris_mox_module_id *id_table;
86 enum turris_mox_module_id id;
/linux-6.15/Documentation/devicetree/bindings/remoteproc/
Dxlnx,zynqmp-r5fss.yaml21 enum:
39 enum: [0, 1, 2]
56 enum: [0, 1]
79 enum:
155 enum:
192 enum:
199 enum: [1, 2]
203 enum: [1]
241 enum: [0]
/linux-6.15/drivers/net/ethernet/microchip/vcap/
Dvcap_tc.c14 enum vcap_is2_arp_opcode {
21 enum vcap_arp_opcode {
29 enum vcap_key_field smac_key = VCAP_KF_L2_SMAC; in vcap_tc_flower_handler_ethaddr_usage()
30 enum vcap_key_field dmac_key = VCAP_KF_L2_DMAC; in vcap_tc_flower_handler_ethaddr_usage()
173 enum vcap_key_field vid_key = VCAP_KF_8021Q_VID0; in vcap_tc_flower_handler_cvlan_usage()
174 enum vcap_key_field pcp_key = VCAP_KF_8021Q_PCP0; in vcap_tc_flower_handler_cvlan_usage()
214 enum vcap_key_field vid_key, in vcap_tc_flower_handler_vlan_usage()
215 enum vcap_key_field pcp_key) in vcap_tc_flower_handler_vlan_usage()
255 enum vcap_bit val; in vcap_tc_flower_handler_tcp_usage()
/linux-6.15/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dgsp.h172 enum nvkm_subdev_type type;
474 int nvkm_gsp_intr_stall(struct nvkm_gsp *, enum nvkm_subdev_type, int);
475 int nvkm_gsp_intr_nonstall(struct nvkm_gsp *, enum nvkm_subdev_type, int);
477 int gv100_gsp_new(struct nvkm_device *, enum nvkm_subdev_type, int, struct nvkm_gsp **);
478 int tu102_gsp_new(struct nvkm_device *, enum nvkm_subdev_type, int, struct nvkm_gsp **);
479 int tu116_gsp_new(struct nvkm_device *, enum nvkm_subdev_type, int, struct nvkm_gsp **);
480 int ga100_gsp_new(struct nvkm_device *, enum nvkm_subdev_type, int, struct nvkm_gsp **);
481 int ga102_gsp_new(struct nvkm_device *, enum nvkm_subdev_type, int, struct nvkm_gsp **);
482 int ad102_gsp_new(struct nvkm_device *, enum nvkm_subdev_type, int, struct nvkm_gsp **);
/linux-6.15/drivers/extcon/
Dextcon-usbc-tusb320.c53 enum tusb320_attached_state {
60 enum tusb320_mode {
70 int (*set_mode)(struct tusb320_priv *priv, enum tusb320_mode mode);
79 enum tusb320_attached_state state;
82 enum typec_port_type port_type;
83 enum typec_pwr_opmode pwr_opmode;
120 static int tusb320_set_mode(struct tusb320_priv *priv, enum tusb320_mode mode) in tusb320_set_mode()
140 static int tusb320l_set_mode(struct tusb320_priv *priv, enum tusb320_mode mode) in tusb320l_set_mode()
235 enum typec_port_type type) in tusb320_port_type_set()
284 enum usb_role usb_role; in tusb320_typec_irq_handler()
[all …]
/linux-6.15/drivers/gpu/drm/amd/pm/legacy-dpm/
Dsi_dpm.h202 enum ni_dc_cac_level
215 enum si_cac_config_reg_type
222 enum si_power_level {
229 enum si_td {
235 enum si_display_watermark {
240 enum si_display_gap
598 enum si_pcie_gen {
611 enum si_pcie_gen pcie_gen; /* si+ only */
865 enum si_cac_config_reg_type type;
977 enum si_pcie_gen force_pcie_gen;
[all …]
/linux-6.15/fs/cachefiles/
Dinternal.h26 enum cachefiles_content {
47 enum cachefiles_object_state {
57 enum cachefiles_object_state state;
75 enum cachefiles_content content_info:8; /* Info about content presence */
181 enum cachefiles_has_space_for {
188 enum cachefiles_has_space_for reason);
242 enum cachefiles_obj_ref_trace why);
244 enum cachefiles_obj_ref_trace why);
246 enum cachefiles_obj_ref_trace why);
252 enum fscache_want_state want_state);
[all …]
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/
Derror-dump.h17 * enum iwl_fw_error_dump_type - types of data in the dump file
46 enum iwl_fw_error_dump_type {
69 * @type: &enum iwl_fw_error_dump_type
136 enum iwl_fw_error_dump_family {
221 enum iwl_fw_error_dump_mem_type {
229 * @type: &enum iwl_fw_error_dump_mem_type
252 * @type: &enum iwl_fw_ini_region_type
384 * @external_cfg_state: &enum iwl_ini_cfg_state
397 * @fw_mon_mode: FW monitor mode &enum iwl_fw_ini_buffer_location
513 * enum iwl_fw_dbg_trigger - triggers available
[all …]
/linux-6.15/arch/powerpc/platforms/ps3/
Dinterrupt.c160 * @cpu: enum ps3_cpu_binding indicating the cpu the interrupt should be
169 static int ps3_virq_setup(enum ps3_cpu_binding cpu, unsigned long outlet, in ps3_virq_setup()
235 * @cpu: enum ps3_cpu_binding indicating the cpu the interrupt should be
243 int ps3_irq_plug_setup(enum ps3_cpu_binding cpu, unsigned long outlet, in ps3_irq_plug_setup()
312 * @cpu: enum ps3_cpu_binding indicating the cpu the interrupt should be
321 int ps3_event_receive_port_setup(enum ps3_cpu_binding cpu, unsigned int *virq) in ps3_event_receive_port_setup()
382 * @cpu: enum ps3_cpu_binding indicating the cpu the interrupt should be
391 enum ps3_cpu_binding cpu, unsigned int *virq) in ps3_sb_event_receive_port_setup()
457 * @cpu: enum ps3_cpu_binding indicating the cpu the interrupt should be
466 int ps3_io_irq_setup(enum ps3_cpu_binding cpu, unsigned int interrupt_id, in ps3_io_irq_setup()
[all …]
/linux-6.15/drivers/media/pci/ngene/
Dngene.h59 enum STREAM {
68 enum SMODE_BITS {
77 enum STREAM_FLAG_BITS {
211 enum OPCODES {
244 enum RESPONSES {
315 enum FSC_MODE_BITS {
399 enum _BUFFER_CONFIGS {
426 enum _UART_CONFIG {
511 enum HWSTATE {
518 enum KSSTATE {
[all …]
/linux-6.15/include/uapi/linux/
Dcgroupstats.h41 * Not versioned. New commands should only be inserted at the enum's end
45 enum {
54 enum {
62 enum {
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dpat_arg.h8 enum mlx5hws_arg_chunk_size {
18 enum {
38 enum mlx5hws_arg_chunk_size
43 enum mlx5hws_arg_chunk_size
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/
Dmcu.h37 enum {
53 enum {
82 enum {
88 enum {
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
Dta_rap_if.h31 enum ta_rap_status {
44 enum ta_rap_cmd {
49 enum ta_rap_validation_method {
78 enum ta_rap_status rap_status;
/linux-6.15/Documentation/devicetree/bindings/serial/
Dxlnx,opb-uartlite.yaml15 enum:
41 enum: [5, 6, 7, 8]
47 enum: [0, 1]
53 enum: [0, 1]
/linux-6.15/drivers/vdpa/vdpa_user/
Diova_domain.h50 enum dma_data_direction dir);
54 enum dma_data_direction dir);
58 size_t size, enum dma_data_direction dir,
63 enum dma_data_direction dir, unsigned long attrs);
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
Dcore_status.h29 enum dc_status {
62 char *dc_status_to_str(enum dc_status status);
63 char *dc_pixel_encoding_to_str(enum dc_pixel_encoding pixel_encoding);
64 char *dc_color_depth_to_str(enum dc_color_depth color_depth);
/linux-6.15/Documentation/devicetree/bindings/rtc/
Drtc-ds1307.yaml15 - enum:
36 - enum:
67 enum:
76 enum: [ 250, 2000, 4000 ]
/linux-6.15/include/soc/tegra/
Dfuse.h29 enum tegra_revision {
39 enum tegra_platform {
65 enum tegra_revision revision;
66 enum tegra_platform platform;
/linux-6.15/drivers/gpu/drm/i915/display/
Dintel_pch_display.h11 enum pipe;
20 enum pipe pch_transcoder);
21 enum pipe intel_crtc_pch_transcoder(struct intel_crtc *crtc);
47 enum pipe pch_transcoder) in intel_has_pch_trancoder()

1...<<81828384858687888990>>...871