Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 3319) sorted by relevance

12345678910>>...133

/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_cmdline_parser_test.c16 struct drm_cmdline_mode mode = { }; in drm_test_cmdline_force_e_only() local
34 struct drm_cmdline_mode mode = { }; in drm_test_cmdline_force_D_only_not_digital() local
56 struct drm_cmdline_mode mode = { }; in drm_test_cmdline_force_D_only_hdmi() local
78 struct drm_cmdline_mode mode = { }; in drm_test_cmdline_force_D_only_dvi() local
96 struct drm_cmdline_mode mode = { }; in drm_test_cmdline_force_d_only() local
114 struct drm_cmdline_mode mode = { }; in drm_test_cmdline_res() local
136 struct drm_cmdline_mode mode = { }; in drm_test_cmdline_res_vesa() local
158 struct drm_cmdline_mode mode = { }; in drm_test_cmdline_res_vesa_rblank() local
180 struct drm_cmdline_mode mode = { }; in drm_test_cmdline_res_rblank() local
202 struct drm_cmdline_mode mode = { }; in drm_test_cmdline_res_bpp() local
[all …]
H A Ddrm_modes_test.c42 struct drm_display_mode *mode; in drm_test_modes_analog_tv_ntsc_480i() local
72 struct drm_display_mode *expected, *mode; in drm_test_modes_analog_tv_ntsc_480i_inlined() local
89 struct drm_display_mode *mode; in drm_test_modes_analog_tv_pal_576i() local
119 struct drm_display_mode *expected, *mode; in drm_test_modes_analog_tv_pal_576i_inlined() local
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna.h118 #define xxx_enable(mode, bitmask, xxx) \ argument
124 #define xxx_disable(mode, bitmask, xxx) \ argument
130 #define xxx_inactive(mode, bitmask, xxx) \ argument
136 #define is_promisc_enable(mode, bitmask) \ argument
142 #define promisc_enable(mode, bitmask) \ argument
145 #define promisc_disable(mode, bitmask) \ argument
148 #define promisc_inactive(mode, bitmask) \ argument
151 #define is_default_enable(mode, bitmask) \ argument
157 #define default_enable(mode, bitmask) \ argument
160 #define default_disable(mode, bitmask) \ argument
[all …]
/openbmc/linux/lib/xz/
H A Dxz_private.h70 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument
72 # define DEC_IS_SINGLE(mode) (false) argument
76 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument
78 # define DEC_IS_PREALLOC(mode) (false) argument
82 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument
84 # define DEC_IS_DYNALLOC(mode) (false) argument
88 # define DEC_IS_MULTI(mode) (true) argument
90 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument
92 # define DEC_IS_MULTI(mode) (false) argument
/openbmc/linux/sound/soc/codecs/
H A Dwcd-clsh-v2.c14 int mode; member
134 int mode) in wcd_clsh_set_buck_mode()
148 int mode) in wcd_clsh_v3_set_buck_mode()
162 int mode) in wcd_clsh_set_flyback_mode()
225 int mode, in wcd_clsh_flyback_ctrl()
318 int mode) in wcd_clsh_v3_set_hph_mode()
361 int mode) in wcd_clsh_set_flyback_current()
386 int mode) in wcd_clsh_v3_set_buck_regulator_mode()
393 int mode) in wcd_clsh_v3_set_flyback_mode()
454 int mode, in wcd_clsh_v3_flyback_ctrl()
[all …]
/openbmc/linux/arch/s390/boot/
H A Dvmem.c124 unsigned long end, enum populate_mode mode) in kasan_pgd_populate_zero_shadow()
135 unsigned long end, enum populate_mode mode) in kasan_p4d_populate_zero_shadow()
146 unsigned long end, enum populate_mode mode) in kasan_pud_populate_zero_shadow()
157 unsigned long end, enum populate_mode mode) in kasan_pmd_populate_zero_shadow()
182 unsigned long end, enum populate_mode mode) in kasan_pgd_populate_zero_shadow()
188 unsigned long end, enum populate_mode mode) in kasan_p4d_populate_zero_shadow()
194 unsigned long end, enum populate_mode mode) in kasan_pud_populate_zero_shadow()
284 enum populate_mode mode) in pgtable_pte_populate()
307 enum populate_mode mode) in pgtable_pmd_populate()
340 enum populate_mode mode) in pgtable_pud_populate()
[all …]
/openbmc/linux/kernel/sched/
H A Dwait_bit.c21 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg) in wake_bit_function()
42 wait_bit_action_f *action, unsigned mode) in __wait_on_bit()
59 wait_bit_action_f *action, unsigned mode) in out_of_line_wait_on_bit()
70 unsigned mode, unsigned long timeout) in out_of_line_wait_on_bit_timeout()
83 wait_bit_action_f *action, unsigned mode) in __wait_on_bit_lock()
112 wait_bit_action_f *action, unsigned mode) in out_of_line_wait_on_bit_lock()
160 var_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in var_wake_function()
197 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait()
207 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io()
217 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout()
[all …]
H A Dwait.c80 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common()
124 static int __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock()
157 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up()
164 void __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_on_current_cpu()
172 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked()
178 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key()
185 unsigned int mode, void *key, wait_queue_entry_t *bookmark) in __wake_up_locked_key_bookmark()
207 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key()
234 unsigned int mode, void *key) in __wake_up_locked_sync_key()
243 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Deeprom.c41 unsigned int mode) in ath5k_eeprom_bin2freq()
190 unsigned int mode) in ath5k_eeprom_read_ants()
250 unsigned int mode) in ath5k_eeprom_read_modes()
471 unsigned int mode; in ath5k_eeprom_init_modes() local
511 struct ath5k_chan_pcal_info *pc, unsigned int mode) in ath5k_eeprom_read_freq_list()
667 ath5k_eeprom_free_pcal_info(struct ath5k_hw *ah, int mode) in ath5k_eeprom_free_pcal_info()
796 ath5k_eeprom_read_pcal_info_5111(struct ath5k_hw *ah, int mode) in ath5k_eeprom_read_pcal_info_5111()
1019 ath5k_eeprom_read_pcal_info_5112(struct ath5k_hw *ah, int mode) in ath5k_eeprom_read_pcal_info_5112()
1282 ath5k_eeprom_read_pcal_info_2413(struct ath5k_hw *ah, int mode) in ath5k_eeprom_read_pcal_info_2413()
1572 int mode; in ath5k_eeprom_read_pcal_info() local
[all …]
/openbmc/linux/include/linux/
H A Dproc_fs.h95 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument
97 #define proc_create_seq(name, mode, parent, ops) \ argument
102 #define proc_create_single(name, mode, parent, show) \ argument
131 #define proc_create_net(name, mode, parent, ops, state_size) \ argument
187 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode()
189 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) argument
190 #define proc_create_seq(name, mode, parent, ops) ({NULL;}) argument
191 #define proc_create_single(name, mode, parent, show) ({NULL;}) argument
192 #define proc_create_single_data(name, mode, parent, show, data) ({NULL;}) argument
215 #define proc_create_net(name, mode, parent, state_size, ops) ({NULL;}) argument
[all …]
H A Dwait_bit.h71 wait_on_bit(unsigned long *word, int bit, unsigned mode) in wait_on_bit()
96 wait_on_bit_io(unsigned long *word, int bit, unsigned mode) in wait_on_bit_io()
122 wait_on_bit_timeout(unsigned long *word, int bit, unsigned mode, in wait_on_bit_timeout()
151 unsigned mode) in wait_on_bit_action()
179 wait_on_bit_lock(unsigned long *word, int bit, unsigned mode) in wait_on_bit_lock()
203 wait_on_bit_lock_io(unsigned long *word, int bit, unsigned mode) in wait_on_bit_lock_io()
230 unsigned mode) in wait_on_bit_lock_action()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c1351 int mode, u64 value) in read_write_csr()
1756 int mode, u64 data) in access_misc_efuse_csr_parity_err_cnt()
2186 int mode, u64 data) in access_cce_csr_read_bad_addr_err_cnt()
2217 int mode, u64 data) in access_rx_csr_write_bad_addr_err_cnt()
2649 int mode, u64 data) in access_rx_rbuf_free_list_cor_err_cnt()
2658 int mode, u64 data) in access_rx_rbuf_free_list_unc_err_cnt()
2878 int mode, u64 data) in access_pio_vlf_v1_len_parity_err_cnt()
2914 int mode, u64 data) in access_pio_write_data_parity_err_cnt()
2923 int mode, u64 data) in access_pio_host_addr_mem_cor_err_cnt()
2932 int mode, u64 data) in access_pio_host_addr_mem_unc_err_cnt()
[all …]
/openbmc/u-boot/arch/arm/mach-versal/
H A Dmp.c28 void set_r5_halt_mode(u8 halt, u8 mode) in set_r5_halt_mode()
49 void set_r5_tcm_mode(u8 mode) in set_r5_tcm_mode()
67 void release_r5_reset(u8 mode) in release_r5_reset()
91 void initialize_tcm(bool mode) in initialize_tcm()
106 void tcm_init(u8 mode) in tcm_init()
/openbmc/linux/block/
H A Dioctl.c88 static int blk_ioctl_discard(struct block_device *bdev, blk_mode_t mode, in blk_ioctl_discard()
158 static int blk_ioctl_zeroout(struct block_device *bdev, blk_mode_t mode, in blk_ioctl_zeroout()
247 int blkdev_compat_ptr_ioctl(struct block_device *bdev, blk_mode_t mode, in blkdev_compat_ptr_ioctl()
261 static bool blkdev_pr_allowed(struct block_device *bdev, blk_mode_t mode) in blkdev_pr_allowed()
294 static int blkdev_pr_reserve(struct block_device *bdev, blk_mode_t mode, in blkdev_pr_reserve()
312 static int blkdev_pr_release(struct block_device *bdev, blk_mode_t mode, in blkdev_pr_release()
330 static int blkdev_pr_preempt(struct block_device *bdev, blk_mode_t mode, in blkdev_pr_preempt()
348 static int blkdev_pr_clear(struct block_device *bdev, blk_mode_t mode, in blkdev_pr_clear()
468 static int blkdev_bszset(struct block_device *bdev, blk_mode_t mode, in blkdev_bszset()
589 blk_mode_t mode = file_to_blk_mode(file); in blkdev_ioctl() local
[all …]
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-spi.c105 int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout, in cvmx_spi_start_interface()
150 int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_restart_interface()
195 int cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode) in cvmx_spi_reset_cb()
311 int cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode, in cvmx_spi_calendar_setup_cb()
430 int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_clock_detect_cb()
508 int cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_training_cb()
577 int cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_calendar_sync_cb()
633 int cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode) in cvmx_spi_interface_up_cb()
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_tags_inclusion.c22 static int verify_mte_pointer_validity(char *ptr, int mode) in verify_mte_pointer_validity()
49 static int check_single_included_tags(int mem_type, int mode) in check_single_included_tags()
81 static int check_multiple_included_tags(int mem_type, int mode) in check_multiple_included_tags()
113 static int check_all_included_tags(int mem_type, int mode) in check_all_included_tags()
139 static int check_none_included_tags(int mem_type, int mode) in check_none_included_tags()
H A Dcheck_buffer_fill.c28 static int check_buffer_by_byte(int mem_type, int mode) in check_buffer_by_byte()
63 static int check_buffer_underflow_by_byte(int mem_type, int mode, in check_buffer_underflow_by_byte()
158 static int check_buffer_overflow_by_byte(int mem_type, int mode, in check_buffer_overflow_by_byte()
261 static int check_buffer_by_block_iterate(int mem_type, int mode, size_t size) in check_buffer_by_block_iterate()
336 static int check_buffer_by_block(int mem_type, int mode) in check_buffer_by_block()
365 static int check_memory_initial_tags(int mem_type, int mode, int mapping) in check_memory_initial_tags()
/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc.c119 enum comm_dir mode) in ucc_set_qe_mux_rxtx()
488 static int ucc_get_tdm_rxtx_clk(enum comm_dir mode, u32 tdm_num, in ucc_get_tdm_rxtx_clk()
503 static u32 ucc_get_tdm_clk_shift(enum comm_dir mode, u32 tdm_num) in ucc_get_tdm_clk_shift()
517 enum comm_dir mode) in ucc_set_tdm_rxtx_clk()
549 enum comm_dir mode) in ucc_get_tdm_sync_source()
620 static u32 ucc_get_tdm_sync_shift(enum comm_dir mode, u32 tdm_num) in ucc_get_tdm_sync_shift()
631 enum comm_dir mode) in ucc_set_tdm_rxtx_sync()
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-tvaudio.c113 static void set_audio_start(struct cx88_core *core, u32 mode) in set_audio_start()
163 u32 mode) in set_audio_standard_BTSC()
272 static void set_audio_standard_NICAM(struct cx88_core *core, u32 mode) in set_audio_standard_NICAM()
373 static void set_audio_standard_A2(struct cx88_core *core, u32 mode) in set_audio_standard_A2()
814 u32 reg, mode, pilot; in cx88_get_stereo() local
881 void cx88_set_stereo(struct cx88_core *core, u32 mode, int manual) in cx88_set_stereo()
991 u32 mode = 0; in cx88_audio_thread() local
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_probe_helper.c70 drm_mode_validate_flag(const struct drm_display_mode *mode, in drm_mode_validate_flag()
89 drm_mode_validate_pipeline(struct drm_display_mode *mode, in drm_mode_validate_pipeline()
147 struct drm_display_mode *mode; in drm_helper_probe_add_cmdline_mode() local
180 const struct drm_display_mode *mode) in drm_crtc_mode_valid()
191 const struct drm_display_mode *mode) in drm_encoder_mode_valid()
204 struct drm_display_mode *mode, in drm_connector_mode_valid()
447 struct drm_display_mode *mode; in __drm_helper_update_and_validate() local
560 struct drm_display_mode *mode; in drm_helper_probe_single_connector_modes() local
1109 const struct drm_display_mode *mode, in drm_crtc_helper_mode_valid_fixed()
1175 struct drm_display_mode *mode; in drm_connector_helper_get_modes_fixed() local
[all …]
H A Ddrm_modes.c112 struct drm_display_mode *mode) in drm_mode_probed_add()
326 struct drm_display_mode *mode, in fill_analog_mode()
551 struct drm_display_mode *mode; in drm_analog_tv_mode() local
1805 struct drm_display_mode *mode, *t; in drm_mode_prune_invalid() local
1892 struct drm_display_mode *mode; in drm_connector_list_update() local
1956 struct drm_cmdline_mode *mode) in drm_mode_parse_cmdline_refresh()
1977 struct drm_cmdline_mode *mode) in drm_mode_parse_cmdline_extra()
2028 struct drm_cmdline_mode *mode) in drm_mode_parse_cmdline_res_mode()
2140 struct drm_cmdline_mode *mode) in drm_mode_parse_tv_mode()
2166 struct drm_cmdline_mode *mode) in drm_mode_parse_cmdline_options()
[all …]
/openbmc/linux/fs/
H A Dopen.c341 int ksys_fallocate(int fd, int mode, loff_t offset, loff_t len) in ksys_fallocate()
540 SYSCALL_DEFINE2(access, const char __user *, filename, int, mode) in SYSCALL_DEFINE2() argument
626 int chmod_common(const struct path *path, umode_t mode) in chmod_common()
656 int vfs_fchmod(struct file *file, umode_t mode) in vfs_fchmod()
662 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) in SYSCALL_DEFINE2() argument
702 umode_t, mode, unsigned int, flags) in SYSCALL_DEFINE4() argument
708 umode_t, mode) in SYSCALL_DEFINE3() argument
713 SYSCALL_DEFINE2(chmod, const char __user *, filename, umode_t, mode) in SYSCALL_DEFINE2() argument
1203 inline struct open_how build_open_how(int flags, umode_t mode) in build_open_how()
1392 const char *filename, int flags, umode_t mode) in file_open_root()
[all …]
/openbmc/linux/drivers/nfc/s3fwrn5/
H A Dphy_common.c29 bool s3fwrn5_phy_power_ctrl(struct phy_common *phy, enum s3fwrn5_mode mode) in s3fwrn5_phy_power_ctrl()
51 void s3fwrn5_phy_set_mode(void *phy_id, enum s3fwrn5_mode mode) in s3fwrn5_phy_set_mode()
66 enum s3fwrn5_mode mode; in s3fwrn5_phy_get_mode() local
/openbmc/linux/drivers/video/fbdev/core/
H A Dmodedb.c548 const struct fb_videomode *mode, unsigned int bpp) in fb_try_mode()
855 void fb_var_to_videomode(struct fb_videomode *mode, in fb_var_to_videomode()
903 const struct fb_videomode *mode) in fb_videomode_to_var()
967 struct fb_videomode *mode, *best = NULL; in fb_find_best_mode() local
998 const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode, in fb_find_nearest_mode()
1039 struct fb_videomode *m, mode; in fb_match_mode() local
1058 int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head) in fb_add_videomode()
1091 void fb_delete_videomode(const struct fb_videomode *mode, in fb_delete_videomode()
/openbmc/linux/fs/ramfs/
H 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 file *file, umode_t mode) in ramfs_tmpfile()

12345678910>>...133