/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozpd.h | 118 void oz_pd_heartbeat(struct oz_pd *pd, u16 apps); 119 int oz_services_start(struct oz_pd *pd, u16 apps, int resume); 120 void oz_services_stop(struct oz_pd *pd, u16 apps, int pause);
|
D | ozpd.c | 193 int oz_services_start(struct oz_pd *pd, u16 apps, int resume) in oz_services_start() argument 197 oz_pd_dbg(pd, ON, "%s: (0x%x) resume(%d)\n", __func__, apps, resume); in oz_services_start() 199 if (g_app_if[i].start && (apps & (1 << i))) { in oz_services_start() 219 void oz_services_stop(struct oz_pd *pd, u16 apps, int pause) in oz_services_stop() argument 223 oz_pd_dbg(pd, ON, "%s: (0x%x) pause(%d)\n", __func__, apps, pause); in oz_services_stop() 225 if (g_app_if[i].stop && (apps & (1 << i))) { in oz_services_stop() 242 void oz_pd_heartbeat(struct oz_pd *pd, u16 apps) in oz_pd_heartbeat() argument 247 if (g_app_if[i].heartbeat && (apps & (1 << i))) { in oz_pd_heartbeat()
|
D | ozproto.c | 111 put_unaligned(cpu_to_le16(pd->total_apps), &body->apps); in oz_send_conn_rsp() 238 new_apps &= le16_to_cpu(get_unaligned(&body->apps)); in oz_connect_req() 499 u16 apps = 0; in oz_pd_heartbeat_handler() local 503 apps = pd->total_apps; in oz_pd_heartbeat_handler() 505 if (apps) in oz_pd_heartbeat_handler() 506 oz_pd_heartbeat(pd, apps); in oz_pd_heartbeat_handler()
|
D | ozprotocol.h | 83 u16 apps; member 114 u16 apps; member
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | Kconfig | 21 Say Y here if you want to test video apps or debug V4L devices.
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-nice-design.txt | 45 people were running number crunching apps at nice +19.) 80 run audio (and other multimedia) apps under RT priorities such as 105 and forcing audio apps to run under the more dangerous SCHED_FIFO
|
/linux-4.1.27/Documentation/dvb/ |
D | faq.txt | 19 apps/szap/szap, czap or tzap. You must supply a channel list 22 by running apps/scan/scan. If you run scan on an unknown network 23 you might have to supply some start data in apps/scan/initial.h.
|
/linux-4.1.27/Documentation/fb/ |
D | cmap_xfbdev.txt | 22 *. X11 apps do something like the following when trying to use grayscale.
|
D | deferred_io.txt | 39 apps to pretend to have a normal framebuffer but reswizzle for the device
|
/linux-4.1.27/Documentation/ia64/ |
D | efirtc.txt | 26 Because we wanted to minimize the impact on existing user-level apps using 118 As of today, none of the existing user-level apps supports this feature.
|
/linux-4.1.27/Documentation/filesystems/ |
D | relay.txt | 67 klog and relay-apps example code 73 The relay-apps example tarball, available on the relay sourceforge 80 The 'klog debugging functions' patch (klog.patch in the relay-apps 91 i.e. without using any of the relay-apps example code or klog, but 101 klog and the relay-apps examples can be found in the relay-apps 438 a separate array. See the 'reserve' example in the relay-apps tarball
|
D | 9p.txt | 152 (http://sf.net/apps/mediawiki/v9fs/index.php).
|
/linux-4.1.27/arch/openrisc/ |
D | README.openrisc | 89 running many standard linux apps.
|
/linux-4.1.27/Documentation/ |
D | pi-futex.txt | 38 I.e. critical RT apps often choose lock structures to protect critical 52 apps have a very fair expectation of being able to use locks, we've got
|
D | rpmsg.txt | 27 Users of those remote processors can either be userland apps (e.g. multimedia
|
/linux-4.1.27/Documentation/usb/ |
D | mtouchusb.txt | 40 touchscreen for embedded apps using QTEmbedded, DirectFB, etc. So I feel the
|
/linux-4.1.27/Documentation/video4linux/ |
D | si4713.txt | 172 The tool can be found in v4l-dvb repository under v4l2-apps/util directory.
|
/linux-4.1.27/arch/arc/ |
D | Kconfig | 372 This options allows a Linux userland apps to directly access
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README.ioctl | 375 the select() interface to allow user apps to periodically poll
|
/linux-4.1.27/Documentation/vm/ |
D | cleancache.txt | 275 apps that bypass the page cache (e.g. O_DIRECT).
|
/linux-4.1.27/Documentation/networking/ |
D | l2tp.txt | 36 apps should be unaffected as the original pppol2tp sockets API is
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 151 apps enhanced CPU power.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 464 ones by specifying mount option "serverino" - this is required for some apps
|
/linux-4.1.27/init/ |
D | Kconfig | 674 Say Y here if you are working with real-time apps or heavy loads
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 619 buffer pages, in order to save the resources. If your apps need
|
/linux-4.1.27/ |
D | CREDITS | 2478 D: Some of PAS 16 mixer & PCM support, inet6-apps
|
D | MAINTAINERS | 9948 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 197 6. You can use it as a sandbox for testing new apps.
|