Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_wlan.h597 void (*hw_shutdown)(struct net_device *dev, int no_disable);
H A Dhostap_hw.c1507 static void prism2_hw_shutdown(struct net_device *dev, int no_disable) in prism2_hw_shutdown() argument
1529 if ((no_disable & HOSTAP_HW_NO_DISABLE) == 0 && in prism2_hw_shutdown()
1535 if (no_disable & HOSTAP_HW_ENABLE_CMDCOMPL) in prism2_hw_shutdown()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_atomic_helper.c2742 bool no_disable = flags & DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET; in drm_atomic_helper_commit_planes() local
2793 no_disable) in drm_atomic_helper_commit_planes()