Searched defs:plt (Results 1 - 4 of 4) sorted by relevance

/drivers/net/fddi/skfp/
H A Dpcmplc.c167 static const struct plt { struct
/drivers/gpu/drm/
H A Ddrm_crtc.c5138 struct drm_plane *plane, *plt; local
5178 list_for_each_entry_safe(plane, plt, &dev->mode_config.plane_list,
/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h199 bool plt; member in struct:wl1271
H A Dmain.c721 static int wl12xx_fetch_firmware(struct wl1271 *wl, bool plt) argument
728 if (plt) {
978 if (wl->state == WLCORE_STATE_OFF || wl->plt)
1084 static int wl12xx_chip_wakeup(struct wl1271 *wl, bool plt) argument
1112 ret = wl12xx_fetch_firmware(wl, plt);
1146 wl->plt = true;
1177 wl->plt = false;
1201 if (!wl->plt) {
1230 wl->plt = false;
2373 * loading a non-plt f
[all...]

Completed in 1098 milliseconds