Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/include/linux/
A Ddebugfs.h131 (name, mode, parent, data, NULL, fops)
139 (name, mode, parent, data, aux, fops)
197 void debugfs_create_size_t(const char *name, umode_t mode,
199 void debugfs_create_atomic_t(const char *name, umode_t mode,
203 void debugfs_create_str(const char *name, umode_t mode,
210 void debugfs_create_regset32(const char *name, umode_t mode,
272 umode_t mode, struct dentry *parent, in debugfs_create_file_aux() argument
287 umode_t mode, struct dentry *parent, in debugfs_create_file_unsafe() argument
473 debugfs_create_file_aux(name, mode, parent, data, \
493 debugfs_create_x32(name, mode, parent, (u32 *)value); in debugfs_create_xul()
[all …]
A Dproc_fs.h102 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument
103 proc_create_seq_private(name, mode, parent, ops, 0, data)
104 #define proc_create_seq(name, mode, parent, ops) \ argument
105 proc_create_seq_private(name, mode, parent, ops, 0, NULL)
109 #define proc_create_single(name, mode, parent, show) \ argument
110 proc_create_single_data(name, mode, parent, show, NULL)
138 #define proc_create_net(name, mode, parent, ops, state_size) \ argument
139 proc_create_net_data(name, mode, parent, ops, state_size, NULL)
194 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode() argument
197 #define proc_create_seq(name, mode, parent, ops) ({NULL;}) argument
[all …]
A Dwait_bit.h24 typedef int wait_bit_action_f(struct wait_bit_key *key, int mode);
49 extern int bit_wait(struct wait_bit_key *key, int mode);
50 extern int bit_wait_io(struct wait_bit_key *key, int mode);
72 wait_on_bit(unsigned long *word, int bit, unsigned mode) in wait_on_bit() argument
79 mode); in wait_on_bit()
100 wait_on_bit_io(unsigned long *word, int bit, unsigned mode) in wait_on_bit_io() argument
107 mode); in wait_on_bit_io()
139 mode, timeout); in wait_on_bit_timeout()
162 unsigned mode) in wait_on_bit_action() argument
167 return out_of_line_wait_on_bit(word, bit, action, mode); in wait_on_bit_action()
[all …]
A Dfs_types.h30 #define S_DT(mode) (((mode) & S_IFMT) >> S_DT_SHIFT) argument
72 extern unsigned char fs_umode_to_ftype(umode_t mode);
73 extern unsigned char fs_umode_to_dtype(umode_t mode);
A Ddevice_cgroup.h41 static inline int devcgroup_inode_mknod(int mode, dev_t dev) in devcgroup_inode_mknod() argument
45 if (!S_ISBLK(mode) && !S_ISCHR(mode)) in devcgroup_inode_mknod()
48 if (S_ISCHR(mode) && dev == WHITEOUT_DEV) in devcgroup_inode_mknod()
51 if (S_ISBLK(mode)) in devcgroup_inode_mknod()
66 static inline int devcgroup_inode_mknod(int mode, dev_t dev) in devcgroup_inode_mknod() argument
A Dphylink.h98 static inline bool phylink_autoneg_inband(unsigned int mode) in phylink_autoneg_inband() argument
100 return mode == MLO_AN_INBAND; in phylink_autoneg_inband()
208 struct phy_device *phy, unsigned int mode,
267 int mac_prepare(struct phylink_config *config, unsigned int mode,
360 int mac_finish(struct phylink_config *config, unsigned int mode,
415 unsigned int mode, phy_interface_t interface,
746 #define __phylink_do_bit(op, bm, mode) \ argument
747 op(ETHTOOL_LINK_MODE_ ## mode ## _BIT, bm)
749 #define phylink_set(bm, mode) __phylink_do_bit(__set_bit, bm, mode) argument
750 #define phylink_clear(bm, mode) __phylink_do_bit(__clear_bit, bm, mode) argument
[all …]
A Dsysfb.h103 struct simplefb_platform_data *mode);
105 const struct simplefb_platform_data *mode,
111 struct simplefb_platform_data *mode) in sysfb_parse_mode() argument
117 const struct simplefb_platform_data *mode, in sysfb_create_simplefb() argument
A Dhrtimer.h235 clockid_t clock_id, enum hrtimer_mode mode);
238 clockid_t clock_id, enum hrtimer_mode mode);
240 enum hrtimer_mode mode);
250 u64 range_ns, const enum hrtimer_mode mode);
261 const enum hrtimer_mode mode) in hrtimer_start() argument
263 hrtimer_start_range_ns(timer, tim, 0, mode); in hrtimer_start()
270 enum hrtimer_mode mode) in hrtimer_start_expires() argument
277 hrtimer_start_range_ns(timer, soft, delta, mode); in hrtimer_start_expires()
281 enum hrtimer_mode mode);
376 const enum hrtimer_mode mode);
[all …]
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);
/include/trace/events/
A Dmigrate.h54 enum migrate_mode mode, int reason),
57 thp_split, large_folio_split, mode, reason),
66 __field( enum migrate_mode, mode)
77 __entry->mode = mode;
88 __print_symbolic(__entry->mode, MIGRATE_MODE),
94 TP_PROTO(enum migrate_mode mode, int reason),
96 TP_ARGS(mode, reason),
99 __field(enum migrate_mode, mode)
104 __entry->mode = mode;
109 __print_symbolic(__entry->mode, MIGRATE_MODE),
A Dhugetlbfs.h14 TP_ARGS(inode, dir, mode),
20 __field(__u16, mode)
27 __entry->mode = mode;
33 (unsigned long) __entry->dir, __entry->mode)
45 __field(__u16, mode)
55 __entry->mode = inode->i_mode;
119 TP_PROTO(struct inode *inode, int mode,
122 TP_ARGS(inode, mode, offset, len, ret),
127 __field(int, mode)
137 __entry->mode = mode;
[all …]
A Dspi.h52 __field(unsigned long, mode)
61 __entry->mode = spi->mode;
69 (__entry->mode & SPI_MODE_X_MASK),
70 (__entry->mode & SPI_CS_HIGH) ? "cs_high, " : "",
71 (__entry->mode & SPI_LSB_FIRST) ? "lsb, " : "",
72 (__entry->mode & SPI_3WIRE) ? "3wire, " : "",
73 (__entry->mode & SPI_LOOP) ? "loopback, " : "",
85 __field(unsigned long, mode)
92 __entry->mode = spi->mode;
99 (__entry->mode & SPI_CS_HIGH) ? ", cs_high" : "")
A Dtimer.h172 #define decode_hrtimer_mode(mode) \ argument
173 __print_symbolic(mode, \
196 enum hrtimer_mode mode),
198 TP_ARGS(hrtimer, clockid, mode),
203 __field( enum hrtimer_mode, mode )
209 __entry->mode = mode;
214 decode_hrtimer_mode(__entry->mode))
226 TP_ARGS(hrtimer, mode),
233 __field( enum hrtimer_mode, mode )
241 __entry->mode = mode;
[all …]
/include/drm/
A Ddrm_modes.h449 return mode->flags & DRM_MODE_FLAG_3D_MASK; in drm_mode_is_stereo()
465 const struct drm_display_mode *mode);
467 const struct drm_display_mode *mode);
469 const struct drm_display_mode *mode);
474 enum drm_connector_tv_mode mode,
530 void drm_mode_set_name(struct drm_display_mode *mode);
531 int drm_mode_vrefresh(const struct drm_display_mode *mode);
542 const struct drm_display_mode *mode);
555 const struct drm_display_mode *mode);
559 drm_mode_validate_ycbcr420(const struct drm_display_mode *mode,
[all …]
A Ddrm_modeset_helper_vtables.h83 void (*dpms)(struct drm_crtc *crtc, int mode);
147 const struct drm_display_mode *mode);
193 const struct drm_display_mode *mode,
211 int (*mode_set)(struct drm_crtc *crtc, struct drm_display_mode *mode,
492 const struct drm_display_mode *mode);
529 void (*dpms)(struct drm_encoder *encoder, int mode);
563 const struct drm_display_mode *mode);
606 const struct drm_display_mode *mode,
662 struct drm_display_mode *mode,
970 const struct drm_display_mode *mode);
[all …]
/include/linux/usb/
A Dpd_bdo.h20 #define BDO_MODE_MASK(mode) ((mode) & 0xf0000000) argument
/include/soc/fsl/qe/
A Ducc.h39 enum comm_dir mode);
41 enum comm_dir mode);
43 enum comm_dir mode);
/include/linux/soc/renesas/
A Drcar-rst.h6 int rcar_rst_read_mode_pins(u32 *mode);
9 static inline int rcar_rst_read_mode_pins(u32 *mode) { return -ENODEV; } in rcar_rst_read_mode_pins() argument
/include/uapi/linux/netfilter/
A Dxt_SECMARK.h18 __u8 mode; member
24 __u8 mode; member
A Dxt_hashlimit.h33 __u32 mode; /* bitmask of XT_HASHLIMIT_HASH_* */ member
57 __u32 mode; /* bitmask of XT_HASHLIMIT_HASH_* */ member
73 __u32 mode; /* bitmask of XT_HASHLIMIT_HASH_* */ member
87 __u32 mode; /* bitmask of XT_HASHLIMIT_HASH_* */ member
A Dxt_connmark.h24 __u8 mode; member
29 __u8 shift_dir, shift_bits, mode; member
/include/rdma/
A Drdma_counter.h23 enum rdma_nl_counter_mode mode; member
30 struct rdma_counter_mode mode; member
41 struct rdma_counter_mode mode; member
65 enum rdma_nl_counter_mode *mode,
/include/math-emu/
A Dsoft-fp.h193 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/uapi/linux/
A Duserfaultfd.h266 __u64 mode; member
287 __u64 mode; member
299 __u64 mode; member
325 __u64 mode; member
338 __u64 mode; member
350 __u64 mode; member
369 __u64 mode; member
/include/linux/soc/nxp/
A Dlpc32xx-misc.h16 extern void lpc32xx_set_phy_interface_mode(phy_interface_t mode);
25 static inline void lpc32xx_set_phy_interface_mode(phy_interface_t mode) in lpc32xx_set_phy_interface_mode() argument

Completed in 46 milliseconds

12345678910>>...14