connection_state 2088 drivers/block/drbd/drbd_int.h static inline bool is_sync_target_state(enum drbd_conns connection_state) connection_state 2090 drivers/block/drbd/drbd_int.h return connection_state == C_SYNC_TARGET || connection_state 2091 drivers/block/drbd/drbd_int.h connection_state == C_PAUSED_SYNC_T; connection_state 2094 drivers/block/drbd/drbd_int.h static inline bool is_sync_source_state(enum drbd_conns connection_state) connection_state 2096 drivers/block/drbd/drbd_int.h return connection_state == C_SYNC_SOURCE || connection_state 2097 drivers/block/drbd/drbd_int.h connection_state == C_PAUSED_SYNC_S; connection_state 2100 drivers/block/drbd/drbd_int.h static inline bool is_sync_state(enum drbd_conns connection_state) connection_state 2102 drivers/block/drbd/drbd_int.h return is_sync_source_state(connection_state) || connection_state 2103 drivers/block/drbd/drbd_int.h is_sync_target_state(connection_state); connection_state 356 drivers/usb/gadget/udc/renesas_usb3.c enum usb_role connection_state; connection_state 707 drivers/usb/gadget/udc/renesas_usb3.c usb3->connection_state != USB_ROLE_NONE) { connection_state 727 drivers/usb/gadget/udc/renesas_usb3.c !usb3->forced_b_device) || usb3->connection_state == USB_ROLE_HOST) connection_state 2364 drivers/usb/gadget/udc/renesas_usb3.c usb3->connection_state = USB_ROLE_NONE; connection_state 2370 drivers/usb/gadget/udc/renesas_usb3.c if (usb3->connection_state == USB_ROLE_NONE) { connection_state 2371 drivers/usb/gadget/udc/renesas_usb3.c usb3->connection_state = USB_ROLE_DEVICE; connection_state 2384 drivers/usb/gadget/udc/renesas_usb3.c if (usb3->connection_state == USB_ROLE_NONE) { connection_state 2388 drivers/usb/gadget/udc/renesas_usb3.c usb3->connection_state = USB_ROLE_HOST; connection_state 623 include/linux/hyperv.h u8 connection_state;