Searched refs:mode (Results 226 - 250 of 6117) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/
H A Dopenat2.h9 * @mode are non-zero, then openat2(2) operates very similarly to openat(2).
12 * -EINVAL rather than being silently ignored. @mode must be zero unless one of
16 * @mode: O_CREAT/O_TMPFILE file mode.
21 __u64 mode; member in struct:open_how
H A Dseg6_iptunnel.h28 int mode; member in struct:seg6_iptunnel_encap
/linux-master/tools/include/uapi/linux/
H A Dopenat2.h9 * @mode are non-zero, then openat2(2) operates very similarly to openat(2).
12 * -EINVAL rather than being silently ignored. @mode must be zero unless one of
16 * @mode: O_CREAT/O_TMPFILE file mode.
21 __u64 mode; member in struct:open_how
/linux-master/include/rdma/
H A Drdma_counter.h23 enum rdma_nl_counter_mode mode; member in struct:rdma_counter_mode
29 struct rdma_counter_mode mode; member in struct:rdma_port_counter
40 struct rdma_counter_mode mode; member in struct:rdma_counter
63 enum rdma_nl_counter_mode *mode,
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_ipp.c72 int mode; local
80 mode = 0;
83 mode = 1;
86 mode = 2;
89 mode = 3;
93 mode = 0;
97 CURSOR_MODE, mode,
143 /* set to bypass mode first before change */
159 if (params->mode != IPP_PRESCALE_MODE_BYPASS) {
183 /* 256 entry mode */
217 dce_ipp_set_degamma( struct input_pixel_processor *ipp, enum ipp_degamma_mode mode) argument
233 dce60_ipp_set_degamma( struct input_pixel_processor *ipp, enum ipp_degamma_mode mode) argument
[all...]
/linux-master/arch/arm/mach-mvebu/
H A Dcommon.h17 void mvebu_restart(enum reboot_mode mode, const char *cmd);
/linux-master/include/linux/platform_data/x86/
H A Dnvidia-wmi-ec-backlight.h23 * enum wmi_brightness_mode - Operation mode for WMI-wrapped method
54 * @mode: Pass in an &enum wmi_brightness_mode value to select between
57 * mode. Not used in conjunction with %WMI_BRIGHTNESS_MODE_GET or
58 * %WMI_BRIGHTNESS_MODE_GET_MAX_LEVEL mode.
61 * mode. Not used in %WMI_BRIGHTNESS_MODE_SET mode.
70 u32 mode; member in struct:wmi_brightness_args
/linux-master/mm/
H A Dfail_page_alloc.c49 umode_t mode = S_IFREG | 0600; local
55 debugfs_create_bool("ignore-gfp-wait", mode, dir,
57 debugfs_create_bool("ignore-gfp-highmem", mode, dir,
59 debugfs_create_u32("min-order", mode, dir, &fail_page_alloc.min_order);
/linux-master/fs/smb/server/mgmt/
H A Dshare_config.h41 umode_t mode = (posix_mode ?: (umode_t)-1) & share->create_mask; local
43 return mode | share->force_create_mode;
50 umode_t mode = (posix_mode ?: (umode_t)-1) & share->directory_mask; local
52 return mode | share->force_directory_mode;
/linux-master/drivers/leds/
H A Dleds-ns2.c33 u32 mode; member in struct:ns2_led_modval
42 * for the command/slow GPIOs corresponds to a LED mode.
50 unsigned char sata; /* True when SATA mode active. */
56 static int ns2_led_get_mode(struct ns2_led *led, enum ns2_led_modes *mode) argument
68 *mode = led->modval[i].mode;
76 static void ns2_led_set_mode(struct ns2_led *led, enum ns2_led_modes mode) argument
82 if (mode == led->modval[i].mode)
107 enum ns2_led_modes mode; local
180 enum ns2_led_modes mode; local
[all...]
/linux-master/include/linux/platform_data/
H A Dgsc_hwmon.h17 * @mode: channel mode
24 unsigned int mode; member in struct:gsc_hwmon_channel
H A Dshmob_drm.h24 struct videomode mode; member in struct:shmob_drm_panel_data
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs_params.c207 #define RO(mode) (((mode) & 0222) == 0)
210 i915_debugfs_create_int(const char *name, umode_t mode, argument
213 return debugfs_create_file_unsafe(name, mode, parent, value,
214 RO(mode) ? &i915_param_int_fops_ro :
219 i915_debugfs_create_uint(const char *name, umode_t mode, argument
222 return debugfs_create_file_unsafe(name, mode, parent, value,
223 RO(mode) ? &i915_param_uint_fops_ro :
228 i915_debugfs_create_charp(const char *name, umode_t mode, argument
231 return debugfs_create_file(name, mode, paren
[all...]
/linux-master/fs/cachefiles/
H A Derror_inject.c19 .mode = 0644,
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_eswitch.h15 int ice_eswitch_mode_get(struct devlink *devlink, u16 *mode);
17 ice_eswitch_mode_set(struct devlink *devlink, u16 mode,
58 static inline int ice_eswitch_mode_get(struct devlink *devlink, u16 *mode) argument
64 ice_eswitch_mode_set(struct devlink *devlink, u16 mode, argument
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dau1000_dma.h114 unsigned int mode; member in struct:dma_chan
152 * Set the DMA buffer enable bits in the mode register.
234 u32 mode; local
244 mode = chan->mode | (chan->dev_id << DMA_DID_BIT);
246 mode |= DMA_IE;
248 __raw_writel(~mode, chan->io + DMA_MODE_CLEAR);
249 __raw_writel(mode, chan->io + DMA_MODE_SET);
253 * Set mode for a specific DMA channel
255 static inline void set_dma_mode(unsigned int dmanr, unsigned int mode) argument
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dcpu.h93 static inline bool spectre_v2_in_eibrs_mode(enum spectre_v2_mitigation mode) argument
95 return mode == SPECTRE_V2_EIBRS ||
96 mode == SPECTRE_V2_EIBRS_RETPOLINE ||
97 mode == SPECTRE_V2_EIBRS_LFENCE;
/linux-master/include/linux/soc/samsung/
H A Dexynos-pmu.h22 extern void exynos_sys_powerdown_conf(enum sys_powerdown mode);
/linux-master/fs/xfs/
H A Dxfs_symlink.h12 umode_t mode, struct xfs_inode **ipp);
/linux-master/include/linux/
H A Dsysfb.h92 struct simplefb_platform_data *mode);
94 const struct simplefb_platform_data *mode,
100 struct simplefb_platform_data *mode)
106 const struct simplefb_platform_data *mode,
99 sysfb_parse_mode(const struct screen_info *si, struct simplefb_platform_data *mode) argument
105 sysfb_create_simplefb(const struct screen_info *si, const struct simplefb_platform_data *mode, struct device *parent) argument
/linux-master/drivers/platform/x86/amd/pmf/
H A DMakefile9 auto-mode.o cnqf.o \
/linux-master/include/drm/
H A Ddrm_encoder_slave.h41 * the new parameters to take effect until the next mode
55 void (*dpms)(struct drm_encoder *encoder, int mode);
59 const struct drm_display_mode *mode,
62 struct drm_display_mode *mode);
64 struct drm_display_mode *mode,
169 void drm_i2c_encoder_dpms(struct drm_encoder *encoder, int mode);
171 const struct drm_display_mode *mode,
176 struct drm_display_mode *mode,
/linux-master/drivers/platform/x86/
H A Dnvidia-wmi-ec-backlight.c24 * @mode: The operation to perform on the method (e.g. %WMI_BRIGHTNESS_MODE_SET
26 * @val: Pointer to a value passed in by the caller when @mode is
27 * %WMI_BRIGHTNESS_MODE_SET, or a value passed out to caller when @mode
32 static int wmi_brightness_notify(struct wmi_device *w, enum wmi_brightness_method id, enum wmi_brightness_mode mode, u32 *val) argument
35 .mode = mode,
44 mode < WMI_BRIGHTNESS_MODE_GET || mode >= WMI_BRIGHTNESS_MODE_MAX)
47 if (mode == WMI_BRIGHTNESS_MODE_SET)
57 if (mode !
[all...]
/linux-master/tools/power/cpupower/utils/
H A Dcpupower-set.c22 {"amd-pstate-mode", required_argument, NULL, 'm'},
44 int mode:1; member in struct:__anon525::__anon526
51 char epp[30], mode[20]; local
91 if (params.mode)
93 if (sscanf(optarg, "%19s", mode) != 1) {
97 params.mode = 1;
119 if (params.mode) {
120 ret = cpupower_set_amd_pstate_mode(mode);
122 fprintf(stderr, "Error setting mode\n");
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xcp.c120 int amdgpu_xcp_init(struct amdgpu_xcp_mgr *xcp_mgr, int num_xcps, int mode) argument
130 xcp_mgr->mode = mode;
167 int mode)
176 curr_mode = xcp_mgr->mode;
177 /* State set to transient mode */
178 xcp_mgr->mode = AMDGPU_XCP_MODE_TRANS;
180 ret = xcp_mgr->funcs->switch_partition_mode(xcp_mgr, mode, &num_xcps);
183 /* Failed, get whatever mode it's at now */
185 xcp_mgr->mode
166 __amdgpu_xcp_switch_partition_mode(struct amdgpu_xcp_mgr *xcp_mgr, int mode) argument
199 amdgpu_xcp_switch_partition_mode(struct amdgpu_xcp_mgr *xcp_mgr, int mode) argument
220 int mode; local
[all...]

Completed in 218 milliseconds

1234567891011>>