/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm-perf.h | 69 static inline void *etm_perf_sink_config(struct perf_output_handle *handle) in etm_perf_sink_config() argument 71 struct etm_event_data *data = perf_get_aux(handle); in etm_perf_sink_config() 86 static inline void *etm_perf_sink_config(struct perf_output_handle *handle) in etm_perf_sink_config() argument
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | soc15.c | 931 static int soc15_common_early_init(void *handle) in soc15_common_early_init() argument 1205 static int soc15_common_late_init(void *handle) in soc15_common_late_init() argument 1220 static int soc15_common_sw_init(void *handle) in soc15_common_sw_init() argument 1234 static int soc15_common_sw_fini(void *handle) in soc15_common_sw_fini() argument 1258 static int soc15_common_hw_init(void *handle) in soc15_common_hw_init() argument 1287 static int soc15_common_hw_fini(void *handle) in soc15_common_hw_fini() argument 1315 static int soc15_common_suspend(void *handle) in soc15_common_suspend() argument 1322 static int soc15_common_resume(void *handle) in soc15_common_resume() argument 1333 static bool soc15_common_is_idle(void *handle) in soc15_common_is_idle() argument 1338 static int soc15_common_wait_for_idle(void *handle) in soc15_common_wait_for_idle() argument [all …]
|
H A D | jpeg_v4_0_3.c | 43 static int jpeg_v4_0_3_set_powergating_state(void *handle, 66 static int jpeg_v4_0_3_early_init(void *handle) in jpeg_v4_0_3_early_init() argument 86 static int jpeg_v4_0_3_sw_init(void *handle) in jpeg_v4_0_3_sw_init() argument 163 static int jpeg_v4_0_3_sw_fini(void *handle) in jpeg_v4_0_3_sw_fini() argument 296 static int jpeg_v4_0_3_hw_init(void *handle) in jpeg_v4_0_3_hw_init() argument 357 static int jpeg_v4_0_3_hw_fini(void *handle) in jpeg_v4_0_3_hw_fini() argument 379 static int jpeg_v4_0_3_suspend(void *handle) in jpeg_v4_0_3_suspend() argument 400 static int jpeg_v4_0_3_resume(void *handle) in jpeg_v4_0_3_resume() argument 891 static bool jpeg_v4_0_3_is_idle(void *handle) in jpeg_v4_0_3_is_idle() argument 913 static int jpeg_v4_0_3_wait_for_idle(void *handle) in jpeg_v4_0_3_wait_for_idle() argument [all …]
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mgmt.h | 121 void (*cb)(void *handle, u8 cmd, 125 void *handle; member 162 void *handle, 163 void (*callback)(void *handle,
|
/openbmc/linux/drivers/platform/x86/intel/ |
H A D | rst.c | 22 status = acpi_evaluate_integer(acpi->handle, "GFFS", NULL, &value); in irst_show_wakeup_events() 44 status = acpi_execute_simple_method(acpi->handle, "SFFS", value); in irst_store_wakeup_events() 66 status = acpi_evaluate_integer(acpi->handle, "GFTV", NULL, &value); in irst_show_wakeup_time() 88 status = acpi_execute_simple_method(acpi->handle, "SFTV", value); in irst_store_wakeup_time()
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls2080a-rdb.dts | 29 phy-handle = <&mdio2_phy1>; 34 phy-handle = <&mdio2_phy2>; 39 phy-handle = <&mdio2_phy3>; 44 phy-handle = <&mdio2_phy4>;
|
H A D | fsl-ls1028a-kontron-sl28-var2.dts | 33 * port instead. Therefore, delete the phy-handle property here. 35 /delete-property/ phy-handle; 57 phy-handle = <&phy0>; 67 phy-handle = <&phy1>;
|
H A D | fsl-lx2160a-rdb.dts | 41 phy-handle = <&aquantia_phy1>; 47 phy-handle = <&aquantia_phy2>; 53 phy-handle = <&inphi_phy>; 57 phy-handle = <&inphi_phy>; 61 phy-handle = <&rgmii_phy1>; 66 phy-handle = <&rgmii_phy2>;
|
/openbmc/u-boot/doc/device-tree-bindings/net/ |
H A D | fsl-tsec-phy.txt | 7 - phy-handle : See ethernet.txt file in the same directory. 17 phy-handle = <&phy0>; 52 with other PHYs on the bus. The TBI PHYs are referred to by a "tbi-handle" 53 property under the tsec node, which has a similar meaning of "phy-handle". 57 phy-handle = <&tbi1>;
|
/openbmc/linux/fs/ext4/ |
H A D | xattr.h | 187 extern int ext4_xattr_delete_inode(handle_t *handle, struct inode *inode, 193 struct ext4_inode *raw_inode, handle_t *handle); 203 extern int ext4_xattr_ibody_set(handle_t *handle, struct inode *inode, 211 extern int ext4_init_security(handle_t *handle, struct inode *inode, 214 static inline int ext4_init_security(handle_t *handle, struct inode *inode, in ext4_init_security() argument
|
/openbmc/qemu/hw/usb/ |
H A D | dev-mtp.c | 141 uint32_t handle; member 170 uint32_t handle; member 390 o->handle = handle; in usb_mtp_object_alloc() 460 if (o->handle == handle) { in usb_mtp_object_lookup() 560 entry->handle = o->handle; in file_monitor_event() 572 entry->handle = o->handle; in file_monitor_event() 1209 if (handle == 0xFFFFFFF) { in usb_mtp_object_delete() 1408 if (handle == 0xFFFFFFFF || handle == 0) { in usb_mtp_command() 1734 next_handle = o->handle; in usb_mtp_write_metadata() 1994 uint32_t handle; in usb_mtp_handle_data() local [all …]
|
/openbmc/linux/drivers/thermal/intel/ |
H A D | intel_bxt_pmic_thermal.c | 40 char handle[20]; member 127 .handle = "STR0", 132 .handle = "STR1", 137 .handle = "STR2", 142 .handle = "STR3", 195 tzd = thermal_zone_get_zone_by_name(td->maps[i].handle); in pmic_thermal_irq_handler()
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | t2080rdb.dts | 60 phy-handle = <&xg_aq1202_phy3>; 65 phy-handle = <&xg_aq1202_phy4>; 70 phy-handle = <&rgmii_phy1>; 75 phy-handle = <&rgmii_phy2>; 80 phy-handle = <&xg_cs4315_phy2>; 85 phy-handle = <&xg_cs4315_phy1>;
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | lan966x-kontron-kswitch-d10-mmt.dtsi | 156 phy-handle = <&phy0>; 163 phy-handle = <&phy1>; 170 phy-handle = <&phy4>; 177 phy-handle = <&phy5>; 184 phy-handle = <&phy6>; 191 phy-handle = <&phy7>;
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_object.c | 46 int handle = atomic_inc_return(&seqno); in virtio_gpu_resource_id_get() local 47 *resid = handle + 1; in virtio_gpu_resource_id_get() 49 int handle = ida_alloc(&vgdev->resource_ida, GFP_KERNEL); in virtio_gpu_resource_id_get() local 50 if (handle < 0) in virtio_gpu_resource_id_get() 51 return handle; in virtio_gpu_resource_id_get() 52 *resid = handle + 1; in virtio_gpu_resource_id_get()
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-events.c | 127 entry->data.hdr.handle = cpu_to_le16(log->next_handle); in cxl_event_insert() 224 uint16_t handle = pl->handle[nr]; in cxl_event_clear_records() local 227 if (handle == 0 || entry->data.hdr.handle != handle) { in cxl_event_clear_records()
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | mtrr.c | 516 void arch_phys_wc_del(int handle) in arch_phys_wc_del() argument 518 if (handle >= 1) { in arch_phys_wc_del() 519 WARN_ON(handle < MTRR_TO_PHYS_WC_OFFSET); in arch_phys_wc_del() 520 mtrr_del(handle - MTRR_TO_PHYS_WC_OFFSET, 0, 0); in arch_phys_wc_del() 536 int arch_phys_wc_index(int handle) in arch_phys_wc_index() argument 538 if (handle < MTRR_TO_PHYS_WC_OFFSET) in arch_phys_wc_index() 541 return handle - MTRR_TO_PHYS_WC_OFFSET; in arch_phys_wc_index()
|
/openbmc/qemu/util/ |
H A D | qemu-thread-win32.c | 435 HANDLE handle; in qemu_thread_join() local 449 handle = qemu_thread_get_handle(thread); in qemu_thread_join() 450 if (handle) { in qemu_thread_join() 451 WaitForSingleObject(handle, INFINITE); in qemu_thread_join() 452 CloseHandle(handle); in qemu_thread_join() 531 HANDLE handle; in qemu_thread_get_handle() local 540 handle = OpenThread(SYNCHRONIZE | THREAD_SUSPEND_RESUME | in qemu_thread_get_handle() 543 handle = NULL; in qemu_thread_get_handle() 546 return handle; in qemu_thread_get_handle()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.h | 554 struct hnae3_handle *handle; member 700 #define hns3_get_ae_dev(handle) \ argument 701 (pci_get_drvdata((handle)->pdev)) 703 #define hns3_get_ops(handle) \ argument 704 ((handle)->ae_algo->ops) 737 void hns3_request_update_promisc_mode(struct hnae3_handle *handle); 738 int hns3_reset_notify(struct hnae3_handle *handle, 742 void hns3_dcbnl_setup(struct hnae3_handle *handle); 744 static inline void hns3_dcbnl_setup(struct hnae3_handle *handle) {} in hns3_dcbnl_setup() argument 747 int hns3_dbg_init(struct hnae3_handle *handle); [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | sr_ioctl.c | 39 struct scsi_cd *cd = cdi->handle; in sr_read_tochdr() 72 struct scsi_cd *cd = cdi->handle; in sr_read_tocentry() 157 return sr_do_ioctl(cdi->handle, &cgc); in sr_fake_playtrkind() 164 struct scsi_cd *cd = cdi->handle; in sr_play_trkind() 274 Scsi_CD *cd = cdi->handle; in sr_tray_move() 287 Scsi_CD *cd = cdi->handle; in sr_lock_door() 295 struct scsi_cd *cd = cdi->handle; in sr_drive_status() 352 Scsi_CD *cd = cdi->handle; in sr_disk_status() 384 Scsi_CD *cd = cdi->handle; in sr_get_last_session() 394 Scsi_CD *cd = cdi->handle; in sr_get_mcn() [all …]
|
/openbmc/linux/drivers/platform/x86/ |
H A D | fujitsu-laptop.c | 154 status = acpi_evaluate_integer(device->handle, "FUNC", &arg_list, in call_fext_func() 157 acpi_handle_err(device->handle, "Failed to evaluate FUNC\n"); in call_fext_func() 161 acpi_handle_debug(device->handle, in call_fext_func() 177 if (acpi_has_method(device->handle, "SBL2")) in set_lcd_level() 198 acpi_handle_err(device->handle, "Failed to evaluate %s\n", in set_lcd_level() 214 acpi_handle_debug(device->handle, "get lcd level via GBLL\n"); in get_lcd_level() 424 acpi_handle_info(device->handle, "unsupported event [0x%x]\n", in acpi_fujitsu_bl_notify() 434 acpi_handle_debug(device->handle, in acpi_fujitsu_bl_notify() 817 acpi_handle_info(device->handle, "BTNI: [0x%x]\n", in acpi_fujitsu_laptop_add() 900 acpi_handle_info(device->handle, "Unsupported event [0x%x]\n", in acpi_fujitsu_laptop_notify() [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | acpi_power_meter.c | 114 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_GAI", in update_avg_interval() 117 acpi_evaluation_failure_warn(resource->acpi_dev->handle, "_GAI", in update_avg_interval() 163 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_PAI", in set_avg_interval() 170 acpi_evaluation_failure_warn(resource->acpi_dev->handle, "_PAI", in set_avg_interval() 188 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_GHL", in update_cap() 191 acpi_evaluation_failure_warn(resource->acpi_dev->handle, "_GHL", in update_cap() 236 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_SHL", in set_cap() 243 acpi_evaluation_failure_warn(resource->acpi_dev->handle, "_SHL", in set_cap() 277 acpi_evaluation_failure_warn(resource->acpi_dev->handle, "_PTP", in set_acpi_trip() 330 acpi_evaluation_failure_warn(resource->acpi_dev->handle, "_PMM", in update_meter() [all …]
|
/openbmc/linux/block/ |
H A D | bdev.c | 837 struct bdev_handle *handle = kmalloc(sizeof(*handle), GFP_KERNEL); in bdev_open_by_dev() local 840 if (!handle) in bdev_open_by_dev() 844 kfree(handle); in bdev_open_by_dev() 847 handle->bdev = bdev; in bdev_open_by_dev() 848 handle->holder = holder; in bdev_open_by_dev() 849 return handle; in bdev_open_by_dev() 894 struct bdev_handle *handle; in bdev_open_by_path() local 905 bdev_release(handle); in bdev_open_by_path() 909 return handle; in bdev_open_by_path() 951 blkdev_put(handle->bdev, handle->holder); in bdev_release() [all …]
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fence.c | 625 *p_handle = ufence->base.handle; in vmw_user_fence_create() 705 (unsigned long)handle); in vmw_fence_obj_lookup() 711 (unsigned long)handle); in vmw_fence_obj_lookup() 812 arg->handle); in vmw_fence_obj_unref_ioctl() 1037 uint32_t handle; in vmw_fence_event_ioctl() local 1045 if (arg->handle) { in vmw_fence_event_ioctl() 1047 vmw_fence_obj_lookup(tfile, arg->handle); in vmw_fence_event_ioctl() 1064 handle = base->handle; in vmw_fence_event_ioctl() 1076 &handle : NULL); in vmw_fence_event_ioctl() 1096 handle, -1); in vmw_fence_event_ioctl() [all …]
|
/openbmc/linux/drivers/input/ |
H A D | joydev.c | 37 struct input_handle handle; member 115 struct joydev *joydev = handle->private; in joydev_event() 164 input_put_device(joydev->handle.dev); in joydev_free() 187 struct input_dev *dev = joydev->handle.dev; in joydev_refresh_state() 223 input_close_device(&joydev->handle); in joydev_close_device() 738 struct input_handle *handle = &joydev->handle; in joydev_cleanup() local 745 input_close_device(handle); in joydev_cleanup() 945 joydev->handle.handler = handler; in joydev_connect() 946 joydev->handle.private = joydev; in joydev_connect() 1019 struct joydev *joydev = handle->private; in joydev_disconnect() [all …]
|