Home
last modified time | relevance | path

Searched refs:apps (Results 1 – 28 of 28) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozpd.h118 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);
Dozpd.c193 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()
Dozproto.c111 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()
Dozprotocol.h83 u16 apps; member
114 u16 apps; member
/linux-4.1.27/drivers/media/platform/vivid/
DKconfig21 Say Y here if you want to test video apps or debug V4L devices.
/linux-4.1.27/Documentation/scheduler/
Dsched-nice-design.txt45 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/
Dfaq.txt19 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/
Dcmap_xfbdev.txt22 *. X11 apps do something like the following when trying to use grayscale.
Ddeferred_io.txt39 apps to pretend to have a normal framebuffer but reswizzle for the device
/linux-4.1.27/Documentation/ia64/
Defirtc.txt26 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/
Drelay.txt67 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
D9p.txt152 (http://sf.net/apps/mediawiki/v9fs/index.php).
/linux-4.1.27/arch/openrisc/
DREADME.openrisc89 running many standard linux apps.
/linux-4.1.27/Documentation/
Dpi-futex.txt38 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
Drpmsg.txt27 Users of those remote processors can either be userland apps (e.g. multimedia
/linux-4.1.27/Documentation/usb/
Dmtouchusb.txt40 touchscreen for embedded apps using QTEmbedded, DirectFB, etc. So I feel the
/linux-4.1.27/Documentation/video4linux/
Dsi4713.txt172 The tool can be found in v4l-dvb repository under v4l2-apps/util directory.
/linux-4.1.27/arch/arc/
DKconfig372 This options allows a Linux userland apps to directly access
/linux-4.1.27/drivers/staging/i2o/
DREADME.ioctl375 the select() interface to allow user apps to periodically poll
/linux-4.1.27/Documentation/vm/
Dcleancache.txt275 apps that bypass the page cache (e.g. O_DIRECT).
/linux-4.1.27/Documentation/networking/
Dl2tp.txt36 apps should be unaffected as the original pppol2tp sockets API is
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt151 apps enhanced CPU power.
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES464 ones by specifying mount option "serverino" - this is required for some apps
/linux-4.1.27/init/
DKconfig674 Say Y here if you are working with real-time apps or heavy loads
/linux-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt619 buffer pages, in order to save the resources. If your apps need
/linux-4.1.27/
DCREDITS2478 D: Some of PAS 16 mixer & PCM support, inet6-apps
DMAINTAINERS9948 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt197 6. You can use it as a sandbox for testing new apps.