Lines Matching refs:mon_event_text

40 #define EVENT_MAX  (4*PAGE_SIZE / sizeof(struct mon_event_text))
56 struct mon_event_text { struct
105 static struct mon_event_text *
108 struct mon_text_ptr *p, const struct mon_event_text *ep);
110 struct mon_text_ptr *p, const struct mon_event_text *ep);
112 struct mon_text_ptr *p, const struct mon_event_text *ep);
114 struct mon_text_ptr *p, const struct mon_event_text *ep);
116 struct mon_text_ptr *p, const struct mon_event_text *ep);
118 struct mon_text_ptr *p, const struct mon_event_text *ep);
120 struct mon_text_ptr *p, const struct mon_event_text *ep);
131 static inline char mon_text_get_setup(struct mon_event_text *ep, in mon_text_get_setup()
145 static inline char mon_text_get_data(struct mon_event_text *ep, struct urb *urb, in mon_text_get_data()
196 struct mon_event_text *ep; in mon_text_event()
274 struct mon_event_text *ep; in mon_text_error()
304 static struct mon_event_text *mon_text_fetch(struct mon_reader_text *rp, in mon_text_fetch()
319 return list_entry(p, struct mon_event_text, e_link); in mon_text_fetch()
357 sizeof(struct mon_event_text), sizeof(long), 0, in mon_text_open()
398 struct mon_event_text *ep; in mon_text_read_t()
437 struct mon_event_text *ep; in mon_text_read_u()
480 static struct mon_event_text *mon_text_read_wait(struct mon_reader_text *rp, in mon_text_read_wait()
485 struct mon_event_text *ep; in mon_text_read_wait()
512 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_head_t()
530 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_head_u()
548 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_statset()
569 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_intstat()
576 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_isostat()
589 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_isodesc()
611 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_data()
648 struct mon_event_text *ep; in mon_text_release()
670 ep = list_entry(p, struct mon_event_text, e_link); in mon_text_release()
761 memset(mem, 0xe5, sizeof(struct mon_event_text)); in mon_text_ctor()