| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | hif.c | 122 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 D | wlan_cfg.c | 140 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 D | wlan_cfg.h | 48 int wilc_wlan_cfg_get_val(struct wilc *wl, u16 wid, u8 *buffer,
|
| H A D | wlan_if.h | 203 struct wid { struct
|
| H A D | wlan.c | 1473 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 D | stmmac_tc.c | 934 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 D | pef2256.c | 86 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 D | dm9051.c | 519 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 D | leo.c | 129 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 D | ffb.c | 221 u32 wid; member
|
| /linux/arch/mips/include/asm/sn/ |
| H A D | klconfig.h | 134 char wid; member
|