Searched defs:mode (Results 1 - 25 of 403) sorted by last modified time

1234567891011>>

/arch/powerpc/platforms/cell/spufs/
H A Dhw_ops.c261 static int spu_hw_set_mfc_query(struct spu_context * ctx, u32 mask, u32 mode) argument
272 out_be32(&prob->dma_querytype_RW, mode);
H A Dinode.c94 spufs_new_inode(struct super_block *sb, umode_t mode) argument
103 inode->i_mode = mode;
127 const struct file_operations *fops, umode_t mode,
137 inode = spufs_new_inode(sb, S_IFREG | mode);
200 const struct spufs_tree_descr *files, umode_t mode,
209 files->mode & mode, files->size, ctx);
248 umode_t mode)
254 inode = spufs_new_inode(dir->i_sb, mode | S_IFDIR);
283 mode, ct
126 spufs_new_file(struct super_block *sb, struct dentry *dentry, const struct file_operations *fops, umode_t mode, size_t size, struct spu_context *ctx) argument
199 spufs_fill_dir(struct dentry *dir, const struct spufs_tree_descr *files, umode_t mode, struct spu_context *ctx) argument
247 spufs_mkdir(struct inode *dir, struct dentry *dentry, unsigned int flags, umode_t mode) argument
422 spufs_create_context(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, int flags, umode_t mode, struct file *aff_filp) argument
480 spufs_mkgang(struct inode *dir, struct dentry *dentry, umode_t mode) argument
540 spufs_create_gang(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, umode_t mode) argument
561 spufs_create(struct path *path, struct dentry *dentry, unsigned int flags, umode_t mode, struct file *filp) argument
[all...]
H A Dspufs.h212 int (*set_mfc_query)(struct spu_context * ctx, u32 mask, u32 mode);
239 umode_t mode; member in struct:spufs_tree_descr
252 umode_t mode, struct file *filp);
H A Dsyscalls.c63 umode_t mode, struct file *neighbor)
72 ret = spufs_create(&path, dentry, flags, mode, neighbor);
62 do_spu_create(const char __user *pathname, unsigned int flags, umode_t mode, struct file *neighbor) argument
/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c88 int mode; /* current mode */ member in struct:pmac_i2c_bus
91 int polled; /* open mode */
223 * on udelay nor schedule when in polled mode !
340 /* Below should only happen in manual mode which we don't use ... */
406 /* Setup mode & subaddress if any */
407 switch(bus->mode) {
450 /* Enable interrupt if not using polled mode and interrupt is
585 bus->mode = pmac_i2c_mode_std;
662 u8 mode; member in struct:pmu_i2c_hdr
1119 pmac_i2c_setmode(struct pmac_i2c_bus *bus, int mode) argument
1348 pmac_i2c_do_set_mode(PMF_STD_ARGS, int mode) argument
[all...]
H A Dpfunc_core.c376 u32 mode = pmf_next32(cmd); local
378 LOG_PARSE("pmf: set_i2c_mode(mode: %d)\n", mode);
380 PMF_PARSE_CALL(set_i2c_mode, cmd, h, mode);
/arch/powerpc/platforms/pseries/
H A Dlparcfg.c698 umode_t mode = S_IRUSR | S_IRGRP | S_IROTH; local
702 mode |= S_IWUSR;
704 if (!proc_create("powerpc/lparcfg", mode, NULL, &lparcfg_fops)) {
/arch/powerpc/sysdev/
H A Dcpm1.c228 * Bit 25, FAM can also be set to use FEC aggressive mode (860T).
390 int cpm1_clk_setup(enum cpm_clk_target target, int clock, int mode) argument
505 if (mode == CPM_CLK_RTX) {
508 } else if (mode == CPM_CLK_RX) {
H A Dcpm2.c143 int cpm2_clk_setup(enum cpm_clk_target target, int clock, int mode) argument
259 if (mode == CPM_CLK_RTX) {
262 } else if (mode == CPM_CLK_RX) {
H A Dppc4xx_cpm.c125 static void cpm_idle_config(int mode) argument
129 if (idle_mode[mode].enabled)
135 idle_mode[mode].enabled = 1;
/arch/powerpc/sysdev/qe_lib/
H A Ducc.c118 enum comm_dir mode)
130 if (!((mode == COMM_DIR_RX) || (mode == COMM_DIR_TX)))
205 if (mode == COMM_DIR_RX)
117 ucc_set_qe_mux_rxtx(unsigned int ucc_num, enum qe_clock clock, enum comm_dir mode) argument
H A Ducc_fast.c96 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode) argument
105 if (mode & COMM_DIR_TX) {
109 if (mode & COMM_DIR_RX) {
117 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode) argument
126 if (mode & COMM_DIR_TX) {
130 if (mode & COMM_DIR_RX) {
265 gumr |= uf_info->mode;
308 /* Set Tsa or NMSI mode. */
H A Ducc_slow.c82 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode) argument
91 if (mode & COMM_DIR_TX) {
95 if (mode & COMM_DIR_RX) {
103 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode) argument
112 if (mode & COMM_DIR_TX) {
116 if (mode & COMM_DIR_RX) {
285 us_info->diag | us_info->mode;
312 /* Set Tsa or NMSI mode. */
/arch/powerpc/xmon/
H A Dxmon.c951 /* check we are in 64-bit kernel mode, translation enabled */
1139 int mode, i; local
1148 mode = 7;
1151 mode = 5;
1153 mode = 6;
1164 dabr.enabled = mode | BP_DABR;
1818 " r toggle reverse byte order mode\n"
1834 " v change to byte mode\n"
1835 " w change to word (2 byte) mode\n"
1836 " l change to long (4 byte) mode\
[all...]
/arch/s390/hypfs/
H A Dinode.c97 static struct inode *hypfs_make_inode(struct super_block *sb, umode_t mode) argument
104 ret->i_mode = mode;
108 if (S_ISDIR(mode))
337 char *data, umode_t mode)
348 inode = hypfs_make_inode(parent->d_sb, mode);
354 if (S_ISREG(mode)) {
360 } else if (S_ISDIR(mode)) {
336 hypfs_create_file(struct dentry *parent, const char *name, char *data, umode_t mode) argument
/arch/s390/include/asm/
H A Dcompat.h267 * A pointer passed in from user mode. This should not
308 compat_mode_t mode; member in struct:compat_ipc64_perm
H A Ddebug.h49 umode_t mode; member in struct:debug_info
100 int buf_size, umode_t mode, uid_t uid,
H A Druntime_instr.h30 __u32 mode : 4; member in struct:runtime_instr_cb
/arch/s390/include/uapi/asm/
H A Ddasd.h197 unsigned char operation:3; /* cache operation mode */
198 unsigned char reserved:5; /* cache operation mode */
229 __u8 mode:1; member in struct:dasd_snid_data::__anon2554
H A Dipcbuf.h21 __kernel_mode_t mode; member in struct:ipc64_perm
/arch/s390/kernel/
H A Ddebug.c76 int nr_areas, int buf_size, umode_t mode);
244 int buf_size, int level, int mode)
259 if((mode == ALL_AREAS) && (pages_per_area != 0)){
336 int buf_size, umode_t mode)
345 rc->mode = mode & ~S_IFMT;
375 debug_info_copy(debug_info_t* in, int mode) argument
384 in->nr_areas, in->buf_size, in->level, mode);
397 if (mode == NO_AREAS)
689 * The mode paramete
243 debug_info_alloc(const char *name, int pages_per_area, int nr_areas, int buf_size, int level, int mode) argument
335 debug_info_create(const char *name, int pages_per_area, int nr_areas, int buf_size, umode_t mode) argument
693 debug_register_mode(const char *name, int pages_per_area, int nr_areas, int buf_size, umode_t mode, uid_t uid, gid_t gid) argument
1104 umode_t mode; local
[all...]
H A Ddis.c1998 char *mode = user_mode(regs) ? "User" : "Krnl"; local
2023 printk("%s Code: Bad PSW.\n", mode);
2040 ptr += sprintf(ptr, "%s Code:", mode);
H A Ddumpstack.c144 char *mode; local
146 mode = user_mode(regs) ? "User" : "Krnl";
147 printk("%s PSW : %p %p", mode, (void *)regs->psw.mask, (void *)regs->psw.addr);
161 printk("\n%s GPRS: " FOURLONG, mode,
176 /* Show stack backtrace if pt_regs is from kernel mode */
H A Dtime.c119 static void s390_set_mode(enum clock_event_mode mode, argument
344 * the external time source. If the clock mode is local it will return
458 * 0 1 x 0 1 1 0 0 port 1 online and usable, ETR or PPS mode
459 * 0 1 x 0 1 1 0 1 port 1 online, usable and ETR mode
460 * 0 1 x 0 1 1 1 0 port 1 online, usable, PPS mode, in-sync
461 * 0 1 x 0 1 1 1 1 port 1 online, usable, ETR mode, in-sync
463 * 0 1 x 1 1 1 1 0 both ports online, port 1 usable, PPS mode, in-sync
464 * 0 1 x 1 1 1 1 1 both ports online, port 1 usable, ETR mode, in-sync
465 * 1 0 x 1 0 1 0 0 port 0 online and usable, ETR or PPS mode
466 * 1 0 x 1 0 1 0 1 port 0 online, usable and ETR mode
[all...]
/arch/s390/math-emu/
H A Dmath.c150 int mode; local
152 mode = current->thread.fp_regs.fpc & 3;
171 int mode; local
173 mode = current->thread.fp_regs.fpc & 3;
186 int mode; local
188 mode = current->thread.fp_regs.fpc & 3;
201 int mode; local
203 mode = current->thread.fp_regs.fpc & 3;
216 int mode; local
218 mode
418 int mode; local
434 int mode; local
448 int mode; local
463 int mode; local
485 int mode; local
505 int mode; local
525 int mode; local
545 int mode; local
559 int mode; local
573 int mode; local
587 int mode; local
660 int mode; local
678 int mode; local
692 int mode; local
709 int mode; local
734 int mode; local
754 int mode; local
773 int mode; local
789 int mode; local
805 int mode; local
821 int mode; local
836 int mode; local
849 int mode; local
863 int mode; local
888 int mode; local
906 int mode; local
925 int mode; local
950 int mode; local
968 int mode; local
987 int mode; local
1003 int mode; local
1018 int mode; local
1032 int mode; local
1052 int mode; local
1066 int mode; local
1081 int mode; local
1100 int mode; local
1118 int mode; local
1132 int mode; local
1146 int mode; local
1162 int mode; local
1178 int mode; local
1194 int mode; local
1210 int mode; local
1226 int mode; local
1242 int mode; local
1258 int mode; local
1274 int mode; local
1290 int mode; local
1318 int mode; local
1336 int mode; local
1350 int mode; local
1364 int mode; local
1378 int mode; local
1393 int mode; local
1414 int mode; local
1429 int mode; local
1444 int mode; local
1459 int mode; local
[all...]

Completed in 254 milliseconds

1234567891011>>