Searched defs:mode (Results 76 - 100 of 132) sorted by relevance

123456

/include/linux/mtd/
H A Dfsmc.h161 enum access_mode mode; member in struct:fsmc_nand_platform_data
H A Dmtd.h72 * @mode: operation mode
81 * mode = MTD_OPS_PLACE_OOB or MTD_OPS_RAW)
90 unsigned int mode; member in struct:mtd_oob_ops
232 struct notifier_block reboot_notifier; /* default mode before reboot */
H A Dnand.h215 #define NAND_SUBPAGE_READ(chip) ((chip->ecc.mode == NAND_ECC_SOFT) \
323 * @mode: ECC mode
350 nand_ecc_modes_t mode; member in struct:nand_ecc_ctrl
360 void (*hwctl)(struct mtd_info *mtd, int mode);
/include/linux/
H A Dproc_fs.h53 umode_t mode; member in struct:proc_dir_entry
109 extern struct proc_dir_entry *create_proc_entry(const char *name, umode_t mode,
111 struct proc_dir_entry *proc_create_data(const char *name, umode_t mode,
149 extern struct proc_dir_entry *proc_mkdir_mode(const char *name, umode_t mode,
152 static inline struct proc_dir_entry *proc_create(const char *name, umode_t mode, argument
155 return proc_create_data(name, mode, parent, proc_fops, NULL);
159 umode_t mode, struct proc_dir_entry *base,
162 struct proc_dir_entry *res=create_proc_entry(name,mode,base);
171 const char *name, umode_t mode, const struct file_operations *fops);
180 #define proc_net_fops_create(net, name, mode, fop
158 create_proc_read_entry(const char *name, umode_t mode, struct proc_dir_entry *base, read_proc_t *read_proc, void * data) argument
187 create_proc_entry(const char *name, umode_t mode, struct proc_dir_entry *parent) argument
189 proc_create(const char *name, umode_t mode, struct proc_dir_entry *parent, const struct file_operations *proc_fops) argument
195 proc_create_data(const char *name, umode_t mode, struct proc_dir_entry *parent, const struct file_operations *proc_fops, void *data) argument
207 proc_mkdir_mode(const char *name, umode_t mode, struct proc_dir_entry *parent) argument
210 create_proc_read_entry(const char *name, umode_t mode, struct proc_dir_entry *base, read_proc_t *read_proc, void * data) argument
[all...]
H A Dvia-core.h57 enum via_port_mode mode; member in struct:via_port_cfg
169 #define VDMA_MR_CHAIN 0x01 /* Chaining mode */
180 #define VDMA_TMR0 0xe30 /* Tile mode reg */
184 #define VDMA_PMR0 (0xe00 + 0x134) /* Pitch mode */
H A Dwait.h28 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);
588 unsigned int mode, void *key);
589 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key);
590 int wake_bit_function(wait_queue_t *wait, unsigned mode, in
634 wait_on_bit(void *word, int bit, int (*action)(void *), unsigned mode) argument
658 wait_on_bit_lock(void *word, int bit, int (*action)(void *), unsigned mode) argument
[all...]
H A Dcgroup.h280 * If not 0, file mode is set to this value, otherwise it will
283 umode_t mode; member in struct:cftype
H A Dinterrupt.h623 clockid_t which_clock, enum hrtimer_mode mode);
627 const enum hrtimer_mode mode)
629 return hrtimer_start(&ttimer->timer, time, mode);
626 tasklet_hrtimer_start(struct tasklet_hrtimer *ttimer, ktime_t time, const enum hrtimer_mode mode) argument
H A Dncp.h126 __u32 mode; member in struct:nw_nfs_info
H A Dnfs_fs.h74 * NFSv3/v4 Access mode cache entry
98 fmode_t mode; member in struct:nfs_open_context
378 extern struct nfs_open_context *nfs_find_open_context(struct inode *inode, struct rpc_cred *cred, fmode_t mode);
601 umode_t mode);
606 umode_t mode)
604 nfs3_proc_set_default_acl(struct inode *dir, struct inode *inode, umode_t mode) argument
H A Dscc.h53 PARAM_RETURN = 255 /* reset kiss mode */
90 CLK_BRG /* experimental fullduplex mode with DPLL/BRG for */
199 unsigned char fulldup; /* Full Duplex mode 0=CSMA 1=DUP 2=ALWAYS KEYED */
203 unsigned int idletime; /* Maximum idle time in ALWAYS KEYED mode (seconds) */
207 unsigned char mode; /* 'normal' or 'hwctrl' mode (unused) */ member in struct:scc_kiss
H A Dfuse.h106 __u32 mode; member in struct:fuse_attr
165 * FUSE_DONT_MASK: don't apply umask to file mode on create operations
344 __u32 mode; member in struct:fuse_mknod_in
351 __u32 mode; member in struct:fuse_mkdir_in
375 __u32 mode; member in struct:fuse_setattr_in
389 __u32 mode; member in struct:fuse_create_in
H A Dkvm_host.h127 int mode; member in struct:kvm_vcpu
166 return cmpxchg(&vcpu->mode, IN_GUEST_MODE, EXITING_GUEST_MODE);
647 * switches CPU into a guest mode. In fact switching to a guest mode
649 * addition CPU may stay in a guest mode for quite a long time (up to
650 * one time slice). Lets treat guest mode as quiescent state, just like
651 * we do with user-mode execution.
H A Dparport.h65 Nibble mode, byte mode, ECP, ECPRLE and EPP are their own
71 #define IEEE1284_MODE_BECP (1<<9) /* Bounded ECP mode */
264 int mode; member in struct:ieee1284_info
470 extern int parport_negotiate (struct parport *, int mode);
515 extern int parport_daisy_select (struct parport *port, int daisy, int mode);
/include/media/
H A Dv4l2-int-device.h149 enum v4l2_if_type_bt656_mode mode; member in struct:v4l2_if_type_bt656
/include/mtd/
H A Dmtd-abi.h55 * this mode implies %MTD_OPS_PLACE_OOB
75 * @mode: MTD mode (see "MTD operation modes")
89 __u8 mode; member in struct:mtd_write_req
115 #define MTD_NANDECC_PLACE 1 // Use the given placement in the structure (YAFFS1 legacy mode)
120 /* OTP mode selection */
177 /* Set OTP (One-Time Programmable) mode (factory vs. user) */
183 /* Lock a given range of user data (must be in mode %MTD_FILE_MODE_OTP_USER) */
189 /* Set MTD mode on a per-file-descriptor basis (see "MTD file modes") */
258 * @MTD_FILE_MODE_OTP_FACTORY: OTP enabled in factory mode
[all...]
/include/net/irda/
H A Dirlap.h212 int mode; /* IrLAP mode (primary, secondary or monitor) */ member in struct:irlap_cb
268 /* Return TRUE if the node is in primary mode (i.e. master)
/include/scsi/
H A Dlibfcoe.h53 * @FIP_ST_AUTO: determining whether to use FIP or non-FIP mode.
54 * @FIP_ST_NON_FIP: non-FIP mode selected.
55 * @FIP_ST_ENABLED: FIP mode selected.
56 * @FIP_ST_VNMP_START: VN2VN multipath mode start, wait
60 * @FIP_ST_VNMP_UP: VN2VN multipath mode operation
77 * The mode is the state that is to be entered after link up.
87 * @state: internal FIP state for network link and FIP or non-FIP mode.
88 * @mode: LLD-selected mode.
107 * @flogi_count: number of FLOGI attempts in AUTO mode
125 enum fip_state mode; member in struct:fcoe_ctlr
[all...]
/include/video/
H A Dw100fb.h104 /* Initial Video mode orientation flags */
145 struct w100_mode *mode; member in struct:w100fb_par
H A Dneomagic.h189 int mode; member in struct:__anon1894
/include/linux/spi/
H A Dspi.h41 * @mode: The spi mode defines how data is clocked out and in.
43 * The "active low" default for chipselect mode can be overridden
75 u8 mode; member in struct:spi_device
85 #define SPI_LOOP 0x20 /* loopback mode */
232 * @setup: updates the device mode and clocking records used by a
234 * must fail if an unrecognized or unsupported mode is requested.
295 /* spi_device.mode flags understood by this controller driver */
311 /* Setup mode and clock, etc (spi driver may call many times).
335 * + The message transfers use clock and SPI mode parameter
809 u8 mode; member in struct:spi_board_info
[all...]
/include/sound/
H A Dad1816a.h138 unsigned short mode; member in struct:snd_ad1816a
H A Dsfnt_info.h121 unsigned short mode; /* sample mode */ member in struct:soundfont_voice_info
148 char write_mode; /* write mode; normally 0 */
167 unsigned short mode_flags; /* mode flags */
200 int mode; member in struct:snd_emux_misc_mode
/include/drm/
H A Ddrm_mode.h45 /* Video mode flags */
69 /* Scaling mode options */
76 /* Dithering mode options */
122 struct drm_mode_modeinfo mode; member in struct:drm_mode_crtc
343 struct drm_mode_modeinfo mode; member in struct:drm_mode_mode_cmd
/include/linux/mfd/
H A Dwl1273-core.h169 /* I2S mode */
274 unsigned int mode; member in struct:wl1273_core

Completed in 393 milliseconds

123456