/linux-6.6.21/drivers/gpu/drm/tests/ |
D | drm_cmdline_parser_test.c | 16 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 …]
|
D | drm_modes_test.c | 42 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
|
/linux-6.6.21/drivers/net/ethernet/brocade/bna/ |
D | bna.h | 114 #define is_xxx_enable(mode, bitmask, xxx) ((bitmask & xxx) && (mode & xxx)) argument 116 #define is_xxx_disable(mode, bitmask, xxx) ((bitmask & xxx) && !(mode & xxx)) argument 118 #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 139 #define is_promisc_disable(mode, bitmask) \ argument 142 #define promisc_enable(mode, bitmask) \ argument 145 #define promisc_disable(mode, bitmask) \ argument 148 #define promisc_inactive(mode, bitmask) \ argument [all …]
|
/linux-6.6.21/sound/soc/codecs/ |
D | wcd-clsh-v2.c | 14 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() 176 int mode, in wcd_clsh_buck_ctrl() 196 int mode, in wcd_clsh_v3_buck_ctrl() 225 int mode, in wcd_clsh_flyback_ctrl() 246 static void wcd_clsh_set_gain_path(struct wcd_clsh_ctrl *ctrl, int mode) in wcd_clsh_set_gain_path() 273 static void wcd_clsh_v2_set_hph_mode(struct snd_soc_component *comp, int mode) in wcd_clsh_v2_set_hph_mode() 318 int mode) in wcd_clsh_v3_set_hph_mode() [all …]
|
/linux-6.6.21/lib/xz/ |
D | xz_private.h | 70 # 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
|
/linux-6.6.21/arch/s390/boot/ |
D | vmem.c | 48 static inline void kasan_populate(unsigned long start, unsigned long end, enum populate_mode mode) in kasan_populate() 124 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() 167 static bool kasan_pte_populate_zero_shadow(pte_t *pte, enum populate_mode mode) in kasan_pte_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() 200 unsigned long end, enum populate_mode mode) in kasan_pmd_populate_zero_shadow() [all …]
|
/linux-6.6.21/kernel/sched/ |
D | wait_bit.c | 21 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 …]
|
D | wait.c | 80 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 …]
|
/linux-6.6.21/drivers/net/wireless/ath/ath5k/ |
D | eeprom.c | 41 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() 601 ath5k_eeprom_init_11bg_2413(struct ath5k_hw *ah, unsigned int mode, int offset) in ath5k_eeprom_init_11bg_2413() 667 ath5k_eeprom_free_pcal_info(struct ath5k_hw *ah, int mode) in ath5k_eeprom_free_pcal_info() 714 ath5k_eeprom_convert_pcal_info_5111(struct ath5k_hw *ah, int mode, in ath5k_eeprom_convert_pcal_info_5111() 796 ath5k_eeprom_read_pcal_info_5111(struct ath5k_hw *ah, int mode) in ath5k_eeprom_read_pcal_info_5111() 905 ath5k_eeprom_convert_pcal_info_5112(struct ath5k_hw *ah, int mode, in ath5k_eeprom_convert_pcal_info_5112() [all …]
|
/linux-6.6.21/include/linux/ |
D | proc_fs.h | 95 #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 179 static inline struct proc_dir_entry *_proc_mkdir(const char *name, umode_t mode, in _proc_mkdir() 185 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data() 187 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode() 188 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument 189 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) argument 190 #define proc_create_seq(name, mode, parent, ops) ({NULL;}) argument [all …]
|
D | debugfs.h | 190 static inline struct dentry *debugfs_create_file(const char *name, umode_t mode, in debugfs_create_file() 198 umode_t mode, struct dentry *parent, in debugfs_create_file_unsafe() 205 static inline void debugfs_create_file_size(const char *name, umode_t mode, in debugfs_create_file_size() 278 static inline void debugfs_create_u8(const char *name, umode_t mode, in debugfs_create_u8() 281 static inline void debugfs_create_u16(const char *name, umode_t mode, in debugfs_create_u16() 284 static inline void debugfs_create_u32(const char *name, umode_t mode, in debugfs_create_u32() 287 static inline void debugfs_create_u64(const char *name, umode_t mode, in debugfs_create_u64() 290 static inline void debugfs_create_ulong(const char *name, umode_t mode, in debugfs_create_ulong() 294 static inline void debugfs_create_x8(const char *name, umode_t mode, in debugfs_create_x8() 297 static inline void debugfs_create_x16(const char *name, umode_t mode, in debugfs_create_x16() [all …]
|
D | wait_bit.h | 71 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()
|
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | chip.c | 1351 int mode, u64 value) in read_write_csr() 1371 void *context, int vl, int mode, u64 data) in dev_access_u32_csr() 1388 void *context, int idx, int mode, u64 data) in access_sde_err_cnt() 1398 void *context, int idx, int mode, u64 data) in access_sde_int_cnt() 1408 void *context, int idx, int mode, u64 data) in access_sde_idle_int_cnt() 1418 void *context, int idx, int mode, in access_sde_progress_int_cnt() 1429 int vl, int mode, u64 data) in dev_access_u64_csr() 1450 int vl, int mode, u64 data) in dc_access_lcb_cntr() 1475 int vl, int mode, u64 data) in port_access_u32_csr() 1485 void *context, int vl, int mode, u64 data) in port_access_u64_csr() [all …]
|
/linux-6.6.21/block/ |
D | ioctl.c | 88 static int blk_ioctl_discard(struct block_device *bdev, blk_mode_t mode, in blk_ioctl_discard() 126 static int blk_ioctl_secure_erase(struct block_device *bdev, blk_mode_t mode, in blk_ioctl_secure_erase() 157 static int blk_ioctl_zeroout(struct block_device *bdev, blk_mode_t mode, in blk_ioctl_zeroout() 246 int blkdev_compat_ptr_ioctl(struct block_device *bdev, blk_mode_t mode, in blkdev_compat_ptr_ioctl() 260 static bool blkdev_pr_allowed(struct block_device *bdev, blk_mode_t mode) in blkdev_pr_allowed() 275 static int blkdev_pr_register(struct block_device *bdev, blk_mode_t mode, in blkdev_pr_register() 293 static int blkdev_pr_reserve(struct block_device *bdev, blk_mode_t mode, in blkdev_pr_reserve() 311 static int blkdev_pr_release(struct block_device *bdev, blk_mode_t mode, in blkdev_pr_release() 329 static int blkdev_pr_preempt(struct block_device *bdev, blk_mode_t mode, in blkdev_pr_preempt() 347 static int blkdev_pr_clear(struct block_device *bdev, blk_mode_t mode, in blkdev_pr_clear() [all …]
|
/linux-6.6.21/arch/mips/cavium-octeon/executive/ |
D | cvmx-spi.c | 105 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()
|
/linux-6.6.21/drivers/soc/fsl/qe/ |
D | ucc.c | 119 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()
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_modes.c | 58 void drm_mode_debug_printmodeline(const struct drm_display_mode *mode) in drm_mode_debug_printmodeline() 93 void drm_mode_destroy(struct drm_device *dev, struct drm_display_mode *mode) in drm_mode_destroy() 112 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 1268 void drm_mode_set_name(struct drm_display_mode *mode) in drm_mode_set_name() 1286 int drm_mode_vrefresh(const struct drm_display_mode *mode) in drm_mode_vrefresh() 1316 void drm_mode_get_hv_timing(const struct drm_display_mode *mode, in drm_mode_get_hv_timing() 1454 const struct drm_display_mode *mode) in drm_mode_duplicate() 1625 drm_mode_validate_basic(const struct drm_display_mode *mode) in drm_mode_validate_basic() [all …]
|
D | drm_probe_helper.c | 70 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() 437 struct drm_display_mode *mode; in __drm_helper_update_and_validate() local 550 struct drm_display_mode *mode; in drm_helper_probe_single_connector_modes() local 1089 const struct drm_display_mode *mode, in drm_crtc_helper_mode_valid_fixed() 1155 struct drm_display_mode *mode; in drm_connector_helper_get_modes_fixed() local [all …]
|
/linux-6.6.21/tools/testing/selftests/arm64/mte/ |
D | check_tags_inclusion.c | 22 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()
|
D | check_buffer_fill.c | 28 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()
|
/linux-6.6.21/drivers/media/pci/cx88/ |
D | cx88-tvaudio.c | 113 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
|
/linux-6.6.21/fs/ |
D | open.c | 244 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() 341 int ksys_fallocate(int fd, int mode, loff_t offset, loff_t len) in ksys_fallocate() 353 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument 359 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, compat_arg_u64_dual(offset), in COMPAT_SYSCALL_DEFINE6() argument 457 static long do_faccessat(int dfd, const char __user *filename, int mode, int flags) in do_faccessat() 529 SYSCALL_DEFINE3(faccessat, int, dfd, const char __user *, filename, int, mode) in SYSCALL_DEFINE3() argument 534 SYSCALL_DEFINE4(faccessat2, int, dfd, const char __user *, filename, int, mode, in SYSCALL_DEFINE4() argument 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() [all …]
|
/linux-6.6.21/fs/debugfs/ |
D | file.c | 420 static struct dentry *debugfs_create_mode_unsafe(const char *name, umode_t mode, in debugfs_create_mode_unsafe() 466 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() 614 void debugfs_create_ulong(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_ulong() 659 void debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x8() 677 void debugfs_create_x16(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x16() 695 void debugfs_create_x32(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x32() 713 void debugfs_create_x64(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x64() [all …]
|
/linux-6.6.21/drivers/video/fbdev/core/ |
D | modedb.c | 548 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()
|
/linux-6.6.21/fs/ramfs/ |
D | inode.c | 45 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()
|