Home
last modified time | relevance | path

Searched defs:bus (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c98 usb_root_mount_rel(struct usb_bus *bus) in usb_root_mount_rel()
118 struct usb_bus *bus = (struct usb_bus *)device_get_ivars(dev); in usb_attach() local
154 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_detach() local
216 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_suspend() local
244 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_resume() local
270 usb_bus_reset_async_locked(struct usb_bus *bus) in usb_bus_reset_async_locked()
294 struct usb_bus *bus = device_get_softc(dev); in usb_shutdown() local
329 struct usb_bus *bus; in usb_bus_explore() local
391 struct usb_bus *bus; in usb_bus_detach() local
425 struct usb_bus *bus; in usb_bus_suspend() local
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstbus.c164 GstBus *bus = GST_BUS_CAST (object); in gst_bus_set_property() local
179 GstBus *bus = GST_BUS_CAST (object); in gst_bus_constructed() local
249 gst_bus_init (GstBus * bus) in gst_bus_init()
262 GstBus *bus = GST_BUS (object); in gst_bus_dispose() local
289 GstBus *bus = GST_BUS (object); in gst_bus_finalize() local
329 gst_bus_post (GstBus * bus, GstMessage * message) in gst_bus_post()
453 gst_bus_have_pending (GstBus * bus) in gst_bus_have_pending()
475 gst_bus_set_flushing (GstBus * bus, gboolean flushing) in gst_bus_set_flushing()
520 gst_bus_timed_pop_filtered (GstBus * bus, GstClockTime timeout, in gst_bus_timed_pop_filtered()
634 gst_bus_timed_pop (GstBus * bus, GstClockTime timeout) in gst_bus_timed_pop()
[all …]
Dgstbus.h36 #define GST_BUS(bus) (G_TYPE_CHECK_INSTANCE_CAST ((bus), GST_TYPE_BUS, GstBus)) argument
37 #define GST_IS_BUS(bus) (G_TYPE_CHECK_INSTANCE_TYPE ((bus), GST_TYPE_BUS)) argument
40 #define GST_BUS_GET_CLASS(bus) (G_TYPE_INSTANCE_GET_CLASS ((bus), GST_TYPE_BUS, GstBusClass)) argument
41 #define GST_BUS_CAST(bus) ((GstBus*)(bus)) argument
/third_party/gstreamer/gstplugins_base/tests/icles/playback/
Dtest7.c57 warning_cb (GstBus * bus, GstMessage * msg, gpointer foo) in warning_cb()
71 error_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_cb()
87 eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in eos_cb()
94 new_clock_cb (GstBus * bus, GstMessage * msg, gpointer nothing) in new_clock_cb()
103 clock_lost_cb (GstBus * bus, GstMessage * msg, GstElement * playbin) in clock_lost_cb()
129 GstBus *bus; in main() local
Ddecodetest.c23 warning_cb (GstBus * bus, GstMessage * msg, gpointer foo) in warning_cb()
37 error_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_cb()
53 eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in eos_cb()
60 state_cb (GstBus * bus, GstMessage * msg, GstElement * pipeline) in state_cb()
108 GstBus *bus; in main() local
Dtest3.c50 warning_cb (GstBus * bus, GstMessage * msg, gpointer foo) in warning_cb()
64 error_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_cb()
80 eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in eos_cb()
93 GstBus *bus; in main() local
Dtest2.c24 error_eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_eos_cb()
34 GstBus *bus; in main() local
Dtest4.c30 error_eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_eos_cb()
40 GstBus *bus; in main() local
/third_party/toybox/toys/other/
Di2ctools.c87 static int i2c_open(int bus, int slave, int chip) in i2c_open()
97 static unsigned long i2c_get_funcs(int bus) in i2c_get_funcs()
122 static void i2cdetect_dash_F(int bus) in i2cdetect_dash_F()
155 int bus; in i2cdetect_dash_l() local
188 int bus, first = 0x03, last = 0x77, fd, row, addr, byte; in i2cdetect_main() local
235 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); in i2cdump_main() local
261 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); in i2cget_main() local
280 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); in i2cset_main() local
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbin.c30 pop_async_done (GstBus * bus) in pop_async_done()
45 pop_latency (GstBus * bus) in pop_latency()
60 pop_state_changed (GstBus * bus, int count) in pop_state_changed()
249 GstBus *bus; in GST_START_TEST() local
306 GstBus *bus; in GST_START_TEST() local
368 GstBus *bus; in GST_START_TEST() local
428 GstBus *bus; in GST_START_TEST() local
472 GstBus *bus; in GST_START_TEST() local
538 GstBus *bus; in GST_START_TEST() local
697 GstBus *bus; in GST_START_TEST() local
[all …]
Dgstcontext.c155 GstBus *bus; in GST_START_TEST() local
194 sync_handler (GstBus * bus, GstMessage * message, gpointer user_data) in sync_handler()
213 GstBus *bus; in GST_START_TEST() local
248 GstBus *bus; in GST_START_TEST() local
290 GstBus *bus; in GST_START_TEST() local
326 GstBus *bus; in GST_START_TEST() local
372 GstBus *bus; in GST_START_TEST() local
Dgstbus.c109 message_func_eos (GstBus * bus, GstMessage * message, guint * p_counter) in message_func_eos()
129 message_func_app (GstBus * bus, GstMessage * message, guint * p_counter) in message_func_app()
293 dummy_bus_func (GstBus * bus, GstMessage * msg, gpointer user_data) in dummy_bus_func()
320 message_func (GstBus * bus, GstMessage * message, gpointer data) in message_func()
446 message_check_func (GstBus * bus, GstMessage * message, gpointer data) in message_check_func()
705 GstBus *bus = GST_BUS_CAST (data); in pop_thread() local
742 cb_bus_call (GstBus * bus, GstMessage * msg, gpointer data) in cb_bus_call()
782 GstBus *bus; in GST_START_TEST() local
824 test_async_sync_handler (GstBus * bus, GstMessage * msg, gpointer user_data) in test_async_sync_handler()
905 GstBus *bus = gst_bus_new (); in GST_START_TEST() local
/third_party/FreeBSD/sys/dev/usb/
Dusb_bus.h39 struct usb_bus *bus; member
52 #define USB_BUS_TT_PROC(bus) USB_BUS_NON_GIANT_ISOC_PROC(bus) argument
53 #define USB_BUS_CS_PROC(bus) USB_BUS_NON_GIANT_ISOC_PROC(bus) argument
56 #define USB_BUS_GIANT_PROC(bus) (&(bus)->giant_callback_proc) argument
57 #define USB_BUS_NON_GIANT_ISOC_PROC(bus) (&(bus)->non_giant_isoc_callback_proc) argument
58 #define USB_BUS_NON_GIANT_BULK_PROC(bus) (&(bus)->non_giant_bulk_callback_proc) argument
59 #define USB_BUS_EXPLORE_PROC(bus) (&(bus)->explore_proc) argument
60 #define USB_BUS_CONTROL_XFER_PROC(bus) (&(bus)->control_xfer_proc) argument
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dvorbisdec.c35 element_message_cb (GstBus * bus, GstMessage * message, gpointer user_data) in element_message_cb()
47 eos_message_cb (GstBus * bus, GstMessage * message, gpointer user_data) in eos_message_cb()
57 GstBus *bus; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Dstepping2.c49 handle_sync_message (GstBus * bus, GstMessage * message, gpointer data) in handle_sync_message()
65 handle_message (GstBus * bus, GstMessage * message, gpointer data) in handle_message()
99 GstBus *bus; in main() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideomixer.c85 message_received (GstBus * bus, GstMessage * message, GstPipeline * bin) in message_received()
125 test_event_message_received (GstBus * bus, GstMessage * message, in test_event_message_received()
147 GstBus *bus; in GST_START_TEST() local
249 test_play_twice_message_received (GstBus * bus, GstMessage * message, in test_play_twice_message_received()
296 GstBus *bus; in GST_START_TEST() local
382 GstBus *bus; in GST_START_TEST() local
487 GstBus *bus; in GST_START_TEST() local
568 GstBus *bus; in GST_START_TEST() local
660 GstBus *bus; in GST_START_TEST() local
879 loop_segment_done (GstBus * bus, GstMessage * message, GstElement * bin) in loop_segment_done()
[all …]
Dlevel.c149 GstBus *bus; in GST_START_TEST() local
207 GstBus *bus; in GST_START_TEST() local
249 GstBus *bus; in GST_START_TEST() local
307 GstBus *bus; in GST_START_TEST() local
385 GstBus *bus; in GST_START_TEST() local
444 GstBus *bus; in GST_START_TEST() local
509 GstBus *bus; in GST_START_TEST() local
548 GstBus *bus; in GST_START_TEST() local
/third_party/gstreamer/gstreamer/tests/examples/streams/
Dstream-status.c5 event_loop (GstBus * bus, GstElement * pipe) in event_loop()
49 sync_bus_handler (GstBus * bus, GstMessage * message, GstElement * bin) in sync_bus_handler()
106 GstBus *bus; in main() local
Drtpool-test.c9 event_loop (GstBus * bus, GstElement * pipe) in event_loop()
54 sync_bus_handler (GstBus * bus, GstMessage * message, GstElement * bin) in sync_bus_handler()
123 GstBus *bus; in main() local
/third_party/flutter/skia/src/core/
DSkMessageBus.h76 SkMessageBus<Message>* bus = SkMessageBus<Message>::Get(); in Inbox() local
84 SkMessageBus<Message>* bus = SkMessageBus<Message>::Get(); in ~Inbox() local
116 SkMessageBus<Message>* bus = SkMessageBus<Message>::Get(); in Post() local
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dadder.c126 message_received (GstBus * bus, GstMessage * message, GstPipeline * bin) in message_received()
233 test_event_message_received (GstBus * bus, GstMessage * message, in test_event_message_received()
254 GstBus *bus; in GST_START_TEST() local
343 test_play_twice_message_received (GstBus * bus, GstMessage * message, in test_play_twice_message_received()
381 GstBus *bus; in GST_START_TEST() local
439 GstBus *bus; in GST_START_TEST() local
518 GstBus *bus; in GST_START_TEST() local
600 GstBus *bus; in GST_START_TEST() local
666 GstBus *bus; in GST_START_TEST() local
750 GstBus *bus; in GST_START_TEST() local
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dkate.c295 GstBus *bus; in GST_START_TEST() local
333 GstBus *bus; in GST_START_TEST() local
437 GstBus *bus; in GST_START_TEST() local
480 GstBus *bus; in GST_START_TEST() local
534 GstBus *bus; in GST_START_TEST() local
586 GstBus *bus; in GST_START_TEST() local
692 GstBus *bus; in GST_START_TEST() local
747 GstBus *bus; in GST_START_TEST() local
810 GstBus *bus; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/
Ddynamicprops.py8 def bus_call(bus, msg, *args): argument
47 bus = pipeline.get_bus() variable
/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsink-src2.c70 on_source_message (GstBus * bus, GstMessage * message, ProgramData * data) in on_source_message()
94 on_sink_message (GstBus * bus, GstMessage * message, ProgramData * data) in on_sink_message()
117 GstBus *bus = NULL; in main() local
/third_party/gstreamer/gstreamer/tests/check/libs/
Dbasesink.c31 GstBus *bus; in GST_START_TEST() local
82 GstBus *bus; in GST_START_TEST() local
124 GstBus *bus; in GST_START_TEST() local
195 GstBus *bus; in GST_START_TEST() local

12345678910>>...14