Searched refs:wl (Results 1 - 25 of 184) sorted by last modified time

12345678

/linux-master/scripts/
H A DMakefile.modpost96 ksym-wl := $(CONFIG_UNUSED_KSYMS_WHITELIST)
97 ksym-wl := $(if $(filter-out /%, $(ksym-wl)),$(if $(wildcard $(ksym-wl)),,$(srctree)/))$(ksym-wl)
98 modpost-args += -t $(addprefix -u , $(ksym-wl))
99 modpost-deps += $(ksym-wl)
/linux-master/sound/soc/fsl/
H A Dfsl_ssi.c814 u32 wl = SSI_SxCCR_WL(sample_size); local
863 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), SSI_SxCCR_WL_MASK, wl);
/linux-master/sound/soc/codecs/
H A Dwm8955.c595 int wl; local
599 wl = 0;
602 wl = 0x4;
605 wl = 0x8;
608 wl = 0xc;
614 WM8955_WL_MASK, wl);
H A Dwm5100.c1405 int i, base, bclk, aif_rate, lrclk, wl, fl, sr; local
1411 wl = params_width(params);
1412 if (wl < 0)
1413 return wl;
1419 wl, fl);
1489 i = (wl << WM5100_AIF1TX_WL_SHIFT) | fl;
H A Dwm2200.c1693 int i, bclk, lrclk, wl, fl, sr_code; local
1697 wl = params_width(params);
1698 if (wl < 0)
1699 return wl;
1705 wl, fl);
1760 i = (wl << WM2200_AIF1TX_WL_SHIFT) | wl;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dmc_wl.c57 struct intel_dmc_wl *wl = &display->wl; local
59 WARN_ON(refcount_read(&wl->refcount));
61 queue_delayed_work(i915->unordered_wq, &wl->work,
67 struct intel_dmc_wl *wl = local
70 container_of(wl, struct intel_display, wl);
73 spin_lock_irqsave(&wl->lock, flags);
76 if (!refcount_read(&wl->refcount))
88 wl
124 struct intel_dmc_wl *wl = &display->wl; local
137 struct intel_dmc_wl *wl = &display->wl; local
164 struct intel_dmc_wl *wl = &display->wl; local
190 struct intel_dmc_wl *wl = &display->wl; local
238 struct intel_dmc_wl *wl = &display->wl; local
[all...]
H A Dintel_display_core.h553 struct intel_dmc_wl wl; member in struct:intel_display
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c1831 int wl, ch, rate; local
1862 wl = AUDIO_W_LEN_16_20MAX;
1865 wl = AUDIO_W_LEN_18_20MAX;
1868 wl = AUDIO_W_LEN_20_20MAX;
1871 wl = AUDIO_W_LEN_24_24MAX;
1880 0xf0, wl);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dcmd.h18 int wl1271_cmd_send(struct wl1271 *wl, u16 id, void *buf, size_t len,
20 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type,
22 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id);
23 int wl12xx_cmd_role_start_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif);
24 int wl12xx_cmd_role_stop_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif);
25 int wl12xx_cmd_role_start_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif);
26 int wl12xx_cmd_role_stop_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif);
27 int wl12xx_cmd_role_start_ibss(struct wl1271 *wl, struct wl12xx_vif *wlvif);
28 int wl12xx_start_dev(struct wl1271 *wl, struct wl12xx_vif *wlvif,
30 int wl12xx_stop_dev(struct wl1271 *wl, struc
[all...]
H A Dsysfs.c19 struct wl1271 *wl = dev_get_drvdata(dev); local
22 mutex_lock(&wl->mutex);
23 len = sysfs_emit(buf, "%d\n\n0 - off\n1 - on\n", wl->sg_enabled);
24 mutex_unlock(&wl->mutex);
34 struct wl1271 *wl = dev_get_drvdata(dev); local
44 mutex_lock(&wl->mutex);
48 if (res == wl->sg_enabled)
51 wl->sg_enabled = res;
53 if (unlikely(wl->state != WLCORE_STATE_ON))
56 ret = pm_runtime_resume_and_get(wl
75 struct wl1271 *wl = dev_get_drvdata(dev); local
95 struct wl1271 *wl = dev_get_drvdata(dev); local
127 wlcore_sysfs_init(struct wl1271 *wl) argument
164 wlcore_sysfs_free(struct wl1271 *wl) argument
[all...]
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dcmd.h18 int wl1251_cmd_send(struct wl1251 *wl, u16 type, void *buf, size_t buf_len);
19 int wl1251_cmd_test(struct wl1251 *wl, void *buf, size_t buf_len, u8 answer);
20 int wl1251_cmd_interrogate(struct wl1251 *wl, u16 id, void *buf, size_t len);
21 int wl1251_cmd_configure(struct wl1251 *wl, u16 id, void *buf, size_t len);
22 int wl1251_cmd_vbm(struct wl1251 *wl, u8 identity,
24 int wl1251_cmd_data_path_rx(struct wl1251 *wl, u8 channel, bool enable);
25 int wl1251_cmd_data_path_tx(struct wl1251 *wl, u8 channel, bool enable);
26 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel,
28 int wl1251_cmd_ps_mode(struct wl1251 *wl, u8 ps_mode);
29 int wl1251_cmd_read_memory(struct wl1251 *wl, u3
[all...]
H A Dsdio.c27 static struct sdio_func *wl_to_func(struct wl1251 *wl) argument
29 struct wl1251_sdio *wl_sdio = wl->if_priv;
35 struct wl1251 *wl = sdio_get_drvdata(func); local
40 ieee80211_queue_work(wl->hw, &wl->irq_work);
50 static void wl1251_sdio_read(struct wl1251 *wl, int addr, argument
54 struct sdio_func *func = wl_to_func(wl);
63 static void wl1251_sdio_write(struct wl1251 *wl, int addr, argument
67 struct sdio_func *func = wl_to_func(wl);
76 static void wl1251_sdio_read_elp(struct wl1251 *wl, in argument
96 wl1251_sdio_write_elp(struct wl1251 *wl, int addr, u32 val) argument
112 wl1251_sdio_reset(struct wl1251 *wl) argument
116 wl1251_sdio_enable_irq(struct wl1251 *wl) argument
125 wl1251_sdio_disable_irq(struct wl1251 *wl) argument
137 struct wl1251 *wl = cookie; local
144 wl1251_enable_line_irq(struct wl1251 *wl) argument
149 wl1251_disable_line_irq(struct wl1251 *wl) argument
154 wl1251_sdio_set_power(struct wl1251 *wl, bool enable) argument
196 struct wl1251 *wl; local
283 struct wl1251 *wl = sdio_get_drvdata(func); local
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8922a.c2257 btc->cx.wl.status.map.init_ok = true;
H A Drtw8852c.c2526 btc->cx.wl.status.map.init_ok = true;
H A Drtw8852b.c2241 btc->cx.wl.status.map.init_ok = true;
H A Drtw8852a.c1786 btc->cx.wl.status.map.init_ok = true;
H A Drtw8851b.c2082 btc->cx.wl.status.map.init_ok = true;
H A Dmac_be.c1857 int rtw89_mac_cfg_ctrl_path_v2(struct rtw89_dev *rtwdev, bool wl) argument
1865 if (wl)
H A Dmac.h1229 int rtw89_mac_cfg_ctrl_path(struct rtw89_dev *rtwdev, bool wl);
1230 int rtw89_mac_cfg_ctrl_path_v1(struct rtw89_dev *rtwdev, bool wl);
1231 int rtw89_mac_cfg_ctrl_path_v2(struct rtw89_dev *rtwdev, bool wl);
H A Dmac.c5719 int rtw89_mac_cfg_ctrl_path(struct rtw89_dev *rtwdev, bool wl) argument
5723 val = wl ? val | BIT(2) : val & ~BIT(2);
5730 int rtw89_mac_cfg_ctrl_path_v1(struct rtw89_dev *rtwdev, bool wl) argument
5737 if (wl)
H A Dfw.c4030 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4031 struct rtw89_btc_wl_role_info *role_info = &wl->role_info;
4111 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4112 struct rtw89_btc_wl_role_info_v1 *role_info = &wl->role_info_v1;
4201 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4202 struct rtw89_btc_wl_role_info_v2 *role_info = &wl->role_info_v2;
4283 struct rtw89_btc_wl_role_info_v8 *role = &btc->cx.wl
4466 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
[all...]
H A Dcore.h1850 u8 bt_pos; /* wl-end view: get from efuse, must compare bt.btg_type*/
2004 struct rtw89_btc_wl_info wl; member in struct:rtw89_btc_cx
2452 __le16 tavg_cycle[CXT_MAX]; /* avg wl/bt cycle time */
2453 __le16 tmax_cycle[CXT_MAX]; /* max wl/bt cycle time */
2454 __le16 tmaxdiff_cycle[CXT_MAX]; /* max wl-wl bt-bt cycle diff time */
2478 __le16 tavg[CXT_MAX]; /* avg wl/bt cycle time */
2479 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */
2480 __le16 tmaxdiff[CXT_MAX]; /* max wl-wl b
6282 rtw89_chip_cfg_ctrl_path(struct rtw89_dev *rtwdev, bool wl) argument
[all...]
H A Dcoex.c14 #define FCXDEF_STEP 50 /* MUST <= FCXMAX_STEP and match with wl fw*/
47 CXTPS_OFF = 0x0, /* no wl tx pause*/
772 struct rtw89_btc_wl_info *wl = &cx->wl; local
780 } else if (!wl->status.map.init_ok) {
785 } else if ((wl->status.map.rf_off_pre == BTC_LPS_RF_OFF &&
786 wl->status.map.rf_off == BTC_LPS_RF_OFF) ||
787 (wl->status.map.lps_pre == BTC_LPS_RF_OFF &&
788 wl->status.map.lps == BTC_LPS_RF_OFF)) {
790 "[BTC], %s(): return by wl of
810 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
991 struct rtw89_btc_wl_info *wl = &cx->wl; local
1299 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
2552 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
2773 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
2805 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
2881 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
2967 struct rtw89_btc_wl_info *wl = &cx->wl; local
2994 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
3143 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
3616 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4013 struct rtw89_btc_wl_info *wl = &rtwdev->btc.cx.wl; local
4047 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4172 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4296 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4353 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4392 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4419 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4729 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4812 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4882 struct rtw89_btc_wl_info *wl = &cx->wl; local
4938 struct rtw89_btc_wl_info *wl = &cx->wl; local
5017 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5057 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5214 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5272 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5334 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5396 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5505 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5559 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5710 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5860 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6042 struct rtw89_btc_wl_info *wl = &rtwdev->btc.cx.wl; local
6136 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6323 struct rtw89_btc_wl_info *wl = &cx->wl; local
6360 struct rtw89_btc_wl_info *wl = &cx->wl; local
6469 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6679 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6702 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6726 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6781 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6808 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6829 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6857 struct rtw89_btc_wl_info *wl = &cx->wl; local
7152 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
7269 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
7333 struct rtw89_btc_wl_info *wl = &cx->wl; local
7448 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
7581 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
7687 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
7767 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
7830 struct rtw89_btc_wl_info *wl = &cx->wl; local
7934 struct rtw89_btc_wl_info *wl = &cx->wl; local
8415 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
9601 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
9679 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
9757 struct rtw89_btc_wl_info *wl = &cx->wl; local
9828 struct rtw89_btc_wl_info *wl = &cx->wl; local
9932 struct rtw89_btc_wl_info *wl = &cx->wl; local
10044 struct rtw89_btc_wl_info *wl = &cx->wl; local
10159 struct rtw89_btc_wl_info *wl = &cx->wl; local
10273 struct rtw89_btc_wl_info *wl = &cx->wl; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c717 /* update wl/bt rssi by btinfo */
994 table_wl = chip->table_sant[table_case].wl;
997 table_wl = chip->table_nsant[table_case].wl;
1050 /* If last tdma is wl slot toggle, force write table*/
1081 chip->table_sant[type].wl);
1087 chip->table_nsant[type].wl);
1310 /* set path control owner to wl at initial step */
1325 /* set path control owner to wl at initial step */
1349 /* set path control owner to wl at runtime step */
1365 /* set path control owner to wl a
[all...]
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c281 static bool is_ac_q_limit(struct wilc *wl, u8 q_num) argument
286 struct wilc_tx_queue_status *q = &wl->tx_q_limit;
291 spin_lock_irqsave(&wl->txq_spinlock, flags);
320 if (wl->txq[q_num].count <= q_limit)
323 spin_unlock_irqrestore(&wl->txq_spinlock, flags);
367 static inline int ac_balance(struct wilc *wl, u8 *ratio) argument
375 if (wl->txq[i].fw.count > max_count)
376 max_count = wl->txq[i].fw.count;
379 ratio[i] = max_count - wl->txq[i].fw.count;
384 static inline void ac_update_fw_ac_pkt_info(struct wilc *wl, u3 argument
[all...]

Completed in 450 milliseconds

12345678