Searched refs:handle_data (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | msft.c | 264 struct msft_monitor_advertisement_handle_data *handle_data; in msft_le_monitor_advertisement_cb() local 280 handle_data = kmalloc(sizeof(*handle_data), GFP_KERNEL); in msft_le_monitor_advertisement_cb() 281 if (!handle_data) { in msft_le_monitor_advertisement_cb() 286 handle_data->mgmt_handle = monitor->handle; in msft_le_monitor_advertisement_cb() 287 handle_data->msft_handle = rp->handle; in msft_le_monitor_advertisement_cb() 288 handle_data->cond_type = MSFT_MONITOR_ADVERTISEMENT_TYPE_PATTERN; in msft_le_monitor_advertisement_cb() 289 INIT_LIST_HEAD(&handle_data->list); in msft_le_monitor_advertisement_cb() 290 list_add(&handle_data->list, &msft->handle_map); in msft_le_monitor_advertisement_cb() 373 struct msft_monitor_advertisement_handle_data *handle_data; in msft_le_cancel_monitor_advertisement_cb() local 428 struct msft_monitor_advertisement_handle_data *handle_data; msft_remove_monitor_sync() local 511 struct msft_monitor_advertisement_handle_data *handle_data; msft_add_monitor_sync() local 671 struct msft_monitor_advertisement_handle_data *handle_data, *tmp; msft_do_close() local 928 msft_add_address_filter(struct hci_dev *hdev, u8 addr_type, bdaddr_t *bdaddr, struct msft_monitor_advertisement_handle_data *handle_data) msft_add_address_filter() argument 977 struct msft_monitor_advertisement_handle_data *handle_data; msft_monitor_device_evt() local [all...] |
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | hilkbd.c | 145 static inline void handle_data(unsigned char s, unsigned char c) in handle_data() function 167 handle_data(s, c); in hil_interrupt()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | hilkbd.c | 145 static inline void handle_data(unsigned char s, unsigned char c) in handle_data() function 167 handle_data(s, c); in hil_interrupt()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_target.h | 671 void (*handle_data)(struct qla_tgt_cmd *); member
|
H A D | tcm_qla2xxx.c | 1571 .handle_data = tcm_qla2xxx_handle_data,
|
H A D | qla_target.c | 3392 vha->hw->tgt.tgt_ops->handle_data(cmd); in qlt_rdy_to_xfer() 3529 /* handle_data will load DIF error code */ in qlt_handle_dif_error() 3531 vha->hw->tgt.tgt_ops->handle_data(cmd); in qlt_handle_dif_error() 4039 ha->tgt.tgt_ops->handle_data(cmd); in qlt_do_ctio_completion()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_target.h | 685 void (*handle_data)(struct qla_tgt_cmd *); member
|
H A D | tcm_qla2xxx.c | 1524 .handle_data = tcm_qla2xxx_handle_data,
|
H A D | qla_target.c | 3426 vha->hw->tgt.tgt_ops->handle_data(cmd); in qlt_rdy_to_xfer() 3563 /* handle_data will load DIF error code */ in qlt_handle_dif_error() 3565 vha->hw->tgt.tgt_ops->handle_data(cmd); in qlt_handle_dif_error() 4087 ha->tgt.tgt_ops->handle_data(cmd); in qlt_do_ctio_completion()
|
Completed in 28 milliseconds