| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ctxgk20a.c | 33 u32 idle_timeout; in gk20a_grctx_generate_main() local 40 idle_timeout = nvkm_mask(device, 0x404154, 0xffffffff, 0x00000000); in gk20a_grctx_generate_main() 58 nvkm_wr32(device, 0x404154, idle_timeout); in gk20a_grctx_generate_main()
|
| H A D | ctxgm20b.c | 30 u32 idle_timeout; in gm20b_grctx_generate_main() local 37 idle_timeout = nvkm_mask(device, 0x404154, 0xffffffff, 0x00000000); in gm20b_grctx_generate_main() 61 nvkm_wr32(device, 0x404154, idle_timeout); in gm20b_grctx_generate_main()
|
| H A D | ctxgf100.c | 1347 u32 idle_timeout; in gf100_grctx_generate_main() local 1369 idle_timeout = nvkm_mask(device, 0x404154, 0xffffffff, 0x00000000); in gf100_grctx_generate_main() 1405 nvkm_wr32(device, 0x404154, idle_timeout); in gf100_grctx_generate_main()
|
| /linux/drivers/usb/musb/ |
| H A D | tusb6010.c | 468 && (musb->idle_timeout == 0 in musb_do_idle() 469 || time_after(jiffies, musb->idle_timeout))) { in musb_do_idle() 686 unsigned long idle_timeout = 0; in tusb_otg_ints() local 700 idle_timeout = jiffies + (HZ * 3); in tusb_otg_ints() 728 idle_timeout = jiffies + (1 * HZ); in tusb_otg_ints() 750 idle_timeout = jiffies + (2 * HZ); in tusb_otg_ints() 798 idle_timeout = jiffies in tusb_otg_ints() 808 idle_timeout = jiffies in tusb_otg_ints() 821 return idle_timeout; in tusb_otg_ints() 828 unsigned long flags, idle_timeout = 0; in tusb_musb_interrupt() local [all …]
|
| H A D | musb_core.h | 363 unsigned long idle_timeout; /* Next timeout in jiffies */ member
|
| /linux/drivers/dma/ioat/ |
| H A D | dma.c | 33 static int idle_timeout = 2000; variable 34 module_param(idle_timeout, int, 0644); 35 MODULE_PARM_DESC(idle_timeout, 38 #define IDLE_TIMEOUT msecs_to_jiffies(idle_timeout)
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_backchannel.c | 254 xprt->idle_timeout = 0; in xprt_setup_rdma_bc()
|
| H A D | transport.c | 334 xprt->idle_timeout = RPCRDMA_IDLE_DISC_TO; in xprt_setup_rdma()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | init.c | 278 dev->pm.idle_timeout = MT792x_PM_TIMEOUT; in mt7925_register_device()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac.h | 116 unsigned long idle_timeout; member
|
| H A D | mt76_connac_mac.c | 80 queue_delayed_work(dev->wq, &pm->ps_work, pm->idle_timeout); in mt76_connac_power_save_sched()
|
| /linux/include/linux/sunrpc/ |
| H A D | xprt.h | 265 idle_timeout, member
|
| /linux/net/sunrpc/ |
| H A D | xprt.c | 842 return xprt->idle_timeout != 0; in xprt_has_timer() 851 mod_timer(&xprt->timer, xprt->last_used + xprt->idle_timeout); in xprt_schedule_autodisconnect() 2092 xprt->idle_timeout = 0; in xprt_create_transport()
|
| H A D | xprtsock.c | 3265 xprt->idle_timeout = XS_IDLE_DISC_TO; in xs_setup_local() 3333 xprt->idle_timeout = XS_IDLE_DISC_TO; in xs_setup_udp() 3413 xprt->idle_timeout = XS_IDLE_DISC_TO; in xs_setup_tcp() 3495 xprt->idle_timeout = XS_IDLE_DISC_TO; in xs_setup_tcp_tls() 3583 xprt->idle_timeout = 0; in xs_setup_bc_tcp()
|
| /linux/net/bluetooth/ |
| H A D | hci_debugfs.c | 546 hdev->idle_timeout = val; in idle_timeout_set() 557 *val = hdev->idle_timeout; in idle_timeout_get()
|
| H A D | hci_conn.c | 2724 if (hdev->idle_timeout > 0) in hci_conn_enter_active_mode() 2726 msecs_to_jiffies(hdev->idle_timeout)); in hci_conn_enter_active_mode()
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.c | 5381 goto idle_timeout; in fotg210_endpoint_disable() 5405 idle_timeout: in fotg210_endpoint_disable() 5411 goto idle_timeout; in fotg210_endpoint_disable()
|
| /linux/drivers/usb/host/ |
| H A D | oxu210hp-hcd.c | 3413 goto idle_timeout; in oxu_endpoint_disable() 3430 idle_timeout: in oxu_endpoint_disable()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | mac.c | 2047 delta = dev->pm.idle_timeout; in mt7615_pm_power_save_work()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 465 __u32 idle_timeout; member
|