| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | notify.c | 24 #include <core/notify.h> 28 nvkm_notify_put_locked(struct nvkm_notify *notify) in nvkm_notify_put_locked() argument 30 if (notify->block++ == 0) in nvkm_notify_put_locked() 31 nvkm_event_put(notify->event, notify->types, notify->index); in nvkm_notify_put_locked() 35 nvkm_notify_put(struct nvkm_notify *notify) in nvkm_notify_put() argument 37 struct nvkm_event *event = notify->event; in nvkm_notify_put() 40 test_and_clear_bit(NVKM_NOTIFY_USER, ¬ify->flags)) { in nvkm_notify_put() 42 nvkm_notify_put_locked(notify); in nvkm_notify_put() 44 if (test_bit(NVKM_NOTIFY_WORK, ¬ify->flags)) in nvkm_notify_put() 45 flush_work(¬ify->work); in nvkm_notify_put() [all …]
|
| H A D | client.c | 26 #include <core/notify.h> 84 struct nvkm_client_notify *notify = container_of(n, typeof(*notify), n); in nvkm_client_notify() local 85 struct nvkm_client *client = notify->client; in nvkm_client_notify() 86 return client->ntfy(¬ify->rep, notify->size, n->data, n->size); in nvkm_client_notify() 92 if (index < ARRAY_SIZE(client->notify)) { in nvkm_client_notify_put() 93 if (client->notify[index]) { in nvkm_client_notify_put() 94 nvkm_notify_put(&client->notify[index]->n); in nvkm_client_notify_put() 104 if (index < ARRAY_SIZE(client->notify)) { in nvkm_client_notify_get() 105 if (client->notify[index]) { in nvkm_client_notify_get() 106 nvkm_notify_get(&client->notify[index]->n); in nvkm_client_notify_get() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvif/ |
| H A D | notify.c | 27 #include <nvif/notify.h> 33 nvif_notify_put_(struct nvif_notify *notify) in nvif_notify_put_() argument 35 struct nvif_object *object = notify->object; in nvif_notify_put_() 41 .ntfy.index = notify->index, in nvif_notify_put_() 44 if (atomic_inc_return(¬ify->putcnt) != 1) in nvif_notify_put_() 51 nvif_notify_put(struct nvif_notify *notify) in nvif_notify_put() argument 53 if (likely(notify->object) && in nvif_notify_put() 54 test_and_clear_bit(NVIF_NOTIFY_USER, ¬ify->flags)) { in nvif_notify_put() 55 int ret = nvif_notify_put_(notify); in nvif_notify_put() 56 if (test_bit(NVIF_NOTIFY_WORK, ¬ify->flags)) in nvif_notify_put() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | evmisc.c | 58 * notify_value - Value from the Notify() request 84 /* Get the correct notify list type (System or Device) */ in acpi_ev_queue_notify_request() 92 /* Get the notify object attached to the namespace Node */ in acpi_ev_queue_notify_request() 104 * If there is no notify handler (Global or Local) in acpi_ev_queue_notify_request() 105 * for this object, just ignore the notify in acpi_ev_queue_notify_request() 110 "No notify handler for Notify, ignoring (%4.4s, %X) node %p\n", in acpi_ev_queue_notify_request() 117 /* Setup notify info and schedule the notify dispatcher */ in acpi_ev_queue_notify_request() 126 info->notify.node = node; in acpi_ev_queue_notify_request() 127 info->notify.value = (u16)notify_value; in acpi_ev_queue_notify_request() 128 info->notify.handler_list_id = handler_list_id; in acpi_ev_queue_notify_request() [all …]
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/ |
| H A D | inputcontext.h | 23 Q_PROPERTY(bool focus READ focus NOTIFY focusChanged) 24 Q_PROPERTY(bool shift READ shift WRITE setShift NOTIFY shiftChanged) 25 Q_PROPERTY(bool capsLock READ capsLock WRITE setCapsLock NOTIFY capsLockChanged) 26 Q_PROPERTY(int cursorPosition READ cursorPosition NOTIFY cursorPositionChanged) 27 …Q_PROPERTY(Qt::InputMethodHints inputMethodHints READ inputMethodHints NOTIFY inputMethodHintsChan… 28 Q_PROPERTY(QString preeditText READ preeditText WRITE setPreeditText NOTIFY preeditTextChanged) 29 Q_PROPERTY(QString surroundingText READ surroundingText NOTIFY surroundingTextChanged) 30 Q_PROPERTY(QString selectedText READ selectedText NOTIFY selectedTextChanged) 31 Q_PROPERTY(QRectF cursorRectangle READ cursorRectangle NOTIFY cursorRectangleChanged) 32 …Q_PROPERTY(QRectF keyboardRectangle READ keyboardRectangle WRITE setKeyboardRectangle NOTIFY keybo… [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_ecache.c | 138 struct nf_ct_event_notifier *notify; in nf_conntrack_eventmask_report() local 142 notify = rcu_dereference(net->ct.nf_conntrack_event_cb); in nf_conntrack_eventmask_report() 143 if (!notify) in nf_conntrack_eventmask_report() 162 ret = notify->fcn(eventmask | missed, &item); in nf_conntrack_eventmask_report() 195 struct nf_ct_event_notifier *notify; in nf_ct_deliver_cached_events() local 201 notify = rcu_dereference(net->ct.nf_conntrack_event_cb); in nf_ct_deliver_cached_events() 202 if (notify == NULL) in nf_ct_deliver_cached_events() 226 ret = notify->fcn(events | missed, &item); in nf_ct_deliver_cached_events() 249 struct nf_exp_event_notifier *notify; in nf_ct_expect_event_report() local 253 notify = rcu_dereference(net->ct.nf_expect_event_cb); in nf_ct_expect_event_report() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplace_p.h | 81 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 82 …Q_PROPERTY(QQmlListProperty<QDeclarativeCategory> categories READ categories NOTIFY categoriesChan… 83 …Q_PROPERTY(QDeclarativeGeoLocation *location READ location WRITE setLocation NOTIFY locationChange… 84 Q_PROPERTY(QDeclarativeRatings *ratings READ ratings WRITE setRatings NOTIFY ratingsChanged) 85 … Q_PROPERTY(QDeclarativeSupplier *supplier READ supplier WRITE setSupplier NOTIFY supplierChanged) 86 Q_PROPERTY(QDeclarativePlaceIcon *icon READ icon WRITE setIcon NOTIFY iconChanged) 87 Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged) 88 Q_PROPERTY(QString placeId READ placeId WRITE setPlaceId NOTIFY placeIdChanged) 89 Q_PROPERTY(QString attribution READ attribution WRITE setAttribution NOTIFY attributionChanged) 91 Q_PROPERTY(QDeclarativeReviewModel *reviewModel READ reviewModel NOTIFY reviewModelChanged) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qdeclarativeposition_p.h | 68 Q_PROPERTY(bool latitudeValid READ isLatitudeValid NOTIFY latitudeValidChanged) 69 Q_PROPERTY(bool longitudeValid READ isLongitudeValid NOTIFY longitudeValidChanged) 70 Q_PROPERTY(bool altitudeValid READ isAltitudeValid NOTIFY altitudeValidChanged) 71 Q_PROPERTY(QGeoCoordinate coordinate READ coordinate NOTIFY coordinateChanged) 72 Q_PROPERTY(QDateTime timestamp READ timestamp NOTIFY timestampChanged) 73 Q_PROPERTY(double speed READ speed NOTIFY speedChanged) 74 Q_PROPERTY(bool speedValid READ isSpeedValid NOTIFY speedValidChanged) 75 …Q_PROPERTY(qreal horizontalAccuracy READ horizontalAccuracy WRITE setHorizontalAccuracy NOTIFY hor… 76 …Q_PROPERTY(qreal verticalAccuracy READ verticalAccuracy WRITE setVerticalAccuracy NOTIFY verticalA… 77 …Q_PROPERTY(bool horizontalAccuracyValid READ isHorizontalAccuracyValid NOTIFY horizontalAccuracyVa… [all …]
|
| H A D | qdeclarativegeoaddress_p.h | 65 Q_PROPERTY(QString text READ text WRITE setText NOTIFY textChanged) 66 Q_PROPERTY(QString country READ country WRITE setCountry NOTIFY countryChanged) 67 Q_PROPERTY(QString countryCode READ countryCode WRITE setCountryCode NOTIFY countryCodeChanged) 68 Q_PROPERTY(QString state READ state WRITE setState NOTIFY stateChanged) 69 Q_PROPERTY(QString county READ county WRITE setCounty NOTIFY countyChanged) 70 Q_PROPERTY(QString city READ city WRITE setCity NOTIFY cityChanged) 71 Q_PROPERTY(QString district READ district WRITE setDistrict NOTIFY districtChanged) 72 Q_PROPERTY(QString street READ street WRITE setStreet NOTIFY streetChanged) 73 Q_PROPERTY(QString postalCode READ postalCode WRITE setPostalCode NOTIFY postalCodeChanged) 74 Q_PROPERTY(bool isTextGenerated READ isTextGenerated NOTIFY isTextGeneratedChanged)
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_notify.c | 37 present_notify_ptr notify; in present_clear_window_notifies() local 43 xorg_list_for_each_entry(notify, &window_priv->notifies, window_list) { in present_clear_window_notifies() 44 notify->window = NULL; in present_clear_window_notifies() 49 * 'notify' is being freed; remove it from the window's notify list 53 present_free_window_notify(present_notify_ptr notify) in present_free_window_notify() argument 55 xorg_list_del(¬ify->window_list); in present_free_window_notify() 59 * 'notify' is new; add it to the specified window 63 present_add_window_notify(present_notify_ptr notify) in present_add_window_notify() argument 65 WindowPtr window = notify->window; in present_add_window_notify() 71 xorg_list_add(¬ify->window_list, &window_priv->notifies); in present_add_window_notify()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomap_p.h | 78 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 79 …Q_PROPERTY(qreal minimumZoomLevel READ minimumZoomLevel WRITE setMinimumZoomLevel NOTIFY minimumZo… 80 …Q_PROPERTY(qreal maximumZoomLevel READ maximumZoomLevel WRITE setMaximumZoomLevel NOTIFY maximumZo… 81 Q_PROPERTY(qreal zoomLevel READ zoomLevel WRITE setZoomLevel NOTIFY zoomLevelChanged) 83 Q_PROPERTY(qreal tilt READ tilt WRITE setTilt NOTIFY tiltChanged) 84 Q_PROPERTY(qreal minimumTilt READ minimumTilt WRITE setMinimumTilt NOTIFY minimumTiltChanged) 85 Q_PROPERTY(qreal maximumTilt READ maximumTilt WRITE setMaximumTilt NOTIFY maximumTiltChanged) 87 Q_PROPERTY(qreal bearing READ bearing WRITE setBearing NOTIFY bearingChanged) 89 Q_PROPERTY(qreal fieldOfView READ fieldOfView WRITE setFieldOfView NOTIFY fieldOfViewChanged) 90 …Q_PROPERTY(qreal minimumFieldOfView READ minimumFieldOfView WRITE setMinimumFieldOfView NOTIFY min… [all …]
|
| H A D | qdeclarativegeoroutemodel_p.h | 81 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 82 Q_PROPERTY(QDeclarativeGeoRouteQuery *query READ query WRITE setQuery NOTIFY queryChanged) 83 Q_PROPERTY(int count READ count NOTIFY countChanged) 84 Q_PROPERTY(bool autoUpdate READ autoUpdate WRITE setAutoUpdate NOTIFY autoUpdateChanged) 85 Q_PROPERTY(Status status READ status NOTIFY statusChanged) 86 Q_PROPERTY(QString errorString READ errorString NOTIFY errorChanged) 87 Q_PROPERTY(RouteError error READ error NOTIFY errorChanged) 88 …stem measurementSystem READ measurementSystem WRITE setMeasurementSystem NOTIFY measurementSystemC… 202 Q_PROPERTY(qreal bearing READ bearing WRITE setBearing NOTIFY bearingChanged) 290 …tiveRoutes READ numberAlternativeRoutes WRITE setNumberAlternativeRoutes NOTIFY numberAlternativeR… [all …]
|
| H A D | qdeclarativegeocodemodel_p.h | 76 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 77 Q_PROPERTY(bool autoUpdate READ autoUpdate WRITE setAutoUpdate NOTIFY autoUpdateChanged) 78 Q_PROPERTY(Status status READ status NOTIFY statusChanged) 79 Q_PROPERTY(QString errorString READ errorString NOTIFY errorChanged) 80 Q_PROPERTY(int count READ count NOTIFY countChanged) 81 Q_PROPERTY(int limit READ limit WRITE setLimit NOTIFY limitChanged) 82 Q_PROPERTY(int offset READ offset WRITE setOffset NOTIFY offsetChanged) 83 Q_PROPERTY(QVariant query READ query WRITE setQuery NOTIFY queryChanged) 84 Q_PROPERTY(QVariant bounds READ bounds WRITE setBounds NOTIFY boundsChanged) 85 Q_PROPERTY(GeocodeError error READ error NOTIFY errorChanged)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qdeclarativenavigator_p.h | 77 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 78 Q_PROPERTY(QDeclarativeGeoMap *map READ map WRITE setMap NOTIFY mapChanged) 79 Q_PROPERTY(QDeclarativeGeoRoute *route READ route WRITE setRoute NOTIFY routeChanged) 80 …sitionSource *positionSource READ positionSource WRITE setPositionSource NOTIFY positionSourceChan… 81 Q_PROPERTY(bool active READ active WRITE setActive NOTIFY activeChanged) 82 Q_PROPERTY(bool navigatorReady READ navigatorReady NOTIFY navigatorReadyChanged) 83 …rackPositionSource READ trackPositionSource WRITE setTrackPositionSource NOTIFY trackPositionSourc… 84 …nabled READ automaticReroutingEnabled WRITE setAutomaticReroutingEnabled NOTIFY automaticRerouting… 85 Q_PROPERTY(bool isOnRoute READ isOnRoute NOTIFY isOnRouteChanged) 87 Q_PROPERTY(NavigationError error READ error NOTIFY errorChanged) [all …]
|
| H A D | qdeclarativenavigator_p_p.h | 119 Q_PROPERTY(QVariant nextManeuverIcon READ nextManeuverIcon NOTIFY nextManeuverIconChanged) 120 …Q_PROPERTY(qreal distanceToNextManeuver READ distanceToNextManeuver NOTIFY progressInformationChan… 121 …Q_PROPERTY(qreal remainingTravelDistance READ remainingTravelDistance NOTIFY progressInformationCh… 122 …gTravelDistanceToNextWaypoint READ remainingTravelDistanceToNextWaypoint NOTIFY progressInformatio… 123 Q_PROPERTY(qreal traveledDistance READ traveledDistance NOTIFY progressInformationChanged) 124 Q_PROPERTY(int timeToNextManeuver READ timeToNextManeuver NOTIFY progressInformationChanged) 125 Q_PROPERTY(int remainingTravelTime READ remainingTravelTime NOTIFY progressInformationChanged) 126 …Q_PROPERTY(int remainingTravelTimeToNextWaypoint READ remainingTravelTimeToNextWaypoint NOTIFY pro… 127 Q_PROPERTY(int traveledTime READ traveledTime NOTIFY progressInformationChanged) 128 Q_PROPERTY(QDeclarativeGeoRoute *currentRoute READ currentRoute NOTIFY currentRouteChanged) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/ |
| H A D | appmodel.h | 66 NOTIFY dataChanged) 69 NOTIFY dataChanged) 72 NOTIFY dataChanged) 75 NOTIFY dataChanged) 112 NOTIFY readyChanged) 115 NOTIFY readyChanged) 118 NOTIFY cityChanged) 121 NOTIFY weatherChanged) 124 NOTIFY useGpsChanged) 127 NOTIFY cityChanged) [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_ser.c | 32 enum RTW_PHL_SER_NOTIFY_EVENT notify = RTW_PHL_SER_L2_RESET; in rtw_hal_ser_get_error_status() local 37 notify = RTW_PHL_SER_PAUSE_TRX; in rtw_hal_ser_get_error_status() 39 notify = RTW_PHL_SER_DO_RECOVERY; in rtw_hal_ser_get_error_status() 41 notify = RTW_PHL_SER_READY; in rtw_hal_ser_get_error_status() 43 notify = RTW_PHL_SER_L0_RESET; in rtw_hal_ser_get_error_status() 45 notify = RTW_PHL_SER_DUMP_FW_LOG; in rtw_hal_ser_get_error_status() 47 notify = RTW_PHL_SER_LOG_ONLY; in rtw_hal_ser_get_error_status() 50 notify = RTW_PHL_SER_L2_RESET; in rtw_hal_ser_get_error_status() 53 return notify; in rtw_hal_ser_get_error_status()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_ser.c | 32 enum RTW_PHL_SER_NOTIFY_EVENT notify = RTW_PHL_SER_L2_RESET; in rtw_hal_ser_get_error_status() local 37 notify = RTW_PHL_SER_PAUSE_TRX; in rtw_hal_ser_get_error_status() 39 notify = RTW_PHL_SER_DO_RECOVERY; in rtw_hal_ser_get_error_status() 41 notify = RTW_PHL_SER_READY; in rtw_hal_ser_get_error_status() 43 notify = RTW_PHL_SER_L0_RESET; in rtw_hal_ser_get_error_status() 45 notify = RTW_PHL_SER_DUMP_FW_LOG; in rtw_hal_ser_get_error_status() 47 notify = RTW_PHL_SER_LOG_ONLY; in rtw_hal_ser_get_error_status() 50 notify = RTW_PHL_SER_L2_RESET; in rtw_hal_ser_get_error_status() 53 return notify; in rtw_hal_ser_get_error_status()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_btc_fsm.c | 124 pbtc->ntfy->notify, in btc_service_st_hdl() 166 pbtc->ntfy->notify, in btc_service_st_hdl() 322 /* For EXTERNAL application to notify btc (expose) */ 324 * @notify: notification event 325 * @ntfy: notify information (optional) 331 int rtw_phl_btc_notify(void *phl, enum RTW_PHL_BTC_NOTIFY notify, in rtw_phl_btc_notify() argument 342 switch (notify) { in rtw_phl_btc_notify() 354 notify); in rtw_phl_btc_notify() 361 notify); in rtw_phl_btc_notify() 376 ntfy.notify = PHL_BTC_NTFY_ROLE_INFO; in rtw_phl_btc_role_notify() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_btc_fsm.c | 124 pbtc->ntfy->notify, in btc_service_st_hdl() 166 pbtc->ntfy->notify, in btc_service_st_hdl() 322 /* For EXTERNAL application to notify btc (expose) */ 324 * @notify: notification event 325 * @ntfy: notify information (optional) 331 int rtw_phl_btc_notify(void *phl, enum RTW_PHL_BTC_NOTIFY notify, in rtw_phl_btc_notify() argument 342 switch (notify) { in rtw_phl_btc_notify() 354 notify); in rtw_phl_btc_notify() 361 notify); in rtw_phl_btc_notify() 376 ntfy.notify = PHL_BTC_NTFY_ROLE_INFO; in rtw_phl_btc_role_notify() [all …]
|
| /OK3568_Linux_fs/kernel/sound/aoa/core/ |
| H A D | gpio-pmf.c | 78 if (notif->notify) in pmf_handle_notify() 79 notif->notify(notif->data); in pmf_handle_notify() 131 notify_func_t notify, in pmf_set_notify() argument 159 old = notif->notify; in pmf_set_notify() 161 if (!old && !notify) { in pmf_set_notify() 166 if (old && notify) { in pmf_set_notify() 167 if (old == notify && notif->data == data) in pmf_set_notify() 172 if (old && !notify) { in pmf_set_notify() 178 if (!old && notify) { in pmf_set_notify() 199 notif->notify = notify; in pmf_set_notify()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| H A D | base.c | 29 #include <core/notify.h> 130 struct nvkm_notify *notify) in nvkm_fifo_kevent_ctor() argument 134 notify->size = 0; in nvkm_fifo_kevent_ctor() 135 notify->types = 1; in nvkm_fifo_kevent_ctor() 136 notify->index = chan->chid; in nvkm_fifo_kevent_ctor() 149 struct nvkm_notify *notify) in nvkm_fifo_cevent_ctor() argument 152 notify->size = 0; in nvkm_fifo_cevent_ctor() 153 notify->types = 1; in nvkm_fifo_cevent_ctor() 154 notify->index = 0; in nvkm_fifo_cevent_ctor() 187 struct nvkm_notify *notify) in nvkm_fifo_uevent_ctor() argument [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/ |
| H A D | ivc.c | 283 ivc->notify(ivc); in tegra_ivc_read_advance() 328 ivc->notify(ivc); in tegra_ivc_write_advance() 341 * SYNC ACK reset counters; move to EST; notify 342 * SYNC SYNC reset counters; move to ACK; notify 343 * ACK EST move to EST; notify 344 * ACK ACK move to EST; notify 345 * ACK SYNC reset counters; move to ACK; notify 348 * EST SYNC reset counters; move to ACK; notify 395 * Notify remote end to observe state transition. in tegra_ivc_channel_notified() 397 ivc->notify(ivc); in tegra_ivc_channel_notified() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/tegra/ |
| H A D | ivc.c | 317 * Notify only upon transition from full to non-full. The available in tegra_ivc_read_advance() 324 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_read_advance() 373 * Notify only upon transition from empty to non-empty. The available in tegra_ivc_write_advance() 380 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_write_advance() 392 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_reset() 404 * SYNC ACK reset counters; move to EST; notify 405 * SYNC SYNC reset counters; move to ACK; notify 406 * ACK EST move to EST; notify 407 * ACK ACK move to EST; notify 408 * ACK SYNC reset counters; move to ACK; notify [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_acm.c | 53 struct usb_ep *notify; member 428 if (acm->notify->enabled) { in acm_set_alt() 431 usb_ep_disable(acm->notify); in acm_set_alt() 434 if (!acm->notify->desc) in acm_set_alt() 435 if (config_ep_by_speed(cdev->gadget, f, acm->notify)) in acm_set_alt() 438 usb_ep_enable(acm->notify); in acm_set_alt() 441 if (acm->notify->enabled) { in acm_set_alt() 473 usb_ep_disable(acm->notify); in acm_disable() 495 struct usb_ep *ep = acm->notify; in acm_cdc_notify() 497 struct usb_cdc_notification *notify; in acm_cdc_notify() local [all …]
|