Symbol: handle_data
drivers/input/keyboard/hilkbd.c
167
handle_data(s, c);
drivers/scsi/qla2xxx/qla_os.c
1887
ha->tgt.tgt_ops->handle_data(cmd);
drivers/scsi/qla2xxx/qla_target.c
3406
vha->hw->tgt.tgt_ops->handle_data(cmd);
drivers/scsi/qla2xxx/qla_target.c
3544
vha->hw->tgt.tgt_ops->handle_data(cmd);
drivers/scsi/qla2xxx/qla_target.c
4347
ha->tgt.tgt_ops->handle_data(cmd);
drivers/scsi/qla2xxx/qla_target.c
6065
vha->hw->tgt.tgt_ops->handle_data(cmd);
drivers/scsi/qla2xxx/qla_target.h
686
void (*handle_data)(struct qla_tgt_cmd *);
drivers/scsi/qla2xxx/tcm_qla2xxx.c
1540
.handle_data = tcm_qla2xxx_handle_data,
net/bluetooth/msft.c
1007
handle_data->msft_handle);
net/bluetooth/msft.c
1011
if (ev->monitor_state && handle_data->cond_type ==
net/bluetooth/msft.c
1014
&ev->bdaddr, handle_data);
net/bluetooth/msft.c
263
struct msft_monitor_advertisement_handle_data *handle_data;
net/bluetooth/msft.c
279
handle_data = kmalloc_obj(*handle_data);
net/bluetooth/msft.c
280
if (!handle_data) {
net/bluetooth/msft.c
285
handle_data->mgmt_handle = monitor->handle;
net/bluetooth/msft.c
286
handle_data->msft_handle = rp->handle;
net/bluetooth/msft.c
287
handle_data->cond_type = MSFT_MONITOR_ADVERTISEMENT_TYPE_PATTERN;
net/bluetooth/msft.c
288
INIT_LIST_HEAD(&handle_data->list);
net/bluetooth/msft.c
289
list_add(&handle_data->list, &msft->handle_map);
net/bluetooth/msft.c
372
struct msft_monitor_advertisement_handle_data *handle_data;
net/bluetooth/msft.c
389
handle_data = msft_find_handle_data(hdev, monitor->handle, true);
net/bluetooth/msft.c
391
if (handle_data) {
net/bluetooth/msft.c
402
msft_monitor_device_del(hdev, handle_data->mgmt_handle,
net/bluetooth/msft.c
406
msft_handle = handle_data->msft_handle;
net/bluetooth/msft.c
408
list_del(&handle_data->list);
net/bluetooth/msft.c
409
kfree(handle_data);
net/bluetooth/msft.c
427
struct msft_monitor_advertisement_handle_data *handle_data;
net/bluetooth/msft.c
430
handle_data = msft_find_handle_data(hdev, monitor->handle, true);
net/bluetooth/msft.c
433
if (!handle_data)
net/bluetooth/msft.c
437
cp.handle = handle_data->msft_handle;
net/bluetooth/msft.c
510
struct msft_monitor_advertisement_handle_data *handle_data;
net/bluetooth/msft.c
565
handle_data = msft_find_handle_data(hdev, monitor->handle, true);
net/bluetooth/msft.c
566
if (!handle_data) {
net/bluetooth/msft.c
571
handle_data->rssi_high = cp->rssi_high;
net/bluetooth/msft.c
572
handle_data->rssi_low = cp->rssi_low;
net/bluetooth/msft.c
573
handle_data->rssi_low_interval = cp->rssi_low_interval;
net/bluetooth/msft.c
574
handle_data->rssi_sampling_period = cp->rssi_sampling_period;
net/bluetooth/msft.c
670
struct msft_monitor_advertisement_handle_data *handle_data, *tmp;
net/bluetooth/msft.c
682
list_for_each_entry_safe(handle_data, tmp, &msft->handle_map, list) {
net/bluetooth/msft.c
684
handle_data->mgmt_handle);
net/bluetooth/msft.c
689
list_del(&handle_data->list);
net/bluetooth/msft.c
690
kfree(handle_data);
net/bluetooth/msft.c
929
struct msft_monitor_advertisement_handle_data *handle_data)
net/bluetooth/msft.c
941
address_filter->pattern_handle = handle_data->msft_handle;
net/bluetooth/msft.c
942
address_filter->mgmt_handle = handle_data->mgmt_handle;
net/bluetooth/msft.c
943
address_filter->rssi_high = handle_data->rssi_high;
net/bluetooth/msft.c
944
address_filter->rssi_low = handle_data->rssi_low;
net/bluetooth/msft.c
945
address_filter->rssi_low_interval = handle_data->rssi_low_interval;
net/bluetooth/msft.c
946
address_filter->rssi_sampling_period = handle_data->rssi_sampling_period;
net/bluetooth/msft.c
976
struct msft_monitor_advertisement_handle_data *handle_data;
net/bluetooth/msft.c
990
handle_data = msft_find_handle_data(hdev, ev->monitor_handle, false);
net/bluetooth/msft.c
993
if (!handle_data)
net/bluetooth/msft.c
995
mgmt_handle = handle_data->mgmt_handle;
net/bluetooth/msft.c
999
if (handle_data) {