Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/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 */
/openbmc/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()
1551 .res_susp = resource_state_change->susp[NEW], in notify_resource_state_change()
1627 HAS_CHANGED(resource_state_change->susp) || in broadcast_state_change()
2262 ns_min.susp = ns_max.susp = connection->resource->susp; in conn_set_state()
H A Ddrbd_int.h599 unsigned susp:1; /* IO suspended by user */ member
1639 rv.susp = resource->susp; in drbd_read_state()
2154 return resource->susp || resource->susp_fen || resource->susp_nod; in drbd_suspended()
H A Ddrbd_nl.c466 return resource->susp || resource->susp_fen || resource->susp_nod; in resource_is_supended()
3128 return drbd_adm_simple_request_state(skb, info, NS(susp, 1)); in drbd_adm_suspend_io()
3173 retcode = drbd_request_state(device, NS3(susp, 0, susp_nod, 0, susp_fen, 0)); in drbd_adm_resume_io()
4209 info->res_susp = resource->susp; in resource_to_info()
H A Ddrbd_receiver.c4561 conn_request_state(peer_device->connection, NS2(conn, C_PROTOCOL_ERROR, susp, 0), CS_HARD); in receive_state()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c2969 static void lpc32xx_usbd_susp_chg(int susp) in lpc32xx_usbd_susp_chg() argument
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py3585 susp = phase.replace('resume', 'suspend')
3586 if susp in data.dmesg:
3587 data.dmesg[susp]['end'] = t.time