Home
last modified time | relevance | path

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

12345678910>>...164

/openbmc/linux/fs/debugfs/
H A Dfile.c466 void debugfs_create_u8(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u8()
502 void debugfs_create_u16(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u16()
538 void debugfs_create_u32(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u32()
575 void debugfs_create_u64(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u64()
659 void debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x8()
747 void debugfs_create_size_t(const char *name, umode_t mode, in debugfs_create_size_t()
783 void debugfs_create_atomic_t(const char *name, umode_t mode, in debugfs_create_atomic_t()
996 void debugfs_create_str(const char *name, umode_t mode, in debugfs_create_str()
1049 struct dentry *debugfs_create_blob(const char *name, umode_t mode, in debugfs_create_blob()
1137 void debugfs_create_u32_array(const char *name, umode_t mode, in debugfs_create_u32_array()
[all …]
/openbmc/phosphor-ipmi-flash/bmc/
H A Dgeneral_systemd.hpp22 const std::string& mode) : in SystemdNoFile()
41 const std::string mode; member in ipmi_flash::SystemdNoFile
73 const std::string& service, const std::string& mode) : in SystemdWithStatusFile()
/openbmc/linux/drivers/crypto/qce/
H 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
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c213 static int sunxi_hdmi_edid_get_mode(struct ctfb_res_modes *mode, in sunxi_hdmi_edid_get_mode()
370 static void sunxi_frontend_mode_set(const struct ctfb_res_modes *mode, in sunxi_frontend_mode_set()
408 static void sunxi_frontend_mode_set(const struct ctfb_res_modes *mode, in sunxi_frontend_mode_set()
471 static void sunxi_composer_mode_set(const struct ctfb_res_modes *mode, in sunxi_composer_mode_set()
644 static void sunxi_lcdc_tcon0_mode_set(const struct ctfb_res_modes *mode,
679 static void sunxi_lcdc_tcon1_mode_set(const struct ctfb_res_modes *mode,
705 static void sunxi_hdmi_setup_info_frames(const struct ctfb_res_modes *mode)
752 static void sunxi_hdmi_mode_set(const struct ctfb_res_modes *mode,
884 static int sunxi_ssd2828_init(const struct ctfb_res_modes *mode)
924 static void sunxi_mode_set(const struct ctfb_res_modes *mode,
[all …]
/openbmc/linux/drivers/edac/
H A Dedac_module.h89 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file()
91 static inline void edac_debugfs_create_x8(const char *name, umode_t mode, in edac_debugfs_create_x8()
93 static inline void edac_debugfs_create_x16(const char *name, umode_t mode, in edac_debugfs_create_x16()
95 static inline void edac_debugfs_create_x32(const char *name, umode_t mode, in edac_debugfs_create_x32()
H 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()
/openbmc/u-boot/arch/arm/mach-zynqmp/
H A Dmp.c54 static void set_r5_halt_mode(u8 halt, u8 mode) in set_r5_halt_mode()
75 static void set_r5_tcm_mode(u8 mode) in set_r5_tcm_mode()
93 static void set_r5_reset(u8 mode) in set_r5_reset()
107 static void release_r5_reset(u8 mode) in release_r5_reset()
208 void initialize_tcm(bool mode) in initialize_tcm()
/openbmc/linux/arch/arm/mach-omap2/
H A Dcommon.h136 static inline void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
144 static inline void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
152 static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
160 static inline void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
169 static inline void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
/openbmc/linux/drivers/crypto/nx/
H 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()
/openbmc/linux/usr/
H A Dgen_init_cpio.c108 unsigned int mode, uid_t uid, gid_t gid) in cpio_mkslink()
142 unsigned int mode; in cpio_mkslink_line() local
156 static int cpio_mkgeneric(const char *name, unsigned int mode, in cpio_mkgeneric()
192 mode_t mode; member
213 unsigned int mode; in cpio_mkgeneric_line() local
244 static int cpio_mknod(const char *name, unsigned int mode, in cpio_mknod()
281 unsigned int mode; in cpio_mknod_line() local
323 unsigned int mode, uid_t uid, gid_t gid, in cpio_mkfile()
455 unsigned int mode; in cpio_mkfile_line() local
/openbmc/linux/kernel/time/
H A Dhrtimer.c421 enum hrtimer_mode mode) in debug_hrtimer_activate()
435 enum hrtimer_mode mode) in hrtimer_init_on_stack()
463 enum hrtimer_mode mode) { } in debug_hrtimer_activate()
469 enum hrtimer_mode mode) in debug_init()
476 enum hrtimer_mode mode) in debug_activate()
1086 enum hrtimer_mode mode) in enqueue_hrtimer()
1177 const enum hrtimer_mode mode) in hrtimer_update_lowres()
1549 enum hrtimer_mode mode) in __hrtimer_init()
1597 enum hrtimer_mode mode) in hrtimer_init()
1960 enum hrtimer_mode mode) in hrtimer_sleeper_start_expires()
[all …]
/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c16 int mode; member
42 int parse_branch_str(const char *str, __u64 *mode) in parse_branch_str()
100 __u64 *mode = (__u64 *)opt->value; in parse_branch_stack() local
/openbmc/linux/fs/configfs/
H 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()
104 struct inode *configfs_new_inode(umode_t mode, struct configfs_dirent *sd, in configfs_new_inode()
156 struct inode *configfs_create(struct dentry *dentry, umode_t mode) in configfs_create()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dgen6_engine_cs.c89 int gen6_emit_flush_rcs(struct i915_request *rq, u32 mode) in gen6_emit_flush_rcs()
214 static int gen6_flush_dw(struct i915_request *rq, u32 mode, u32 invflags) in gen6_flush_dw()
219 int gen6_emit_flush_xcs(struct i915_request *rq, u32 mode) in gen6_emit_flush_xcs()
224 int gen6_emit_flush_vcs(struct i915_request *rq, u32 mode) in gen6_emit_flush_vcs()
289 int gen7_emit_flush_rcs(struct i915_request *rq, u32 mode) in gen7_emit_flush_rcs()
/openbmc/linux/drivers/phy/hisilicon/
H A Dphy-histb-combphy.c50 struct histb_combphy_mode mode; member
74 static int is_mode_fixed(struct histb_combphy_mode *mode) in is_mode_fixed()
81 struct histb_combphy_mode *mode = &priv->mode; in histb_combphy_set_mode() local
169 struct histb_combphy_mode *mode = &priv->mode; in histb_combphy_xlate() local
198 struct histb_combphy_mode *mode; in histb_combphy_probe() local
/openbmc/linux/drivers/gpu/drm/i915/
H 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()
233 #define _i915_param_create_file(parent, name, mode, valp) \ argument
261 #define REGISTER(T, x, unused, mode, ...) _i915_param_create_file(dir, #x, mode, &params->x); in i915_debugfs_params() argument
/openbmc/linux/arch/arm/mach-omap1/
H A Dmux.h27 #define MUX_REG(reg, mode_offset, mode) .mux_reg_name = "FUNC_MUX_CTRL_"#reg, \ argument
41 #define MUX_REG_7XX(reg, mode_offset, mode) .mux_reg_name = "OMAP7XX_IO_CONF_"#reg, \ argument
53 #define MUX_REG(reg, mode_offset, mode) .mux_reg = FUNC_MUX_CTRL_##reg, \ argument
64 #define MUX_REG_7XX(reg, mode_offset, mode) \ argument
75 #define MUX_CFG(desc, mux_reg, mode_offset, mode, \ argument
94 #define MUX_CFG_7XX(desc, mux_reg, mode_offset, mode, \ argument
/openbmc/linux/drivers/firmware/efi/libstub/
H 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
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_panel.c96 const struct drm_display_mode *mode) in intel_panel_fixed_mode()
112 static bool is_alt_drrs_mode(const struct drm_display_mode *mode, in is_alt_drrs_mode()
122 static bool is_alt_fixed_mode(const struct drm_display_mode *mode, in is_alt_fixed_mode()
176 struct drm_display_mode *mode; in intel_panel_get_modes() local
264 struct drm_display_mode *mode, *next; in intel_panel_add_edid_alt_fixed_modes() local
313 struct drm_display_mode *mode, *next; in intel_panel_destroy_probed_modes() local
359 const struct drm_display_mode *mode; in intel_panel_add_vbt_lfp_fixed_mode() local
373 const struct drm_display_mode *mode; in intel_panel_add_vbt_sdvo_fixed_mode() local
700 const struct drm_display_mode *mode) in intel_panel_mode_valid()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_phylink.c20 unsigned int mode, in lan966x_phylink_mac_config()
26 unsigned int mode, in lan966x_phylink_mac_prepare()
48 unsigned int mode, in lan966x_phylink_mac_link_up()
69 unsigned int mode, in lan966x_phylink_mac_link_down()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dsc/
H A Drc_calc_fpu.c31 #define table_hash(mode, bpc, max_min) ((mode << 16) | (bpc << 8) | max_min) argument
37 #define TABLE_CASE(mode, bpc, max) case (table_hash(mode, BPC_##bpc, max)): \ argument
67 int mode = MODE_SELECT(444, 422, 420); in get_qp_set() local
110 static void get_ofs_set(qp_set ofs, enum colour_mode mode, float bpp) in get_ofs_set()
/openbmc/linux/arch/arm/mach-tegra/
H 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
/openbmc/linux/tools/testing/selftests/arm64/mte/
H 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()
91 static int check_file_memory_mapping(int mem_type, int mode, int mapping, int tag_check) in check_file_memory_mapping()
130 static int check_clear_prot_mte_flag(int mem_type, int mode, int mapping) in check_clear_prot_mte_flag()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H 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()
/openbmc/u-boot/drivers/net/
H A Dvsc9953.c523 enum egress_untag_mode *mode) in vsc9953_port_vlan_egr_untag_get()
562 enum egress_untag_mode mode; in vsc9953_port_vlan_egr_untag_show() local
590 enum egress_untag_mode mode) in vsc9953_port_vlan_egr_untag_set()
628 enum egress_untag_mode mode) in vsc9953_port_all_vlan_egress_untagged_set()
1850 enum port_learn_mode mode; in vsc9953_learn_show_key_func() local
1894 enum port_learn_mode mode; in vsc9953_learn_set_key_func() local
2140 enum egress_untag_mode mode; in vsc9953_port_untag_set_key_func() local
2173 enum egress_vlan_tag mode; in vsc9953_egr_vlan_tag_show_key_func() local
2217 enum egress_vlan_tag mode; in vsc9953_egr_vlan_tag_set_key_func() local
2247 enum vlan_learning_mode mode; in vsc9953_vlan_learn_show_key_func() local
[all …]

12345678910>>...164