Home
last modified time | relevance | path

Searched refs:susp (Results 1 – 9 of 9) sorted by relevance

/linux/arch/mips/alchemy/common/
H A Dusb.c512 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 Ddrbd.h254 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 Ddrbd_state_change.h8 bool susp[2]; member
H A Ddrbd_state.c107 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 Ddrbd_int.h601 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 Dstm32-dma3.c807 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 Dget-reg-list.c1146 KVM_SBI_EXT_SIMPLE_CONFIG(susp, SUSP);
/linux/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c2962 static void lpc32xx_usbd_susp_chg(int susp) in lpc32xx_usbd_susp_chg() argument
/linux/tools/power/pm-graph/
H A Dsleepgraph.py3609 susp = phase.replace('resume', 'suspend')
3610 if susp in data.dmesg:
3611 data.dmesg[susp]['end'] = t.time