Searched refs:pmode (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcbe_cpufreq.h15 int cbe_cpufreq_set_pmode(int cpu, unsigned int pmode);
18 int cbe_cpufreq_set_pmode_pmi(int cpu, unsigned int pmode);
H A Dcbe_cpufreq_pervasive.c53 int cbe_cpufreq_set_pmode(int cpu, unsigned int pmode) argument
72 out_be64(&mic_tm_regs->slow_fast_timer_0, MIC_Slow_Fast_Timer_table[pmode]);
73 out_be64(&mic_tm_regs->slow_fast_timer_1, MIC_Slow_Fast_Timer_table[pmode]);
75 out_be64(&mic_tm_regs->slow_next_timer_0, MIC_Slow_Next_Timer_table[pmode]);
76 out_be64(&mic_tm_regs->slow_next_timer_1, MIC_Slow_Next_Timer_table[pmode]);
81 /* set bits to next pmode */
82 value |= pmode;
87 /* wait until new pmode appears in status register */
89 while (value != pmode) {
H A Dcbe_cpufreq_pmi.c48 int cbe_cpufreq_set_pmode_pmi(int cpu, unsigned int pmode) argument
57 pmi_msg.data2 = pmode;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dfile_open.c41 static int win32_open(const char *filename_utf8, int oflag, int pmode) argument
58 fd = _wsopen(filename_w, oflag, SH_DENYNO, pmode);
66 return _sopen(filename_utf8, oflag, SH_DENYNO, pmode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dos_support.h49 int ff_win32_open(const char *filename, int oflag, int pmode);
H A Dos_support.c34 int ff_win32_open(const char *filename_utf8, int oflag, int pmode) argument
47 fd = _wopen(filename_w, oflag, pmode);
52 return open(filename_utf8, oflag, pmode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_modes.c897 struct drm_display_mode *pmode, *pt; local
900 list_for_each_entry_safe(pmode, pt, &connector->probed_modes,
905 if (drm_mode_equal(pmode, mode)) {
908 mode->status = pmode->status;
910 mode->type |= pmode->type;
911 list_del(&pmode->head);
912 drm_mode_destroy(connector->dev, pmode);
918 list_move_tail(&pmode->head, &connector->modes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstradis.c1531 struct video_play_mode pmode; local
1532 if (copy_from_user((void *)&pmode, arg,
1535 switch (pmode.mode) {
1537 if (pmode.p1 != VIDEO_MODE_NTSC &&
1538 pmode.p1 != VIDEO_MODE_PAL)
1540 set_out_format(saa, pmode.p1);
1544 pmode.p1 ? 0x8000 : 0x8080, 2);
1546 set_genlock_offset(saa, pmode.p2);
1552 saa->playmode = pmode.mode;
1559 if (saa->playmode == pmode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsacl.c181 pmode is the existing mode (we only want to overwrite part of this
184 static void access_flags_to_mode(__le32 ace_flags, int type, umode_t *pmode, argument
217 *pmode |= (S_IRWXUGO & (*pbits_to_set));
223 *pmode |= (S_IWUGO & (*pbits_to_set));
226 *pmode |= (S_IRUGO & (*pbits_to_set));
229 *pmode |= (S_IXUGO & (*pbits_to_set));
231 cFYI(DBG2, "access flags 0x%x mode now 0x%x", flags, *pmode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dfilefnwce.cpp37 int wxOpen(const wxChar *filename, int oflag, int WXUNUSED(pmode))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvideo/
H A Dusbvideo.h324 void usbvideo_TestPattern(struct uvd *uvd, int fullframe, int pmode);
H A Dusbvideo.c512 * pmode 0: fill the frame with solid blue color (like on VCR or TV)
518 void usbvideo_TestPattern(struct uvd *uvd, int fullframe, int pmode) argument
552 if (pmode == 1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dsme_api.h100 s8 sme_get_power_mode(void *pcore_data, u8 *pmode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.cpp128 int __cdecl chmod(const char *filename, int pmode) { argument
131 DWORD dwAttribs = (pmode & _S_IWRITE) ? FILE_ATTRIBUTE_NORMAL : FILE_ATTRIBUTE_READONLY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dsystem.h94 extern asmlinkage void c_backtrace(unsigned long fp, int pmode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h142 int wxOpen(const wxChar *filename, int oflag, int WXUNUSED(pmode));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvision/
H A Dusbvision-core.c405 * pmode 0: fill the frame with solid blue color (like on VCR or TV)
410 int fullframe, int pmode)
447 if (pmode == 1) {
409 usbvision_testpattern(struct usb_usbvision *usbvision, int fullframe, int pmode) argument

Completed in 206 milliseconds