Home
last modified time | relevance | path

Searched refs:no_disable (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_wlan.h595 void (*hw_shutdown)(struct net_device *dev, int no_disable);
Dhostap_hw.c1514 static void prism2_hw_shutdown(struct net_device *dev, int no_disable) in prism2_hw_shutdown() argument
1536 if ((no_disable & HOSTAP_HW_NO_DISABLE) == 0 && in prism2_hw_shutdown()
1542 if (no_disable & HOSTAP_HW_ENABLE_CMDCOMPL) in prism2_hw_shutdown()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_atomic_helper.c2297 bool no_disable = flags & DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET; in drm_atomic_helper_commit_planes() local
2348 no_disable) in drm_atomic_helper_commit_planes()