Searched refs:ev_size (Results 1 – 2 of 2) sorted by relevance
86 int ev_size, fmt; in snd_seq_oss_write() local115 ev_size = LONG_EVENT_SIZE; in snd_seq_oss_write()116 if (count < ev_size) in snd_seq_oss_write()131 ev_size = SHORT_EVENT_SIZE; in snd_seq_oss_write()138 result += ev_size; in snd_seq_oss_write()139 buf += ev_size; in snd_seq_oss_write()140 count -= ev_size; in snd_seq_oss_write()
7827 size_t ev_size; in mgmt_device_found() local7898 ev_size = sizeof(*ev) + eir_len + scan_rsp_len; in mgmt_device_found()7900 mgmt_event(MGMT_EV_DEVICE_FOUND, hdev, ev, ev_size, NULL); in mgmt_device_found()