/include/linux/ |
D | debugfs.h | 49 struct dentry *debugfs_create_file(const char *name, umode_t mode, 64 struct dentry *debugfs_create_u8(const char *name, umode_t mode, 66 struct dentry *debugfs_create_u16(const char *name, umode_t mode, 68 struct dentry *debugfs_create_u32(const char *name, umode_t mode, 70 struct dentry *debugfs_create_u64(const char *name, umode_t mode, 72 struct dentry *debugfs_create_x8(const char *name, umode_t mode, 74 struct dentry *debugfs_create_x16(const char *name, umode_t mode, 76 struct dentry *debugfs_create_x32(const char *name, umode_t mode, 78 struct dentry *debugfs_create_x64(const char *name, umode_t mode, 80 struct dentry *debugfs_create_size_t(const char *name, umode_t mode, [all …]
|
D | proc_fs.h | 57 umode_t mode; member 113 extern struct proc_dir_entry *create_proc_entry(const char *name, umode_t mode, 115 struct proc_dir_entry *proc_create_data(const char *name, umode_t mode, 153 extern struct proc_dir_entry *proc_mkdir_mode(const char *name, umode_t mode, 156 static inline struct proc_dir_entry *proc_create(const char *name, umode_t mode, in proc_create() argument 159 return proc_create_data(name, mode, parent, proc_fops, NULL); in proc_create() 163 umode_t mode, struct proc_dir_entry *base, in create_proc_read_entry() argument 166 struct proc_dir_entry *res=create_proc_entry(name,mode,base); in create_proc_read_entry() 175 const char *name, umode_t mode, const struct file_operations *fops); 187 #define proc_net_fops_create(net, name, mode, fops) ({ (void)(mode), NULL; }) argument [all …]
|
D | hrtimer.h | 339 enum hrtimer_mode mode); 343 enum hrtimer_mode mode); 349 enum hrtimer_mode mode) in hrtimer_init_on_stack() argument 351 hrtimer_init(timer, which_clock, mode); in hrtimer_init_on_stack() 358 const enum hrtimer_mode mode); 360 unsigned long range_ns, const enum hrtimer_mode mode); 364 const enum hrtimer_mode mode, int wakeup); 370 enum hrtimer_mode mode) in hrtimer_start_expires() argument 377 return hrtimer_start_range_ns(timer, soft, delta, mode); in hrtimer_start_expires() 432 const enum hrtimer_mode mode, [all …]
|
D | migrate.h | 17 enum migrate_mode mode); 20 enum migrate_mode mode); 38 enum migrate_mode mode) { return -ENOSYS; } in migrate_pages() argument 41 enum migrate_mode mode) { return -ENOSYS; } in migrate_huge_pages() argument
|
D | device_cgroup.h | 5 extern int devcgroup_inode_mknod(int mode, dev_t dev); 17 static inline int devcgroup_inode_mknod(int mode, dev_t dev) in devcgroup_inode_mknod() argument
|
D | wait.h | 28 typedef int (*wait_queue_func_t)(wait_queue_t *wait, unsigned mode, int flags, void *key); 29 int default_wake_function(wait_queue_t *wait, unsigned mode, int flags, void *key); 155 void __wake_up(wait_queue_head_t *q, unsigned int mode, int nr, void *key); 156 void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key); 157 void __wake_up_sync_key(wait_queue_head_t *q, unsigned int mode, int nr, 159 void __wake_up_locked(wait_queue_head_t *q, unsigned int mode, int nr); 160 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr); 651 unsigned int mode, void *key); 652 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key); 653 int wake_bit_function(wait_queue_t *wait, unsigned mode, int sync, void *key); [all …]
|
D | hwspinlock.h | 107 int mode, unsigned long *flags) in __hwspin_lock_timeout() argument 113 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() argument 119 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() argument
|
D | ipc.h | 16 __kernel_mode_t mode; member 96 umode_t mode; member
|
D | vt.h | 20 char mode; /* vt mode */ member 82 struct vt_mode mode; member
|
D | clockchips.h | 93 enum clock_event_mode mode; member 98 void (*set_mode)(enum clock_event_mode mode, 144 enum clock_event_mode mode);
|
D | dlm.h | 194 int mode, 202 void (*bast) (void *astarg, int mode));
|
/include/drm/ |
D | drm_crtc_helper.h | 52 void (*dpms)(struct drm_crtc *crtc, int mode); 58 struct drm_display_mode *mode, 61 int (*mode_set)(struct drm_crtc *crtc, struct drm_display_mode *mode, 80 void (*dpms)(struct drm_encoder *encoder, int mode); 85 struct drm_display_mode *mode, 90 struct drm_display_mode *mode, 103 struct drm_display_mode *mode); 111 struct drm_display_mode *mode, 117 extern void drm_helper_connector_dpms(struct drm_connector *connector, int mode);
|
D | drm_encoder_slave.h | 53 void (*dpms)(struct drm_encoder *encoder, int mode); 57 struct drm_display_mode *mode, 60 struct drm_display_mode *mode); 62 struct drm_display_mode *mode,
|
/include/math-emu/ |
D | soft-fp.h | 193 typedef int SItype __attribute__((mode(SI))); 194 typedef int DItype __attribute__((mode(DI))); 195 typedef unsigned int USItype __attribute__((mode(SI))); 196 typedef unsigned int UDItype __attribute__((mode(DI))); 198 typedef unsigned int UHWtype __attribute__((mode(HI)));
|
/include/net/9p/ |
D | client.h | 187 int mode; member 226 int p9_client_open(struct p9_fid *fid, int mode); 227 int p9_client_fcreate(struct p9_fid *fid, char *name, u32 perm, int mode, 232 int p9_client_create_dotl(struct p9_fid *ofid, char *name, u32 flags, u32 mode, 252 int p9_client_mknod_dotl(struct p9_fid *oldfid, char *name, int mode, 254 int p9_client_mkdir_dotl(struct p9_fid *fid, char *name, int mode,
|
/include/linux/i2c/ |
D | tps65010.h | 147 extern int tps65010_set_led(unsigned led, unsigned mode); 157 extern int tps65010_set_low_pwr(unsigned mode); 168 extern int tps65013_set_low_pwr(unsigned mode);
|
/include/sound/ |
D | emu8000.h | 111 void snd_emu8000_dma_chan(struct snd_emu8000 *emu, int ch, int mode); 118 int snd_emu8000_load_chorus_fx(struct snd_emu8000 *emu, int mode, const void __user *buf, long len); 119 int snd_emu8000_load_reverb_fx(struct snd_emu8000 *emu, int mode, const void __user *buf, long len);
|
/include/linux/netfilter/ |
D | xt_policy.h | 24 mode:1, member 57 __u8 mode; member
|
D | xt_hashlimit.h | 23 __u32 mode; /* bitmask of XT_HASHLIMIT_HASH_* */ member 47 __u32 mode; /* bitmask of XT_HASHLIMIT_HASH_* */ member
|
D | xt_CONNSECMARK.h | 12 __u8 mode; member
|
D | xt_SECMARK.h | 17 __u8 mode; member
|
/include/linux/hsi/ |
D | hsi_char.h | 51 uint32_t mode; member 57 uint32_t mode; member
|
/include/linux/usb/ |
D | musb.h | 39 enum musb_buf_mode mode; member 47 .mode = m, \ 100 u8 mode; member
|
/include/linux/mtd/ |
D | ubi.h | 198 struct ubi_volume_desc *ubi_open_volume(int ubi_num, int vol_id, int mode); 200 int mode); 201 struct ubi_volume_desc *ubi_open_volume_path(const char *pathname, int mode);
|
/include/linux/netfilter_ipv4/ |
D | ipt_ttl.h | 18 __u8 mode; member
|