Searched refs:mode (Results 151 - 175 of 6117) sorted by relevance

1234567891011>>

/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c115 .mode = 0644,
124 .mode = 0644,
133 .mode = 0644,
143 .mode = 0644,
150 .mode = 0644,
157 .mode = 0644,
164 .mode = 0644,
171 .mode = 0644,
180 .mode = 0644,
189 .mode
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_gpio.h43 enum gpio_mode mode; member in struct:hw_gpio_pin
53 enum gpio_mode mode);
65 enum gpio_mode mode);
79 * what is the source of the signal in HW mode */
120 enum gpio_mode mode);
128 enum gpio_mode mode);
139 enum gpio_mode mode);
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_spi_device.c66 enum cxd2880_spi_mode mode,
72 switch (mode) {
74 spi->mode = SPI_MODE_0;
77 spi->mode = SPI_MODE_1;
80 spi->mode = SPI_MODE_2;
83 spi->mode = SPI_MODE_3;
65 cxd2880_spi_device_initialize(struct cxd2880_spi_device *spi_device, enum cxd2880_spi_mode mode, u32 speed_hz) argument
/linux-master/arch/arm/kernel/
H A Dsmp_scu.c75 unsigned int mode)
80 if (mode > 3 || mode == 1 || cpu > 3)
85 val |= mode;
92 * Set the executing CPUs power mode as defined. This will be in
99 int scu_power_mode(void __iomem *scu_base, unsigned int mode) argument
101 return scu_set_power_mode_internal(scu_base, smp_processor_id(), mode);
105 * Set the given (logical) CPU's power mode to SCU_PM_NORMAL.
73 scu_set_power_mode_internal(void __iomem *scu_base, unsigned int logical_cpu, unsigned int mode) argument
/linux-master/include/linux/
H A Dinit_syscalls.h9 int __init init_chmod(const char *filename, umode_t mode);
12 int __init init_mknod(const char *filename, umode_t mode, unsigned int dev);
16 int __init init_mkdir(const char *pathname, umode_t mode);
H A Dsyscall_user_dispatch.h13 int set_syscall_user_dispatch(unsigned long mode, unsigned long offset,
27 static inline int set_syscall_user_dispatch(unsigned long mode, unsigned long offset, argument
/linux-master/drivers/soc/fsl/qe/
H A Ducc.c119 enum comm_dir mode)
131 if (!((mode == COMM_DIR_RX) || (mode == COMM_DIR_TX)))
206 if (mode == COMM_DIR_RX)
488 static int ucc_get_tdm_rxtx_clk(enum comm_dir mode, u32 tdm_num, argument
496 if (mode == COMM_DIR_RX)
498 if (mode == COMM_DIR_TX)
503 static u32 ucc_get_tdm_clk_shift(enum comm_dir mode, u32 tdm_num) argument
507 shift = (mode == COMM_DIR_RX) ? RX_CLK_SHIFT_BASE : TX_CLK_SHIFT_BASE;
517 enum comm_dir mode)
118 ucc_set_qe_mux_rxtx(unsigned int ucc_num, enum qe_clock clock, enum comm_dir mode) argument
516 ucc_set_tdm_rxtx_clk(u32 tdm_num, enum qe_clock clock, enum comm_dir mode) argument
548 ucc_get_tdm_sync_source(u32 tdm_num, enum qe_clock clock, enum comm_dir mode) argument
620 ucc_get_tdm_sync_shift(enum comm_dir mode, u32 tdm_num) argument
630 ucc_set_tdm_rxtx_sync(u32 tdm_num, enum qe_clock clock, enum comm_dir mode) argument
[all...]
/linux-master/arch/x86/kvm/
H A Dirq.h69 int mode = kvm->arch.irqchip_mode; local
73 return mode == KVM_IRQCHIP_SPLIT;
78 int mode = kvm->arch.irqchip_mode; local
82 return mode == KVM_IRQCHIP_KERNEL;
92 int mode = kvm->arch.irqchip_mode; local
96 return mode != KVM_IRQCHIP_NONE;
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front_conn.c66 struct drm_display_mode *mode; local
70 mode = drm_mode_create(connector->dev);
71 if (!mode)
82 mode->type = DRM_MODE_TYPE_PREFERRED | DRM_MODE_TYPE_DRIVER;
84 drm_display_mode_from_videomode(&videomode, mode);
85 drm_mode_probed_add(connector, mode);
/linux-master/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_stagedesc.c42 stage_desc->mode = binary->info->sp.pipeline.mode;
59 unsigned int mode)
69 stage_desc->mode = mode;
91 stage_desc->mode = (unsigned int)-1;
52 ia_css_pipe_get_firmwares_stage_desc( struct ia_css_pipeline_stage_desc *stage_desc, struct ia_css_binary *binary, struct ia_css_frame *out_frame[], struct ia_css_frame *in_frame, struct ia_css_frame *vf_frame, const struct ia_css_fw_info *fw, unsigned int mode) argument
/linux-master/net/ipv6/
H A Dsysctl_net_ipv6.c69 .mode = 0644,
76 .mode = 0644,
83 .mode = 0644,
90 .mode = 0644,
98 .mode = 0644,
105 .mode = 0644,
112 .mode = 0644,
119 .mode = 0644,
126 .mode = 0644,
133 .mode
[all...]
/linux-master/kernel/sched/
H A Dwait.c73 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, argument
89 ret = curr->func(curr, mode, wake_flags, key);
99 static int __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, argument
106 remaining = __wake_up_common(wq_head, mode, nr_exclusive, wake_flags,
116 * @mode: which threads
124 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode, argument
127 return __wake_up_common_lock(wq_head, mode, nr_exclusive, 0, key);
131 void __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key) argument
133 __wake_up_common_lock(wq_head, mode, 1, WF_CURRENT_CPU, key);
139 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, in argument
145 __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) argument
167 __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) argument
193 __wake_up_locked_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) argument
203 __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) argument
382 autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) argument
413 wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) argument
438 woken_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) argument
[all...]
/linux-master/arch/arm/include/asm/
H A Dsmp_scu.h38 static inline int scu_power_mode(void __iomem *scu_base, unsigned int mode) argument
43 unsigned int mode)
42 scu_cpu_power_enable(void __iomem *scu_base, unsigned int mode) argument
/linux-master/arch/mips/lib/
H A Dlibgcc.h7 typedef int word_type __attribute__ ((mode (__word__)));
35 typedef int ti_type __attribute__((mode(TI)));
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dsysfs.c85 int mode; local
90 mode = get_integer(buf, count);
91 switch (mode) {
93 mode = B43_INTERFMODE_NONE;
96 mode = B43_INTERFMODE_NONWLAN;
99 mode = B43_INTERFMODE_MANUALWLAN;
102 mode = B43_INTERFMODE_AUTOWLAN;
111 err = wldev->phy.ops->interf_mitigation(wldev, mode);
/linux-master/drivers/edac/
H A Ddebugfs.c104 * @mode: file permissions
110 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, argument
116 return debugfs_create_file(name, mode, parent, data, fops);
121 void edac_debugfs_create_x8(const char *name, umode_t mode, argument
127 debugfs_create_x8(name, mode, parent, value);
132 void edac_debugfs_create_x16(const char *name, umode_t mode, argument
138 debugfs_create_x16(name, mode, parent, value);
143 void edac_debugfs_create_x32(const char *name, umode_t mode, argument
149 debugfs_create_x32(name, mode, parent, value);
H A Dedac_module.h48 /* edac core workqueue: single CPU mode */
73 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent,
75 void edac_debugfs_create_x8(const char *name, umode_t mode,
77 void edac_debugfs_create_x16(const char *name, umode_t mode,
79 void edac_debugfs_create_x32(const char *name, umode_t mode,
89 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, argument
91 static inline void edac_debugfs_create_x8(const char *name, umode_t mode, argument
93 static inline void edac_debugfs_create_x16(const char *name, umode_t mode, argument
95 static inline void edac_debugfs_create_x32(const char *name, umode_t mode, argument
/linux-master/arch/mips/sgi-ip30/
H A Dip30-power.c29 heart_write((heart_read(&heart_regs->mode) | HM_COLD_RST),
30 &heart_regs->mode);
/linux-master/arch/arm/boot/compressed/
H A Dbig-endian.S5 * Switch CPU into big endian mode.
12 orr r0, r0, #(1 << 7) @ enable big endian mode
/linux-master/include/soc/tegra/
H A Dpm.h22 tegra_pm_validate_suspend_mode(enum tegra_suspend_mode mode);
35 tegra_pm_validate_suspend_mode(enum tegra_suspend_mode mode) argument
/linux-master/drivers/clk/renesas/
H A Dclk-r8a7778.c77 u32 mode; local
79 if (rcar_rst_read_mode_pins(&mode))
82 BUG_ON(!(mode & BIT(19)));
84 cpg_mode_rates = (!!(mode & BIT(18)) << 2) |
85 (!!(mode & BIT(12)) << 1) |
86 (!!(mode & BIT(11)));
87 cpg_mode_divs = (!!(mode & BIT(2)) << 1) |
88 (!!(mode & BIT(1)));
/linux-master/include/drm/
H A Ddrm_crtc_helper.h27 * The DRM mode setting helper functions are common code for drivers to use if
52 struct drm_display_mode *mode,
60 int drm_helper_connector_dpms(struct drm_connector *connector, int mode);
/linux-master/fs/dlm/
H A Dast.c39 int dlm_enqueue_lkb_callback(struct dlm_lkb *lkb, uint32_t flags, int mode, argument
48 /* if cb is a bast, it should be skipped if the blocking mode is
49 * compatible with the last granted mode
52 if (dlm_modes_compat(mode, lkb->lkb_last_cast->mode)) {
53 log_debug(ls, "skip %x bast mode %d for cast mode %d",
54 lkb->lkb_id, mode,
55 lkb->lkb_last_cast->mode);
63 * is a bast for the same mode o
119 dlm_add_cb(struct dlm_lkb *lkb, uint32_t flags, int mode, int status, uint32_t sbflags) argument
[all...]
H A Dast.h17 int dlm_enqueue_lkb_callback(struct dlm_lkb *lkb, uint32_t flags, int mode,
23 void dlm_add_cb(struct dlm_lkb *lkb, uint32_t flags, int mode, int status,
/linux-master/fs/nfs/
H A Dsysctl.c22 .mode = 0644,
29 .mode = 0644,

Completed in 300 milliseconds

1234567891011>>