/Linux-v6.6/drivers/acpi/pmic/ |
D | intel_pmic.c | 256 int intel_pmic_install_opregion_handler(struct device *dev, acpi_handle handle, in intel_pmic_install_opregion_handler()
|
D | tps68470_pmic.c | 374 acpi_handle handle = ACPI_HANDLE(pdev->dev.parent); in tps68470_pmic_opregion_probe() local
|
/Linux-v6.6/drivers/acpi/acpica/ |
D | dbdisply.c | 594 acpi_handle handle; in acpi_db_display_object_type() local
|
/Linux-v6.6/drivers/input/keyboard/ |
D | hilkbd.c | 155 static irqreturn_t hil_interrupt(int irq, void *handle) in hil_interrupt()
|
/Linux-v6.6/drivers/net/plip/ |
D | plip.c | 1173 plip_preempt(void *handle) in plip_preempt() 1189 plip_wakeup(void *handle) in plip_wakeup()
|
/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf.c | 133 dma_addr_t handle; member 159 dma_addr_t handle; member
|
/Linux-v6.6/include/net/bluetooth/ |
D | hci_core.h | 284 __u16 handle; member 307 __u16 handle; member 676 #define HCI_PHY_HANDLE(handle) (handle & 0xff) argument 699 __u16 handle; member 792 __u16 handle; member 1081 static inline __u8 hci_conn_lookup_type(struct hci_dev *hdev, __u16 handle) in hci_conn_lookup_type() 1150 __u16 handle) in hci_conn_hash_lookup_handle() 1248 __u8 handle) in hci_conn_hash_lookup_cig() 1271 __u8 handle) in hci_conn_hash_lookup_big() 1294 __u8 handle) in hci_conn_hash_lookup_big_any_dst()
|
/Linux-v6.6/kernel/power/ |
D | snapshot.c | 2244 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next() 2776 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next() 2863 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize() 2874 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()
|
/Linux-v6.6/drivers/gpu/drm/i915/gem/ |
D | i915_gem_execbuffer.c | 47 u32 handle; member 838 u32 handle, struct i915_vma *vma) in __eb_add_lut() 887 static struct i915_vma *eb_lookup_vma(struct i915_execbuffer *eb, u32 handle) in eb_lookup_vma() 1063 eb_get_vma(const struct i915_execbuffer *eb, unsigned long handle) in eb_get_vma()
|
/Linux-v6.6/drivers/platform/x86/ |
D | mlx-platform.c | 2375 mlxplat_mlxcpld_l1_switch_pwr_events_handler(void *handle, enum mlxreg_hotplug_kind kind, in mlxplat_mlxcpld_l1_switch_pwr_events_handler() 2404 mlxplat_mlxcpld_l1_switch_intrusion_events_handler(void *handle, enum mlxreg_hotplug_kind kind, in mlxplat_mlxcpld_l1_switch_intrusion_events_handler() 6427 mlxplat_i2c_mux_complition_notify(void *handle, struct i2c_adapter *parent, in mlxplat_i2c_mux_complition_notify() 6474 static int mlxplat_i2c_main_complition_notify(void *handle, int id) in mlxplat_i2c_main_complition_notify()
|
/Linux-v6.6/drivers/net/ethernet/qlogic/qed/ |
D | qed_l2.c | 2159 int qed_get_queue_coalesce(struct qed_hwfn *p_hwfn, u16 *p_coal, void *handle) in qed_get_queue_coalesce() 2532 static int qed_stop_rxq(struct qed_dev *cdev, u8 rss_id, void *handle) in qed_stop_rxq() 2596 static int qed_stop_txq(struct qed_dev *cdev, u8 rss_id, void *handle) in qed_stop_txq() 2838 static int qed_get_coalesce(struct qed_dev *cdev, u16 *coal, void *handle) in qed_get_coalesce()
|
/Linux-v6.6/include/linux/ |
D | jbd2.h | 1595 static inline void jbd2_free_handle(handle_t *handle) in jbd2_free_handle() 1686 static inline int is_handle_aborted(handle_t *handle) in is_handle_aborted() 1693 static inline void jbd2_journal_abort_handle(handle_t *handle) in jbd2_journal_abort_handle() 1802 static inline int jbd2_handle_buffer_credits(handle_t *handle) in jbd2_handle_buffer_credits()
|
/Linux-v6.6/arch/s390/include/asm/ |
D | uv.h | 252 u64 handle; member 260 u64 handle; member 369 static inline int uv_cmd_nodata(u64 handle, u16 cmd, u16 *rc, u16 *rrc) in uv_cmd_nodata()
|
/Linux-v6.6/drivers/slimbus/ |
D | qcom-ngd-ctrl.c | 127 struct qmi_handle *handle; member 387 static void qcom_slim_qmi_power_resp_cb(struct qmi_handle *handle, in qcom_slim_qmi_power_resp_cb() 452 struct qmi_handle *handle; in qcom_slim_qmi_init() local
|
/Linux-v6.6/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_mbox.c | 619 static void hinic_mbox_func_aeqe_handler(void *handle, void *header, u8 size) in hinic_mbox_func_aeqe_handler() 647 static void hinic_mbox_self_aeqe_handler(void *handle, void *header, u8 size) in hinic_mbox_self_aeqe_handler() 1364 static int comm_pf_mbox_handler(void *handle, u16 vf_id, u8 cmd, void *buf_in, in comm_pf_mbox_handler()
|
/Linux-v6.6/drivers/bluetooth/ |
D | btintel.c | 1315 static acpi_status btintel_ppag_callback(acpi_handle handle, u32 lvl, void *data, in btintel_ppag_callback() 2405 acpi_handle handle; in btintel_set_ppag() local 2509 acpi_handle handle = ACPI_HANDLE(GET_HCIDEV_DEV(hdev)); in btintel_set_dsm_reset_method() local
|
/Linux-v6.6/fs/vboxsf/ |
D | utils.c | 535 u64 handle) in vboxsf_dir_read_all()
|
/Linux-v6.6/net/bluetooth/ |
D | mgmt_util.c | 345 struct mgmt_mesh_tx *mgmt_mesh_find(struct hci_dev *hdev, u8 handle) in mgmt_mesh_find()
|
/Linux-v6.6/drivers/net/mdio/ |
D | mdio-xgene.c | 277 static acpi_status acpi_register_phy(acpi_handle handle, u32 lvl, in acpi_register_phy()
|
/Linux-v6.6/fs/ext4/ |
D | page-io.c | 178 handle_t *handle = io_end->handle; in ext4_end_io_end() local
|
/Linux-v6.6/tools/testing/nvdimm/test/ |
D | ndtest.h | 76 unsigned int handle; member
|
/Linux-v6.6/tools/testing/radix-tree/ |
D | idr-test.c | 180 void idr_u32_test1(struct idr *idr, u32 handle) in idr_u32_test1()
|
/Linux-v6.6/drivers/base/ |
D | devtmpfs.c | 380 static int handle(const char *name, umode_t mode, kuid_t uid, kgid_t gid, in handle() function
|
/Linux-v6.6/drivers/platform/surface/aggregator/ |
D | core.c | 352 static acpi_status ssam_serdev_setup_via_acpi(acpi_handle handle, in ssam_serdev_setup_via_acpi()
|
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
D | hclge_comm_rss.c | 189 u32 hclge_comm_get_rss_key_size(struct hnae3_handle *handle) in hclge_comm_get_rss_key_size()
|