Searched refs:susp (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/mips/alchemy/common/ |
| H A D | usb.c | 512 static void au1000_usb_pm(unsigned long br, int creg, int susp) in au1000_usb_pm() argument 516 if (susp) { in au1000_usb_pm() 529 static void au1200_usb_pm(int susp) in au1200_usb_pm() argument 533 if (susp) { in au1200_usb_pm() 549 static void au1300_usb_pm(int susp) in au1300_usb_pm() argument 554 if (susp) { in au1300_usb_pm() 563 static void alchemy_usb_pm(int susp) in alchemy_usb_pm() argument 569 au1000_usb_pm(AU1000_USB_OHCI_PHYS_ADDR, AU1000_OHCICFG, susp); in alchemy_usb_pm() 572 au1000_usb_pm(AU1550_USB_OHCI_PHYS_ADDR, AU1550_OHCICFG, susp); in alchemy_usb_pm() 575 au1200_usb_pm(susp); in alchemy_usb_pm() [all …]
|
| /linux/include/linux/ |
| H A D | drbd.h | 254 unsigned susp:1 ; /* 2/2 IO suspended no/yes (by user) */ member 268 unsigned susp:1 ; /* 2/2 IO suspended no/yes */
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_state_change.h | 8 bool susp[2]; member
|
| H A D | drbd_state.c | 107 state_change->resource->susp[OLD] = resource->susp; in remember_old_state() 169 resource_state_change->susp[NEW] = resource->susp; in remember_new_state() 220 OLD_TO_NEW(resource_state_change->susp); in copy_old_to_new_state_change() 291 return s.susp || s.susp_nod || s.susp_fen; in is_susp() 1335 device->resource->susp = ns.susp; in _drbd_set_state() 1552 .res_susp = resource_state_change->susp[NEW], in notify_resource_state_change() 1631 HAS_CHANGED(resource_state_change->susp) || in broadcast_state_change() 2266 ns_min.susp = ns_max.susp = connection->resource->susp; in conn_set_state()
|
| H A D | drbd_int.h | 601 unsigned susp:1; /* IO suspended by user */ member 1602 rv.susp = resource->susp; in drbd_read_state() 2117 return resource->susp || resource->susp_fen || resource->susp_nod; in drbd_suspended()
|
| /linux/drivers/dma/stm32/ |
| H A D | stm32-dma3.c | 807 static int stm32_dma3_chan_suspend(struct stm32_dma3_chan *chan, bool susp) in stm32_dma3_chan_suspend() argument 813 if (susp) in stm32_dma3_chan_suspend() 820 if (susp) { in stm32_dma3_chan_suspend()
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | get-reg-list.c | 1146 KVM_SBI_EXT_SIMPLE_CONFIG(susp, SUSP);
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | lpc32xx_udc.c | 2962 static void lpc32xx_usbd_susp_chg(int susp) in lpc32xx_usbd_susp_chg() argument
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 3609 susp = phase.replace('resume', 'suspend') 3610 if susp in data.dmesg: 3611 data.dmesg[susp]['end'] = t.time
|