/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | r128_drm.h | 169 int idle; member
|
/kernel/linux/linux-5.10/net/rose/ |
H A D | af_rose.c | 442 rose->idle = opt * 60 * HZ; in rose_setsockopt() 493 val = rose->idle / (60 * HZ); in rose_getsockopt() 581 rose->idle = msecs_to_jiffies(sysctl_rose_no_activity_timeout); in rose_create() 626 rose->idle = orose->idle; in rose_make_new() 1441 "dest_addr dest_call src_addr src_call dev lci neigh st vs vr va t t1 t2 t3 hb idle Snd-Q Rcv-Q inode\n"); in rose_info_show() 1480 rose->idle / (60 * HZ), in rose_info_show()
|
/kernel/linux/linux-6.6/net/rose/ |
H A D | af_rose.c | 443 rose->idle = opt * 60 * HZ; in rose_setsockopt() 494 val = rose->idle / (60 * HZ); in rose_getsockopt() 582 rose->idle = msecs_to_jiffies(sysctl_rose_no_activity_timeout); in rose_create() 627 rose->idle = orose->idle; in rose_make_new() 1449 "dest_addr dest_call src_addr src_call dev lci neigh st vs vr va t t1 t2 t3 hb idle Snd-Q Rcv-Q inode\n"); in rose_info_show() 1488 rose->idle / (60 * HZ), in rose_info_show()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | vc.c | 353 * By default let's use I2C4 signaling for retention idle in omap3_vc_init_pmic_signaling() 354 * and sys_off_mode pin signaling for off idle. This way we in omap3_vc_init_pmic_signaling() 357 * idle. And we can also scale voltages to zero for off-idle. in omap3_vc_init_pmic_signaling() 358 * Note that no actual voltage scaling during off-idle will in omap3_vc_init_pmic_signaling() 376 struct omap3_vc_timings *c, u32 idle) in omap3_init_voltsetup1() 380 val = (voltdm->vc_param->on - idle) / voltdm->pmic->slew_rate; in omap3_init_voltsetup1() 426 * off idle signaled by sys_off_mode, so we can keep voltsetup1 764 * consumed even during off idle using VMODE. in omap_vc_i2c_init() 375 omap3_init_voltsetup1(struct voltagedomain *voltdm, struct omap3_vc_timings *c, u32 idle) omap3_init_voltsetup1() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd.c | 653 void amdgpu_amdkfd_set_compute_idle(struct kgd_dev *kgd, bool idle) in amdgpu_amdkfd_set_compute_idle() argument 659 !idle); in amdgpu_amdkfd_set_compute_idle()
|
H A D | amdgpu_vm.h | 268 struct list_head idle; member
|
H A D | amdgpu_amdkfd.h | 134 void amdgpu_amdkfd_set_compute_idle(struct kgd_dev *kgd, bool idle);
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | vc.c | 350 * By default let's use I2C4 signaling for retention idle in omap3_vc_init_pmic_signaling() 351 * and sys_off_mode pin signaling for off idle. This way we in omap3_vc_init_pmic_signaling() 354 * idle. And we can also scale voltages to zero for off-idle. in omap3_vc_init_pmic_signaling() 355 * Note that no actual voltage scaling during off-idle will in omap3_vc_init_pmic_signaling() 373 struct omap3_vc_timings *c, u32 idle) in omap3_init_voltsetup1() 377 val = (voltdm->vc_param->on - idle) / voltdm->pmic->slew_rate; in omap3_init_voltsetup1() 423 * off idle signaled by sys_off_mode, so we can keep voltsetup1 761 * consumed even during off idle using VMODE. in omap_vc_i2c_init() 372 omap3_init_voltsetup1(struct voltagedomain *voltdm, struct omap3_vc_timings *c, u32 idle) omap3_init_voltsetup1() argument
|
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | sym53c500_cs.c | 196 idle, enumerator 494 curSC->SCp.phase = idle; in SYM53C500_intr()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | fsl-edma-main.c | 535 fsl_chan->idle = true; in fsl_edma_probe() 650 /* Make sure chan is idle or will force disable. */ in fsl_edma_suspend_late() 651 if (unlikely(!fsl_chan->idle)) { in fsl_edma_suspend_late() 652 dev_warn(dev, "WARN: There is non-idle channel."); in fsl_edma_suspend_late() 690 * the DMA data transmission and let the channel idle.
|
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | sym53c500_cs.c | 202 idle, enumerator 501 scp->phase = idle; in SYM53C500_intr()
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hid-core.c | 657 static int hid_set_idle(struct usb_device *dev, int ifnum, int report, int idle) in hid_set_idle() argument 660 HID_REQ_SET_IDLE, USB_TYPE_CLASS | USB_RECIP_INTERFACE, (idle << 8) | report, in hid_set_idle() 1302 static int usbhid_idle(struct hid_device *hid, int report, int idle, in usbhid_idle() argument 1313 return hid_set_idle(dev, ifnum, report, idle); in usbhid_idle() 1327 .idle = usbhid_idle,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 399 unsigned long idle; member 461 if (test_and_clear_bit(0, &dev->rx_info.idle)) { in kick_rx() 715 dev->rx_info.idle = 1; in ns83820_setup_rx() 811 if (dev->rx_info.idle) in ns83820_rx_kick() 1416 dev->rx_info.idle = 1; 1417 Dprintk("oh dear, we are idle\n");
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-tegra.c | 528 bool idle, enable; in tegra_xusb_mbox_handle() local 585 idle = false; in tegra_xusb_mbox_handle() 587 idle = true; in tegra_xusb_mbox_handle() 594 idle); in tegra_xusb_mbox_handle() 601 idle ? "idle" : "busy", err); in tegra_xusb_mbox_handle()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 399 unsigned long idle; member 461 if (test_and_clear_bit(0, &dev->rx_info.idle)) { in kick_rx() 715 dev->rx_info.idle = 1; in ns83820_setup_rx() 811 if (dev->rx_info.idle) in ns83820_rx_kick() 1416 dev->rx_info.idle = 1; 1417 Dprintk("oh dear, we are idle\n");
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.c | 206 * amdgpu_vm_bo_idle - vm_bo is idle 208 * @vm_bo: vm_bo which is now idle 211 * and are now idle. 216 list_move(&vm_bo->vm_status, &vm_bo->vm->idle); in amdgpu_vm_bo_idle() 242 * For the root PD, just move to idle state. 285 list_for_each_entry_safe(vm_bo, tmp, &vm->idle, vm_status) { in amdgpu_vm_bo_reset_state_machine() 1035 list_for_each_entry_safe(bo_va, tmp, &vm->idle, base.vm_status) in amdgpu_vm_get_memory() 2101 * amdgpu_vm_wait_idle - wait for the VM to become idle 2104 * @timeout: timeout to wait for VM to become idle 2142 INIT_LIST_HEAD(&vm->idle); in amdgpu_vm_init() [all...] |
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A D | hid-core.c | 655 static int hid_set_idle(struct usb_device *dev, int ifnum, int report, int idle) in hid_set_idle() argument 658 HID_REQ_SET_IDLE, USB_TYPE_CLASS | USB_RECIP_INTERFACE, (idle << 8) | report, in hid_set_idle() 1300 static int usbhid_idle(struct hid_device *hid, int report, int idle, in usbhid_idle() argument 1311 return hid_set_idle(dev, ifnum, report, idle); in usbhid_idle() 1332 .idle = usbhid_idle,
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | fsldma.h | 177 bool idle; /* DMA controller is idle */ member
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | loongson3_cpufreq.c | 14 #include <asm/idle.h>
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | smp.c | 26 #include <asm/idle.h>
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | asm-offsets.c | 15 #include <asm/idle.h> 64 /* idle data offsets */ in main()
|
/kernel/linux/linux-5.10/arch/arm/mach-hisi/ |
H A D | platmcpm.c | 98 static int hip04_boot_secondary(unsigned int l_cpu, struct task_struct *idle) in hip04_boot_secondary() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-bcm/ |
H A D | platsmp-brcmstb.c | 347 static int brcmstb_boot_secondary(unsigned int cpu, struct task_struct *idle) in brcmstb_boot_secondary() argument
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | proc.c | 14 #include <asm/idle.h>
|
/kernel/linux/linux-6.6/arch/arm/mach-bcm/ |
H A D | platsmp-brcmstb.c | 339 static int brcmstb_boot_secondary(unsigned int cpu, struct task_struct *idle) in brcmstb_boot_secondary() argument
|