Searched refs:fps (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dvideo1394.h57 unsigned int fps; member in struct:video1394_mmap
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dptrace.c378 struct fps { struct
388 } *fps = (struct fps *) addr; local
391 if (copy_to_user(&fps->regs[0], fpregs,
393 __put_user(child->thread.xfsr[0], (&fps->fsr)) ||
394 __put_user(0, (&fps->fpqd)) ||
395 __put_user(0, (&fps->flags)) ||
396 __put_user(0, (&fps->extra)) ||
397 clear_user(&fps->fpq[0], 32 * sizeof(unsigned int))) {
406 struct fps { struct
409 } *fps = (struct fps *) addr; local
423 struct fps { struct
433 } *fps = (struct fps *) addr; local
453 struct fps { struct
456 } *fps = (struct fps *) addr; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dptrace.c423 struct fps { struct
433 } *fps = (struct fps *) addr; local
436 i = verify_area(VERIFY_WRITE, fps, sizeof(struct fps));
442 __put_user(child->thread.float_regs[i], (&fps->regs[i]));
443 __put_user(child->thread.fsr, (&fps->fsr));
444 __put_user(child->thread.fpqdepth, (&fps->fpqd));
445 __put_user(0, (&fps->flags));
446 __put_user(0, (&fps
457 struct fps { struct
467 } *fps = (struct fps *) addr; local
[all...]
H A Dprocess.c86 static unsigned long fps; local
101 fps = (fps + (faults - last_faults)) >> 1;
103 if (fps >= SUN4C_FAULT_HIGH) {
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Drcamd.h24 unsigned short fps; member in struct:PrefData
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dkonicawc.c72 static int speed = 6; /* Speed (fps) 0 (slowest) to 6 (fastest) */
83 * real fps.
569 static int konicawc_find_fps(int size, int fps) argument
573 fps *= 3;
574 DEBUG(1, "konica_find_fps: size = %d fps = %d", size, fps);
575 if(fps <= spd_to_fps[size][0])
578 if(fps >= spd_to_fps[size][MAX_SPEED])
582 if((fps >= spd_to_fps[size][i]) && (fps <
601 int fps = vw->flags; local
[all...]
H A Dpwc-ctrl.c224 int ret, fps; local
249 fps = frames2table[frames];
250 pEntry = &Nala_table[size][fps];
292 int ret, fps; local
298 fps = (frames / 5) - 1;
308 pChoose = &Timon_table[size][fps][0];
312 pChoose = &Timon_table[size][fps][compression];
349 int fps, ret; local
356 fps = (frames / 5) - 1;
366 pChoose = &Kiara_table[size][fps][
[all...]
H A Dpwc-if.c1350 int fps, snapshot, ret; local
1355 fps = (vw.flags & PWC_FPS_FRMASK) >> PWC_FPS_SHIFT;
1357 if (fps == 0)
1358 fps = pdev->vframes;
1359 if (pdev->view.x == vw.width && pdev->view.y && fps == pdev->vframes && snapshot == pdev->vsnapshot)
1361 ret = pwc_try_video_mode(pdev, vw.width, vw.height, fps, pdev->vcompression, snapshot);
1937 static int fps = 0; variable
1947 MODULE_PARM(fps, "i");
1948 MODULE_PARM_DESC(fps, "Initial frames per second. Varies with model, useful range 5-30");
1977 if (fps) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dcpia.h249 int fps; /* actual fps reported by the camera */ member in struct:cam_data
H A Dpms.c473 int fps=(standard==1)?30:25; local
476 fps=fps/frr;
477 mvv_write(0x14,0x80|fps);
H A Dcpia.c306 out += sprintf(out, "actual_fps: %3d\n", cam->fps);
1951 cam->fps = ibuf[41];
3117 /* Set Sensor FPS to 15fps. This seems better than 30fps

Completed in 170 milliseconds