Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c122 struct wid wid; in handle_scan_done() local
128 wid.id = WID_ABORT_RUNNING_SCAN; in handle_scan_done()
129 wid.type = WID_CHAR; in handle_scan_done()
130 wid.val = (s8 *)&abort_running_scan; in handle_scan_done()
131 wid.size = sizeof(char); in handle_scan_done()
133 result = wilc_send_config_pkt(vif, WILC_SET_CFG, &wid, 1); in handle_scan_done()
162 struct wid wid_list[WILC_SCAN_WID_LIST_SIZE]; in wilc_scan()
276 struct wid wid_list[5]; in wilc_send_connect_wid()
339 struct wid wid; in handle_connect_timeout() local
359 wid.id = WID_DISCONNECT; in handle_connect_timeout()
[all …]
H A Dwlan_cfg.c140 u16 wid; in wilc_wlan_parse_response_frame() local
146 wid = get_unaligned_le16(info); in wilc_wlan_parse_response_frame()
148 switch (FIELD_GET(WILC_WID_TYPE, wid)) { in wilc_wlan_parse_response_frame()
154 while (cfg->b[i].id != WID_NIL && cfg->b[i].id != wid) in wilc_wlan_parse_response_frame()
157 if (cfg->b[i].id == wid) in wilc_wlan_parse_response_frame()
167 while (cfg->hw[i].id != WID_NIL && cfg->hw[i].id != wid) in wilc_wlan_parse_response_frame()
170 if (cfg->hw[i].id == wid) in wilc_wlan_parse_response_frame()
180 while (cfg->w[i].id != WID_NIL && cfg->w[i].id != wid) in wilc_wlan_parse_response_frame()
183 if (cfg->w[i].id == wid) in wilc_wlan_parse_response_frame()
191 while (cfg->s[i].id != WID_NIL && cfg->s[i].id != wid) in wilc_wlan_parse_response_frame()
[all …]
H A Dwlan_cfg.h48 int wilc_wlan_cfg_get_val(struct wilc *wl, u16 wid, u8 *buffer,
H A Dwlan_if.h203 struct wid { struct
H A Dwlan.c1473 int wilc_wlan_cfg_set(struct wilc_vif *vif, int start, u16 wid, u8 *buffer, in wilc_wlan_cfg_set() argument
1487 wid, buffer, buffer_size); in wilc_wlan_cfg_set()
1514 int wilc_wlan_cfg_get(struct wilc_vif *vif, int start, u16 wid, int commit, in wilc_wlan_cfg_get() argument
1527 ret_size = wilc_wlan_cfg_get_wid(wilc->cfg_frame.frame, offset, wid); in wilc_wlan_cfg_get()
1551 int wilc_send_config_pkt(struct wilc_vif *vif, u8 mode, struct wid *wids, in wilc_send_config_pkt()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c934 u32 size, wid = priv->dma_cap.estwid, dep = priv->dma_cap.estdep; in tc_taprio_configure() local
947 switch (wid) { in tc_taprio_configure()
949 wid = 16; in tc_taprio_configure()
952 wid = 20; in tc_taprio_configure()
955 wid = 24; in tc_taprio_configure()
988 if (qopt->cycle_time_extension >= BIT(wid + 7)) in tc_taprio_configure()
1015 if (delta_ns > GENMASK(wid - 1, 0)) in tc_taprio_configure()
1017 if (gates > GENMASK(31 - wid, 0)) in tc_taprio_configure()
1033 priv->est->gcl[i] = delta_ns | (gates << wid); in tc_taprio_configure()
/linux/drivers/net/wan/framer/pef2256/
H A Dpef2256.c86 u8 vstr, wid; in pef2256_get_version() local
89 wid = pef2256_read8(pef2256, PEF2256_WID); in pef2256_get_version()
93 if ((wid & PEF2256_12_WID_MASK) == PEF2256_12_WID_VERSION_12) in pef2256_get_version()
97 switch (wid & PEF2256_2X_WID_MASK) { in pef2256_get_version()
112 dev_err(pef2256->dev, "Unknown version (0x%02x, 0x%02x)\n", vstr, wid); in pef2256_get_version()
/linux/drivers/net/ethernet/davicom/
H A Ddm9051.c519 unsigned short wid; in dm9051_map_chipid() local
527 wid = get_unaligned_le16(buff + 2); in dm9051_map_chipid()
528 if (wid != DM9051_ID) { in dm9051_map_chipid()
529 dev_err(dev, "chipid error as %04x !\n", wid); in dm9051_map_chipid()
533 dev_info(dev, "chip %04x found\n", wid); in dm9051_map_chipid()
/linux/drivers/video/fbdev/
H A Dleo.c129 u32 wid; member
216 sbus_writel(0xffffffff, &ss->wid); in leo_switch_from_graph()
234 sbus_writel(1, &ss->wid); in leo_switch_from_graph()
H A Dffb.c221 u32 wid; member
/linux/arch/mips/include/asm/sn/
H A Dklconfig.h134 char wid; member