/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | client.c | 53 client->object.handle = oclass->handle; in nvkm_uclient_new() 72 nvkm_client_search(struct nvkm_client *client, u64 handle) in nvkm_client_search() argument 76 object = nvkm_object_search(client, handle, &nvkm_client); in nvkm_client_search()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_xcp.h | 60 int (*prepare_suspend)(void *handle, uint32_t inst_mask); 61 int (*suspend)(void *handle, uint32_t inst_mask); 62 int (*prepare_resume)(void *handle, uint32_t inst_mask); 63 int (*resume)(void *handle, uint32_t inst_mask);
|
H A D | vi.c | 1459 static int vi_common_early_init(void *handle) in vi_common_early_init() argument 1683 static int vi_common_late_init(void *handle) in vi_common_late_init() argument 1693 static int vi_common_sw_init(void *handle) in vi_common_sw_init() argument 1703 static int vi_common_sw_fini(void *handle) in vi_common_sw_fini() argument 1708 static int vi_common_hw_init(void *handle) in vi_common_hw_init() argument 1722 static int vi_common_hw_fini(void *handle) in vi_common_hw_fini() argument 1735 static int vi_common_suspend(void *handle) in vi_common_suspend() argument 1742 static int vi_common_resume(void *handle) in vi_common_resume() argument 1749 static bool vi_common_is_idle(void *handle) in vi_common_is_idle() argument 1754 static int vi_common_wait_for_idle(void *handle) in vi_common_wait_for_idle() argument [all …]
|
H A D | sdma_v6_0.c | 720 static int sdma_v6_0_soft_reset(void *handle) in sdma_v6_0_soft_reset() argument 756 static bool sdma_v6_0_check_soft_reset(void *handle) in sdma_v6_0_check_soft_reset() argument 1259 static int sdma_v6_0_early_init(void *handle) in sdma_v6_0_early_init() argument 1273 static int sdma_v6_0_sw_init(void *handle) in sdma_v6_0_sw_init() argument 1322 static int sdma_v6_0_sw_fini(void *handle) in sdma_v6_0_sw_fini() argument 1335 static int sdma_v6_0_hw_init(void *handle) in sdma_v6_0_hw_init() argument 1342 static int sdma_v6_0_hw_fini(void *handle) in sdma_v6_0_hw_fini() argument 1358 static int sdma_v6_0_suspend(void *handle) in sdma_v6_0_suspend() argument 1365 static int sdma_v6_0_resume(void *handle) in sdma_v6_0_resume() argument 1372 static bool sdma_v6_0_is_idle(void *handle) in sdma_v6_0_is_idle() argument [all …]
|
H A D | sdma_v5_2.c | 705 static int sdma_v5_2_soft_reset(void *handle) in sdma_v5_2_soft_reset() argument 1184 static int sdma_v5_2_early_init(void *handle) in sdma_v5_2_early_init() argument 1231 static int sdma_v5_2_sw_init(void *handle) in sdma_v5_2_sw_init() argument 1276 static int sdma_v5_2_sw_fini(void *handle) in sdma_v5_2_sw_fini() argument 1289 static int sdma_v5_2_hw_init(void *handle) in sdma_v5_2_hw_init() argument 1296 static int sdma_v5_2_hw_fini(void *handle) in sdma_v5_2_hw_fini() argument 1312 static int sdma_v5_2_suspend(void *handle) in sdma_v5_2_suspend() argument 1319 static int sdma_v5_2_resume(void *handle) in sdma_v5_2_resume() argument 1326 static bool sdma_v5_2_is_idle(void *handle) in sdma_v5_2_is_idle() argument 1341 static int sdma_v5_2_wait_for_idle(void *handle) in sdma_v5_2_wait_for_idle() argument [all …]
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_ctrl.c | 1495 struct v4l2_fh *originator = handle ? &handle->vfh : NULL; in uvc_ctrl_send_event() 1539 struct uvc_fh *handle; in uvc_ctrl_status_event() local 1544 handle = ctrl->handle; in uvc_ctrl_status_event() 1545 ctrl->handle = NULL; in uvc_ctrl_status_event() 1597 ctrl->handle = NULL; in uvc_ctrl_status_event_async() 1654 uvc_ctrl_send_slave_event(handle->chain, handle, ctrl, in uvc_ctrl_send_events() 1667 uvc_ctrl_send_event(handle->chain, handle, ctrl, mapping, in uvc_ctrl_send_events() 1714 mutex_unlock(&handle->chain->ctrl_mutex); in uvc_ctrl_add_event() 1722 mutex_lock(&handle->chain->ctrl_mutex); in uvc_ctrl_del_event() 1883 int uvc_ctrl_set(struct uvc_fh *handle, in uvc_ctrl_set() argument [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_core.c | 1448 if (!handle) in alloc_handle() 1453 return handle; in alloc_handle() 1468 kfree(handle); in destroy_flow_handle() 1486 if (!handle) in create_flow_handle() 1526 return handle; in create_flow_handle() 1570 return handle; in add_rule_fte() 1573 destroy_flow_handle(fte, handle, dest, handle->num_rules); in add_rule_fte() 1817 return handle; in add_rule_fg() 1828 return handle; in add_rule_fg() 2241 return handle; in mlx5_add_flow_rules() [all …]
|
/openbmc/linux/drivers/media/platform/ti/omap3isp/ |
H A D | ispvideo.c | 1291 struct isp_video_fh *handle; in isp_video_open() local 1295 handle = kzalloc(sizeof(*handle), GFP_KERNEL); in isp_video_open() 1296 if (handle == NULL) in isp_video_open() 1300 v4l2_fh_add(&handle->vfh); in isp_video_open() 1314 queue = &handle->queue; in isp_video_open() 1317 queue->drv_priv = handle; in isp_video_open() 1330 memset(&handle->format, 0, sizeof(handle->format)); in isp_video_open() 1334 handle->video = video; in isp_video_open() 1339 v4l2_fh_del(&handle->vfh); in isp_video_open() 1341 kfree(handle); in isp_video_open() [all …]
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_fw.h | 444 uint32_t handle; /* System handle. */ member 481 uint32_t handle; /* System handle. */ member 522 uint32_t handle; /* System handle. */ member 569 uint32_t handle; /* System handle. */ member 608 uint32_t handle; /* System handle. */ member 841 __le32 handle; /* System handle. */ member 1038 __le32 handle; /* type 0x55 only */ member 1762 uint32_t handle; member 1794 uint32_t handle; member 1821 uint32_t handle; member [all …]
|
/openbmc/pldm/pldmd/ |
H A D | invoker.hpp | 40 Response handle(pldm_tid_t tid, Type pldmType, Command pldmCommand, in handle() function in pldm::responder::Invoker 43 return handlers.at(pldmType)->handle(tid, pldmCommand, request, in handle()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_manageprotocols.c | 48 efi_status_t find_in_buffer(efi_handle_t handle, size_t count, in find_in_buffer() argument 54 if (buffer[i] == handle) in find_in_buffer() 80 efi_handle_t handle; in setup() local 95 handle = handle1; in setup() 103 if (handle != handle1) { in setup()
|
/openbmc/linux/drivers/platform/x86/intel/int3472/ |
H A D | discrete.c | 46 obj = acpi_evaluate_dsm_typed(int3472->sensor->handle, in skl_int3472_log_sensor_module_name() 62 acpi_handle handle; in skl_int3472_map_gpio_to_sensor() local 70 status = acpi_get_handle(NULL, path, &handle); in skl_int3472_map_gpio_to_sensor() 74 adev = acpi_fetch_acpi_dev(handle); in skl_int3472_map_gpio_to_sensor() 171 obj = acpi_evaluate_dsm_typed(int3472->adev->handle, in skl_int3472_handle_gpio_resources()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | file.c | 39 efi_file_protocol_t **handle, in efi_open_file() argument 69 *handle = fh; in efi_open_file() 137 efi_handle_t handle; in efi_open_device_path() local 152 if ((efi_bs_call(locate_device_path, &fs_proto, &initrd_dp, &handle) ?: in efi_open_device_path() 153 efi_bs_call(handle_protocol, handle, &fs_proto, (void **)&io)) in efi_open_device_path()
|
H A D | zboot.c | 65 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab) in efi_zboot_entry() argument 79 status = efi_bs_call(handle_protocol, handle, in efi_zboot_entry() 140 status = efi_stub_common(handle, image, image_base, cmdline_ptr); in efi_zboot_entry()
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | orion5x-netgear-wnr854t.dts | 123 phy-handle = <&lan3phy>; 129 phy-handle = <&lan4phy>; 135 phy-handle = <&wanphy>; 151 phy-handle = <&lan1phy>; 157 phy-handle = <&lan2phy>;
|
/openbmc/linux/drivers/acpi/ |
H A D | ac.c | 37 static void acpi_ac_notify(acpi_handle handle, u32 event, void *data); 87 status = acpi_evaluate_integer(ac->device->handle, "_PSR", NULL, in acpi_ac_get_state() 90 acpi_handle_info(ac->device->handle, in acpi_ac_get_state() 129 static void acpi_ac_notify(acpi_handle handle, u32 event, void *data) in acpi_ac_notify() argument 139 acpi_handle_debug(device->handle, "Unsupported event [0x%x]\n", in acpi_ac_notify()
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptsas.h | 101 u16 handle; member 131 u16 handle; /* unique id to address this device */ member 160 u16 handle; /* unique id to address this */ member
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sch_red_ets.sh | 28 tc qdisc add dev $swp3 parent 1: handle 10: $QDISC \ 36 tc qdisc add dev $swp3 parent 10:8 handle 108: red \ 45 tc qdisc add dev $swp3 parent 10:7 handle 107: red \
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_ptp.h | 132 bool hclge_ptp_set_tx_info(struct hnae3_handle *handle, struct sk_buff *skb); 134 void hclge_ptp_get_rx_hwts(struct hnae3_handle *handle, struct sk_buff *skb, 140 int hclge_ptp_get_ts_info(struct hnae3_handle *handle,
|
/openbmc/linux/drivers/misc/vmw_vmci/ |
H A D | vmci_resource.h | 28 struct vmci_handle handle; member 38 struct vmci_handle handle);
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
H A D | venc_vp8_if.c | 340 static int vp8_enc_encode(void *handle, in vp8_enc_encode() argument 347 struct venc_vp8_inst *inst = (struct venc_vp8_inst *)handle; in vp8_enc_encode() 373 static int vp8_enc_set_param(void *handle, in vp8_enc_set_param() argument 378 struct venc_vp8_inst *inst = (struct venc_vp8_inst *)handle; in vp8_enc_set_param() 422 static int vp8_enc_deinit(void *handle) in vp8_enc_deinit() argument 425 struct venc_vp8_inst *inst = (struct venc_vp8_inst *)handle; in vp8_enc_deinit()
|
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | processor_thermal_device.c | 142 status = acpi_evaluate_object(proc_priv->adev->handle, "PPCC", in proc_thermal_read_ppcc() 183 static void proc_thermal_notify(acpi_handle handle, u32 event, void *data) in proc_thermal_notify() argument 221 status = acpi_evaluate_integer(adev->handle, "_TMP", NULL, &tmp); in proc_thermal_add() 234 ret = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in proc_thermal_add() 253 acpi_remove_notify_handler(adev->handle, in proc_thermal_add() 264 acpi_remove_notify_handler(proc_priv->adev->handle, in proc_thermal_remove()
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | nsxfname.c | 124 acpi_get_name(acpi_handle handle, u32 name_type, struct acpi_buffer *buffer) in ACPI_EXPORT_SYMBOL() 153 status = acpi_ns_handle_to_pathname(handle, buffer, in ACPI_EXPORT_SYMBOL() 160 status = acpi_ns_handle_to_name(handle, buffer); in ACPI_EXPORT_SYMBOL() 226 acpi_get_object_info(acpi_handle handle, in acpi_get_object_info() argument 246 if (!handle || !return_buffer) { in acpi_get_object_info() 255 node = acpi_ns_validate_handle(handle); in acpi_get_object_info()
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1043a-qds.dts | 178 phy-handle = <&qsgmii_phy_s2_p1>; 183 phy-handle = <&qsgmii_phy_s2_p2>; 188 phy-handle = <&rgmii_phy1>; 193 phy-handle = <&rgmii_phy2>; 198 phy-handle = <&qsgmii_phy_s2_p3>; 203 phy-handle = <&qsgmii_phy_s2_p4>;
|
/openbmc/qemu/plugins/ |
H A D | loader.c | 193 ctx->handle = g_module_open(desc->path, G_MODULE_BIND_LOCAL); in plugin_load() 194 if (ctx->handle == NULL) { in plugin_load() 199 if (!g_module_symbol(ctx->handle, "qemu_plugin_install", &sym)) { in plugin_load() 211 if (!g_module_symbol(ctx->handle, "qemu_plugin_version", &sym)) { in plugin_load() 267 g_module_close(ctx->handle); in plugin_load() 370 if (!g_module_close(ctx->handle)) { in plugin_reset_destroy__locked()
|