Searched refs:_id_ (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/include/mach/ |
| H A D | mbox.h | 95 #define BCM2835_MBOX_INIT_TAG(_t_, _id_) { \ argument 96 (_t_)->tag_hdr.tag = BCM2835_MBOX_TAG_##_id_; \ 101 #define BCM2835_MBOX_INIT_TAG_NO_REQ(_t_, _id_) { \ argument 102 (_t_)->tag_hdr.tag = BCM2835_MBOX_TAG_##_id_; \
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-reg_event_handler.txt | 20 int *tep_register_event_handler*(struct tep_handle pass:[*]_tep_, int _id_, const char pass:[*]_sys… 30 The _tep_ argument is the trace event parser context. The _id_ argument is 33 If _id_ is >= 0, it is used to find the event, otherwise _sys_name_ and 44 is the trace event parser context. The _id_, _sys_name_, _event_name_, _func_,
|
| H A D | libtraceevent-event_find.txt | 15 struct tep_event pass:[*]*tep_find_event*(struct tep_handle pass:[*]_tep_, int _id_); 26 The _tep_find_event()_ function searches for an event by given event _id_. The
|
| H A D | libtraceevent.txt | 36 …int *tep_register_event_handler*(struct tep_handle pass:[*]_tep_, int _id_, const char pass:[*]_sy… 60 struct tep_event pass:[*]*tep_find_event*(struct tep_handle pass:[*]_tep_, int _id_);
|