Home
last modified time | relevance | path

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

/drivers/staging/ozwpan/
Dozpd.h107 void oz_pd_heartbeat(struct oz_pd *pd, u16 apps);
108 int oz_services_start(struct oz_pd *pd, u16 apps, int resume);
109 void oz_services_stop(struct oz_pd *pd, u16 apps, int pause);
Dozpd.c236 int oz_services_start(struct oz_pd *pd, u16 apps, int resume) in oz_services_start() argument
240 oz_trace("oz_services_start(0x%x) resume(%d)\n", apps, resume); in oz_services_start()
242 if (apps & (1<<ai->app_id)) { in oz_services_start()
261 void oz_services_stop(struct oz_pd *pd, u16 apps, int pause) in oz_services_stop() argument
264 oz_trace("oz_stop_services(0x%x) pause(%d)\n", apps, pause); in oz_services_stop()
266 if (apps & (1<<ai->app_id)) { in oz_services_stop()
282 void oz_pd_heartbeat(struct oz_pd *pd, u16 apps) in oz_pd_heartbeat() argument
287 if (ai->heartbeat && (apps & (1<<ai->app_id))) { in oz_pd_heartbeat()
Dozproto.c127 put_unaligned(cpu_to_le16(pd->total_apps), &body->apps); in oz_send_conn_rsp()
235 new_apps &= le16_to_cpu(get_unaligned(&body->apps)); in oz_connect_req()
501 u16 apps = 0; in oz_pd_handle_timer() local
505 apps = pd->total_apps; in oz_pd_handle_timer()
507 if (apps) in oz_pd_handle_timer()
508 oz_pd_heartbeat(pd, apps); in oz_pd_handle_timer()
Dozprotocol.h79 u16 apps; member
109 u16 apps; member
/drivers/staging/media/go7007/
Dgo7007.txt49 The example applications in apps/ and C header files in include/ are
215 should be tested with the "gorecord" application in the apps/ directory.
226 $ apps/gorecord -duration 60 capture.avi
448 application in the apps/ directory of this SDK:
450 $ apps/gorecord -vdevice /dev/video1 -noaudio test.avi
/drivers/staging/frontier/
DREADME28 A sysfs interface is perfect for simple userspace apps to do fun things with
/drivers/message/i2o/
DREADME.ioctl375 the select() interface to allow user apps to periodically poll
/drivers/media/video/
DKconfig633 Say Y here if you want to test video apps or debug V4L devices.