Home
last modified time | relevance | path

Searched defs:mode (Results 26 – 50 of 3764) sorted by relevance

12345678910>>...151

/linux/fs/ramfs/
A Dinode.c45 umode_t mode; member
58 const struct inode *dir, umode_t mode, dev_t dev) in ramfs_get_inode()
99 struct dentry *dentry, umode_t mode, dev_t dev) in ramfs_mknod()
114 struct dentry *dentry, umode_t mode) in ramfs_mkdir()
123 struct dentry *dentry, umode_t mode, bool excl) in ramfs_create()
149 struct inode *dir, struct dentry *dentry, umode_t mode) in ramfs_tmpfile()
/linux/block/
A Dioctl.c85 static int blkdev_reread_part(struct block_device *bdev, fmode_t mode) in blkdev_reread_part()
110 static int blk_ioctl_discard(struct block_device *bdev, fmode_t mode, in blk_ioctl_discard()
152 static int blk_ioctl_zeroout(struct block_device *bdev, fmode_t mode, in blk_ioctl_zeroout()
241 int blkdev_compat_ptr_ioctl(struct block_device *bdev, fmode_t mode, in blkdev_compat_ptr_ioctl()
345 static int blkdev_flushbuf(struct block_device *bdev, fmode_t mode, in blkdev_flushbuf()
355 static int blkdev_roset(struct block_device *bdev, fmode_t mode, in blkdev_roset()
440 static int blkdev_bszset(struct block_device *bdev, fmode_t mode, in blkdev_bszset()
468 static int blkdev_common_ioctl(struct block_device *bdev, fmode_t mode, in blkdev_common_ioctl()
557 fmode_t mode = file->f_mode; in blkdev_ioctl() local
627 fmode_t mode = file->f_mode; in compat_blkdev_ioctl() local
/linux/drivers/crypto/qce/
A Dcommon.h74 #define IS_CBC(mode) (mode & QCE_MODE_CBC) argument
75 #define IS_ECB(mode) (mode & QCE_MODE_ECB) argument
76 #define IS_CTR(mode) (mode & QCE_MODE_CTR) argument
77 #define IS_XTS(mode) (mode & QCE_MODE_XTS) argument
78 #define IS_CCM(mode) (mode & QCE_MODE_CCM) argument
79 #define IS_CCM_RFC4309(mode) ((mode) & QCE_MODE_CCM_RFC4309) argument
/linux/drivers/crypto/nx/
A Dnx.c489 static bool nx_check_prop(struct device *dev, u32 fc, u32 mode, int slot) in nx_check_prop()
504 static bool nx_check_props(struct device *dev, u32 fc, u32 mode) in nx_check_props()
515 static int nx_register_skcipher(struct skcipher_alg *alg, u32 fc, u32 mode) in nx_register_skcipher()
521 static int nx_register_aead(struct aead_alg *alg, u32 fc, u32 mode) in nx_register_aead()
527 static int nx_register_shash(struct shash_alg *alg, u32 fc, u32 mode, int slot) in nx_register_shash()
535 static void nx_unregister_skcipher(struct skcipher_alg *alg, u32 fc, u32 mode) in nx_unregister_skcipher()
541 static void nx_unregister_aead(struct aead_alg *alg, u32 fc, u32 mode) in nx_unregister_aead()
547 static void nx_unregister_shash(struct shash_alg *alg, u32 fc, u32 mode, in nx_unregister_shash()
654 static int nx_crypto_ctx_init(struct nx_crypto_ctx *nx_ctx, u32 fc, u32 mode) in nx_crypto_ctx_init()
/linux/arch/x86/kvm/mmu/
A Dpage_track.c63 static inline bool page_track_mode_is_valid(enum kvm_page_track_mode mode) in page_track_mode_is_valid()
87 enum kvm_page_track_mode mode, short count) in update_gfn_track()
115 enum kvm_page_track_mode mode) in kvm_slot_page_track_add_page()
154 enum kvm_page_track_mode mode) in kvm_slot_page_track_remove_page()
178 enum kvm_page_track_mode mode) in kvm_slot_page_track_is_active()
/linux/arch/arm/mach-omap2/
A Dcommon.h159 static inline void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
167 static inline void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
175 static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
183 static inline void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
192 static inline void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
/linux/kernel/time/
A Dhrtimer.c418 enum hrtimer_mode mode) in debug_hrtimer_activate()
432 enum hrtimer_mode mode) in hrtimer_init_on_stack()
460 enum hrtimer_mode mode) { } in debug_hrtimer_activate()
466 enum hrtimer_mode mode) in debug_init()
473 enum hrtimer_mode mode) in debug_activate()
1082 enum hrtimer_mode mode) in enqueue_hrtimer()
1172 const enum hrtimer_mode mode) in hrtimer_update_lowres()
1542 enum hrtimer_mode mode) in __hrtimer_init()
1590 enum hrtimer_mode mode) in hrtimer_init()
1953 enum hrtimer_mode mode) in hrtimer_sleeper_start_expires()
[all …]
/linux/drivers/edac/
A Dedac_module.h94 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file()
96 static inline void edac_debugfs_create_x8(const char *name, umode_t mode, in edac_debugfs_create_x8()
98 static inline void edac_debugfs_create_x16(const char *name, umode_t mode, in edac_debugfs_create_x16()
100 static inline void edac_debugfs_create_x32(const char *name, umode_t mode, in edac_debugfs_create_x32()
A Ddebugfs.c110 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file()
121 void edac_debugfs_create_x8(const char *name, umode_t mode, in edac_debugfs_create_x8()
132 void edac_debugfs_create_x16(const char *name, umode_t mode, in edac_debugfs_create_x16()
143 void edac_debugfs_create_x32(const char *name, umode_t mode, in edac_debugfs_create_x32()
/linux/drivers/firmware/efi/libstub/
A Dgop.c29 u32 mode; member
138 efi_graphics_output_protocol_mode_t *mode; in choose_mode_modenum() local
192 efi_graphics_output_protocol_mode_t *mode; in choose_mode_res() local
250 efi_graphics_output_protocol_mode_t *mode; in choose_mode_auto() local
313 efi_graphics_output_protocol_mode_t *mode; in choose_mode_list() local
387 efi_graphics_output_protocol_mode_t *mode; in set_mode() local
477 efi_graphics_output_protocol_mode_t *mode; in find_gop() local
518 efi_graphics_output_protocol_mode_t *mode; in setup_gop() local
/linux/drivers/gpu/drm/i915/
A Di915_debugfs_params.c204 #define RO(mode) (((mode) & 0222) == 0) argument
207 i915_debugfs_create_int(const char *name, umode_t mode, in i915_debugfs_create_int()
216 i915_debugfs_create_uint(const char *name, umode_t mode, in i915_debugfs_create_uint()
225 i915_debugfs_create_charp(const char *name, umode_t mode, in i915_debugfs_create_charp()
235 const char *type, int mode, void *value) in _i915_param_create_file()
272 #define REGISTER(T, x, unused, mode, ...) _i915_param_create_file(dir, #x, #T, mode, &params->x); in i915_debugfs_params() argument
/linux/drivers/gpu/drm/i915/gt/
A Dgen6_engine_cs.c88 int gen6_emit_flush_rcs(struct i915_request *rq, u32 mode) in gen6_emit_flush_rcs()
213 static int gen6_flush_dw(struct i915_request *rq, u32 mode, u32 invflags) in gen6_flush_dw()
218 int gen6_emit_flush_xcs(struct i915_request *rq, u32 mode) in gen6_emit_flush_xcs()
223 int gen6_emit_flush_vcs(struct i915_request *rq, u32 mode) in gen6_emit_flush_vcs()
288 int gen7_emit_flush_rcs(struct i915_request *rq, u32 mode) in gen7_emit_flush_rcs()
/linux/drivers/phy/hisilicon/
A Dphy-histb-combphy.c49 struct histb_combphy_mode mode; member
73 static int is_mode_fixed(struct histb_combphy_mode *mode) in is_mode_fixed()
80 struct histb_combphy_mode *mode = &priv->mode; in histb_combphy_set_mode() local
168 struct histb_combphy_mode *mode = &priv->mode; in histb_combphy_xlate() local
197 struct histb_combphy_mode *mode; in histb_combphy_probe() local
/linux/fs/configfs/
A Dinode.c78 umode_t mode = iattr->ia_mode; in configfs_setattr() local
88 static inline void set_default_inode_attr(struct inode * inode, umode_t mode) in set_default_inode_attr()
105 struct inode *configfs_new_inode(umode_t mode, struct configfs_dirent *sd, in configfs_new_inode()
157 struct inode *configfs_create(struct dentry *dentry, umode_t mode) in configfs_create()
/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_phylink.c103 unsigned int mode, in sparx5_phylink_mac_config()
111 unsigned int mode, in sparx5_phylink_mac_link_up()
133 unsigned int mode, in sparx5_phylink_mac_link_down()
159 unsigned int mode, in sparx5_pcs_config()
/linux/tools/perf/util/
A Dparse-branch-options.c16 int mode; member
38 int parse_branch_str(const char *str, __u64 *mode) in parse_branch_str()
96 __u64 *mode = (__u64 *)opt->value; in parse_branch_stack() local
/linux/tools/testing/selftests/arm64/mte/
A Dcheck_mmap_options.c33 static int check_mte_memory(char *ptr, int size, int mode, int tag_check) in check_mte_memory()
60 static int check_anonymous_memory_mapping(int mem_type, int mode, int mapping, int tag_check) in check_anonymous_memory_mapping()
92 static int check_file_memory_mapping(int mem_type, int mode, int mapping, int tag_check) in check_file_memory_mapping()
131 static int check_clear_prot_mte_flag(int mem_type, int mode, int mapping) in check_clear_prot_mte_flag()
/linux/arch/arm/mach-tegra/
A Dpm.c177 static void tegra_pm_set(enum tegra_suspend_mode mode) in tegra_pm_set()
225 enum tegra_suspend_mode mode) in tegra_pm_validate_suspend_mode()
348 enum tegra_suspend_mode mode = tegra_pmc_get_suspend_mode(); in tegra_suspend_enter() local
408 enum tegra_suspend_mode mode = tegra_pmc_get_suspend_mode(); in tegra_pm_init_suspend() local
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
A Dpad.c27 nvkm_i2c_pad_mode_locked(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_mode_locked()
36 nvkm_i2c_pad_mode(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_mode()
55 nvkm_i2c_pad_acquire(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_acquire()
/linux/drivers/leds/
A Dleds-ns2.c33 u32 mode; member
56 static int ns2_led_get_mode(struct ns2_led *led, enum ns2_led_modes *mode) in ns2_led_get_mode()
76 static void ns2_led_set_mode(struct ns2_led *led, enum ns2_led_modes mode) in ns2_led_set_mode()
107 enum ns2_led_modes mode; in ns2_led_set() local
180 enum ns2_led_modes mode; in ns2_led_register() local
/linux/fs/xfs/scrub/
A Dinode.c72 uint16_t mode, in xchk_inode_extsize()
108 uint16_t mode, in xchk_inode_cowextsize()
127 uint16_t mode, in xchk_inode_flags()
172 uint16_t mode, in xchk_inode_flags2()
237 uint16_t mode; in xchk_dinode() local
/linux/arch/powerpc/platforms/cell/spufs/
A Dinode.c77 spufs_new_inode(struct super_block *sb, umode_t mode) in spufs_new_inode()
111 const struct file_operations *fops, umode_t mode, in spufs_new_file()
184 const struct spufs_tree_descr *files, umode_t mode, in spufs_fill_dir()
230 umode_t mode) in spufs_mkdir()
402 struct vfsmount *mnt, int flags, umode_t mode, in spufs_create_context()
459 spufs_mkgang(struct inode *dir, struct dentry *dentry, umode_t mode) in spufs_mkgang()
520 struct vfsmount *mnt, umode_t mode) in spufs_create_gang()
540 unsigned int flags, umode_t mode, struct file *filp) in spufs_create()
575 umode_t mode; member
/linux/drivers/gpu/drm/nouveau/dispnv04/
A Ddfp.c113 void nv04_dfp_update_fp_control(struct drm_encoder *encoder, int mode) in nv04_dfp_update_fp_control()
183 const struct drm_display_mode *mode, in nv04_dfp_mode_fixup()
281 struct drm_display_mode *mode, in nv04_dfp_mode_set()
486 static void nv04_dfp_update_backlight(struct drm_encoder *encoder, int mode) in nv04_dfp_update_backlight()
509 static inline bool is_powersaving_dpms(int mode) in is_powersaving_dpms()
514 static void nv04_lvds_dpms(struct drm_encoder *encoder, int mode) in nv04_lvds_dpms()
562 static void nv04_tmds_dpms(struct drm_encoder *encoder, int mode) in nv04_tmds_dpms()
/linux/drivers/regulator/
A Dda9062-regulator.c49 struct reg_field mode; member
65 struct regmap_field *mode; member
101 static unsigned int da9062_map_buck_mode(unsigned int mode) in da9062_map_buck_mode()
115 static int da9062_buck_set_mode(struct regulator_dev *rdev, unsigned mode) in da9062_buck_set_mode()
180 static int da9062_ldo_set_mode(struct regulator_dev *rdev, unsigned mode) in da9062_ldo_set_mode()
281 unsigned mode) in da9062_buck_set_suspend_mode()
304 unsigned mode) in da9062_ldo_set_suspend_mode()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
A Dagp.c31 int mode; member
59 u32 mode = nvkm_pci_rd32(pci, 0x004c); in nvkm_agp_preinit() local
110 int mode = -1; in nvkm_agp_ctor() local

Completed in 41 milliseconds

12345678910>>...151