Home
last modified time | relevance | path

Searched refs:plt (Results 1 – 11 of 11) sorted by relevance

/drivers/net/wireless/ti/wlcore/
Devent.c166 if (wl->plt) { in wlcore_event_dummy_packet()
Drx.c131 if (unlikely(wl->plt)) in wl1271_rx_handle_data()
Dps.c84 if (wl->plt) in wl1271_ps_elp_sleep()
Dtestmode.c323 if (!wl->plt) { in wl12xx_tm_cmd_get_mac()
Dmain.c734 static int wl12xx_fetch_firmware(struct wl1271 *wl, bool plt) in wl12xx_fetch_firmware() argument
741 if (plt) { in wl12xx_fetch_firmware()
991 if (wl->state == WLCORE_STATE_OFF || wl->plt) in wl1271_recovery_work()
1097 static int wl12xx_chip_wakeup(struct wl1271 *wl, bool plt) in wl12xx_chip_wakeup() argument
1125 ret = wl12xx_fetch_firmware(wl, plt); in wl12xx_chip_wakeup()
1162 wl->plt = true; in wl1271_plt_start()
1193 wl->plt = false; in wl1271_plt_start()
1217 if (!wl->plt) { in wl1271_plt_stop()
1246 wl->plt = false; in wl1271_plt_stop()
2567 if (wl->plt) { in wl1271_op_add_interface()
[all …]
Dwlcore.h206 bool plt; member
Ddebugfs.c72 if (!wl->plt && in wl1271_debugfs_update_stats()
/drivers/atm/
Dfore200e.h91 u32 plt : 3, /* payload type */
Dfore200e.c1072 (rpd->atm_header.plt << ATM_HDR_PTI_SHIFT) | in fore200e_push_rpd()
1710 tpd->atm_header.plt = (*cell_header & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT; in fore200e_send()
1718 tpd->atm_header.plt = 0; in fore200e_send()
/drivers/net/fddi/skfp/
Dpcmplc.c167 static const struct plt { struct
/drivers/gpu/drm/
Ddrm_crtc.c5794 struct drm_plane *plane, *plt; in drm_mode_config_cleanup() local
5829 list_for_each_entry_safe(plane, plt, &dev->mode_config.plane_list, in drm_mode_config_cleanup()