Home
last modified time | relevance | path

Searched refs:ev_size (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/seq/oss/
H A Dseq_oss_rw.c86 int ev_size, fmt; in snd_seq_oss_write() local
115 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()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c91 int ev_size; in rtl_alloc_buff() local
104 ev_size = ALIGN(n, sizeof(unsigned long)); in rtl_alloc_buff()
109 RTKBT_DBG("alloc buffers %d, %d for ev and l2", ev_size, l2_size); in rtl_alloc_buff()
111 order = get_order(ev_size + l2_size); in rtl_alloc_buff()
117 memset((void *)addr, 0, ev_size + l2_size); in rtl_alloc_buff()
120 coex->buff_size = ev_size + l2_size; in rtl_alloc_buff()
128 addr2 = addr + ev_size; in rtl_alloc_buff()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c91 int ev_size; in rtl_alloc_buff() local
104 ev_size = ALIGN(n, sizeof(unsigned long)); in rtl_alloc_buff()
109 RTKBT_DBG("alloc buffers %d, %d for ev and l2", ev_size, l2_size); in rtl_alloc_buff()
111 order = get_order(ev_size + l2_size); in rtl_alloc_buff()
117 memset((void *)addr, 0, ev_size + l2_size); in rtl_alloc_buff()
120 coex->buff_size = ev_size + l2_size; in rtl_alloc_buff()
128 addr2 = addr + ev_size; in rtl_alloc_buff()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dmgmt.c8781 size_t ev_size; in mgmt_device_found() local
8855 ev_size = sizeof(*ev) + eir_len + scan_rsp_len; in mgmt_device_found()
8857 mgmt_event(MGMT_EV_DEVICE_FOUND, hdev, ev, ev_size, NULL); in mgmt_device_found()