Searched refs:ev_size (Results 1 – 2 of 2) sorted by relevance
99 int ev_size, fmt; in snd_seq_oss_write() local128 ev_size = LONG_EVENT_SIZE; in snd_seq_oss_write()129 if (count < ev_size) in snd_seq_oss_write()144 ev_size = SHORT_EVENT_SIZE; in snd_seq_oss_write()151 result += ev_size; in snd_seq_oss_write()152 buf += ev_size; in snd_seq_oss_write()153 count -= ev_size; in snd_seq_oss_write()
7834 size_t ev_size; in mgmt_device_found() local7905 ev_size = sizeof(*ev) + eir_len + scan_rsp_len; in mgmt_device_found()7907 mgmt_event(MGMT_EV_DEVICE_FOUND, hdev, ev, ev_size, NULL); in mgmt_device_found()