/kernel/linux/linux-6.6/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() 161 struct wid wid_list[WILC_SCAN_WID_LIST_SIZE]; in wilc_scan() 274 struct wid wid_list[5]; in wilc_send_connect_wid() 337 struct wid wi in handle_connect_timeout() local 573 struct wid wid; host_int_get_assoc_res_info() local 721 struct wid wid; wilc_disconnect() local 865 struct wid wid; handle_remain_on_chan() local 905 struct wid wid; wilc_handle_roc_expired() local 977 struct wid wid; handle_set_mcast_filter() local 1010 struct wid wid; wilc_set_wowlan_trigger() local 1030 struct wid wid; wilc_set_external_auth_param() local 1144 struct wid wid; wilc_add_ptk() local 1179 struct wid wid; wilc_add_igtk() local 1251 struct wid wid; wilc_add_rx_gtk() local 1266 struct wid wid; wilc_set_pmkid_info() local 1279 struct wid wid; wilc_get_mac_address() local 1295 struct wid wid; wilc_set_mac_address() local 1345 struct wid wid; wilc_set_mac_chnl_num() local 1363 struct wid wid; wilc_set_operation_mode() local 1384 struct wid wid; wilc_get_inactive_time() local 1415 struct wid wid; wilc_get_rssi() local 1719 struct wid wid; wilc_frame_register() local 1758 struct wid wid; wilc_add_beacon() local 1799 struct wid wid; wilc_del_beacon() local 1817 struct wid wid; wilc_add_station() local 1843 struct wid wid; wilc_del_station() local 1869 struct wid wid; wilc_del_allstation() local 1903 struct wid wid; wilc_edit_station() local 1929 struct wid wid; wilc_set_power_mgmt() local 1974 struct wid wid; wilc_set_tx_power() local 1986 struct wid wid; wilc_get_tx_power() local 1998 struct wid wid; wilc_set_default_mgmt_key_index() local [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() 150 while (cfg->b[i].id != WID_NIL && cfg->b[i].id != wid) in wilc_wlan_parse_response_frame() 153 if (cfg->b[i].id == wid) in wilc_wlan_parse_response_frame() 160 while (cfg->hw[i].id != WID_NIL && cfg->hw[i].id != wid) in wilc_wlan_parse_response_frame() 163 if (cfg->hw[i].id == wid) in wilc_wlan_parse_response_frame() 170 while (cfg->w[i].id != WID_NIL && cfg->w[i].id != wid) in wilc_wlan_parse_response_frame() 173 if (cfg->w[i].id == wid) in wilc_wlan_parse_response_frame() 180 while (cfg->s[i].id != WID_NIL && cfg->s[i].id != wid) in wilc_wlan_parse_response_frame() 200 u32 wid, len; wilc_wlan_parse_info_frame() local 269 wilc_wlan_cfg_get_val(struct wilc *wl, u16 wid, u8 *buffer, u32 buffer_size) wilc_wlan_cfg_get_val() argument [all...] |
H A D | wlan_cfg.h | 47 int wilc_wlan_cfg_get_val(struct wilc *wl, u16 wid, u8 *buffer,
|
H A D | wlan.h | 417 int wilc_wlan_cfg_set(struct wilc_vif *vif, int start, u16 wid, u8 *buffer, 419 int wilc_wlan_cfg_get(struct wilc_vif *vif, int start, u16 wid, int commit, 433 int wilc_send_config_pkt(struct wilc_vif *vif, u8 mode, struct wid *wids,
|
H A D | wlan.c | 1287 int wilc_wlan_cfg_set(struct wilc_vif *vif, int start, u16 wid, u8 *buffer, in wilc_wlan_cfg_set() argument 1301 wid, buffer, buffer_size); in wilc_wlan_cfg_set() 1328 int wilc_wlan_cfg_get(struct wilc_vif *vif, int start, u16 wid, int commit, in wilc_wlan_cfg_get() argument 1341 ret_size = wilc_wlan_cfg_get_wid(wilc->cfg_frame.frame, offset, wid); in wilc_wlan_cfg_get() 1365 int wilc_send_config_pkt(struct wilc_vif *vif, u8 mode, struct wid *wids, in wilc_send_config_pkt()
|
H A D | wlan_if.h | 203 struct wid { struct
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | hif.c | 117 struct wid wid; in handle_scan_done() local 123 wid.id = WID_ABORT_RUNNING_SCAN; in handle_scan_done() 124 wid.type = WID_CHAR; in handle_scan_done() 125 wid.val = (s8 *)&abort_running_scan; in handle_scan_done() 126 wid.size = sizeof(char); in handle_scan_done() 128 result = wilc_send_config_pkt(vif, WILC_SET_CFG, &wid, 1); in handle_scan_done() 156 struct wid wid_list[WILC_SCAN_WID_LIST_SIZE]; in wilc_scan() 269 struct wid wid_list[4]; in wilc_send_connect_wid() 322 struct wid wi in handle_connect_timeout() local 546 struct wid wid; host_int_get_assoc_res_info() local 691 struct wid wid; wilc_disconnect() local 834 struct wid wid; handle_remain_on_chan() local 874 struct wid wid; wilc_handle_roc_expired() local 946 struct wid wid; handle_set_mcast_filter() local 1030 struct wid wid; wilc_remove_wep_key() local 1047 struct wid wid; wilc_set_wep_default_keyid() local 1065 struct wid wid; wilc_add_wep_key_bss_sta() local 1171 struct wid wid; wilc_add_ptk() local 1248 struct wid wid; wilc_add_rx_gtk() local 1263 struct wid wid; wilc_set_pmkid_info() local 1276 struct wid wid; wilc_get_mac_address() local 1325 struct wid wid; wilc_set_mac_chnl_num() local 1343 struct wid wid; wilc_set_operation_mode() local 1364 struct wid wid; wilc_get_inactive_time() local 1395 struct wid wid; wilc_get_rssi() local 1706 struct wid wid; wilc_frame_register() local 1741 struct wid wid; wilc_add_beacon() local 1782 struct wid wid; wilc_del_beacon() local 1800 struct wid wid; wilc_add_station() local 1825 struct wid wid; wilc_del_station() local 1851 struct wid wid; wilc_del_allstation() local 1885 struct wid wid; wilc_edit_station() local 1909 struct wid wid; wilc_set_power_mgmt() local 1952 struct wid wid; wilc_set_tx_power() local 1964 struct wid wid; wilc_get_tx_power() local [all...] |
H A D | wlan_cfg.c | 138 u16 wid; in wilc_wlan_parse_response_frame() local 144 wid = get_unaligned_le16(info); in wilc_wlan_parse_response_frame() 146 switch (FIELD_GET(WILC_WID_TYPE, wid)) { in wilc_wlan_parse_response_frame() 148 while (cfg->b[i].id != WID_NIL && cfg->b[i].id != wid) in wilc_wlan_parse_response_frame() 151 if (cfg->b[i].id == wid) in wilc_wlan_parse_response_frame() 158 while (cfg->hw[i].id != WID_NIL && cfg->hw[i].id != wid) in wilc_wlan_parse_response_frame() 161 if (cfg->hw[i].id == wid) in wilc_wlan_parse_response_frame() 168 while (cfg->w[i].id != WID_NIL && cfg->w[i].id != wid) in wilc_wlan_parse_response_frame() 171 if (cfg->w[i].id == wid) in wilc_wlan_parse_response_frame() 178 while (cfg->s[i].id != WID_NIL && cfg->s[i].id != wid) in wilc_wlan_parse_response_frame() 197 u32 wid, len; wilc_wlan_parse_info_frame() local 266 wilc_wlan_cfg_get_val(struct wilc *wl, u16 wid, u8 *buffer, u32 buffer_size) wilc_wlan_cfg_get_val() argument [all...] |
H A D | wlan.h | 378 int wilc_wlan_cfg_set(struct wilc_vif *vif, int start, u16 wid, u8 *buffer, 380 int wilc_wlan_cfg_get(struct wilc_vif *vif, int start, u16 wid, int commit, 393 int wilc_send_config_pkt(struct wilc_vif *vif, u8 mode, struct wid *wids,
|
H A D | wlan_cfg.h | 47 int wilc_wlan_cfg_get_val(struct wilc *wl, u16 wid, u8 *buffer,
|
H A D | wlan.c | 1002 int wilc_wlan_cfg_set(struct wilc_vif *vif, int start, u16 wid, u8 *buffer, in wilc_wlan_cfg_set() argument 1016 wid, buffer, buffer_size); in wilc_wlan_cfg_set() 1043 int wilc_wlan_cfg_get(struct wilc_vif *vif, int start, u16 wid, int commit, in wilc_wlan_cfg_get() argument 1056 ret_size = wilc_wlan_cfg_get_wid(wilc->cfg_frame.frame, offset, wid); in wilc_wlan_cfg_get() 1080 int wilc_send_config_pkt(struct wilc_vif *vif, u8 mode, struct wid *wids, in wilc_send_config_pkt()
|
H A D | wlan_if.h | 197 struct wid { struct
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip30/ |
H A D | ip30-xtalk.c | 103 static unsigned int __init xbow_widget_active(s8 wid) in xbow_widget_active() argument 110 (wid - 8))); in xbow_widget_active() 115 static void __init xtalk_init_widget(s8 wid, s8 masterwid) in xtalk_init_widget() argument 120 if (!xbow_widget_active(wid)) in xtalk_init_widget() 123 widget_id = xtalk_read((void *)(IP30_RAW_SWIN_BASE(wid) + WIDGET_ID)); in xtalk_init_widget() 130 bridge_platform_create(wid, masterwid); in xtalk_init_widget() 133 pr_info("xtalk:%x unknown widget (0x%x)\n", wid, partnum); in xtalk_init_widget()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip30/ |
H A D | ip30-xtalk.c | 137 static unsigned int __init xbow_widget_active(s8 wid) in xbow_widget_active() argument 144 (wid - 8))); in xbow_widget_active() 149 static void __init xtalk_init_widget(s8 wid, s8 masterwid) in xtalk_init_widget() argument 154 if (!xbow_widget_active(wid)) in xtalk_init_widget() 157 widget_id = xtalk_read((void *)(IP30_RAW_SWIN_BASE(wid) + WIDGET_ID)); in xtalk_init_widget() 164 bridge_platform_create(wid, masterwid); in xtalk_init_widget() 167 pr_info("xtalk:%x unknown widget (0x%x)\n", wid, partnum); in xtalk_init_widget()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_tc.c | 633 u32 size, wid = priv->dma_cap.estwid, dep = priv->dma_cap.estdep; in tc_setup_taprio() local 644 switch (wid) { in tc_setup_taprio() 646 wid = 16; in tc_setup_taprio() 649 wid = 20; in tc_setup_taprio() 652 wid = 24; in tc_setup_taprio() 707 if (delta_ns > GENMASK(wid, 0)) in tc_setup_taprio() 709 if (gates > GENMASK(31 - wid, 0)) in tc_setup_taprio() 729 priv->plat->est->gcl[i] = delta_ns | (gates << wid); in tc_setup_taprio()
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | mtk-cir.c | 206 u8 wid = 0; in mtk_ir_irq() local 231 wid = (val & (MTK_WIDTH_MASK << j * 8)) >> j * 8; in mtk_ir_irq() 233 rawir.duration = wid * (MTK_IR_SAMPLE + 1); in mtk_ir_irq() 247 if (!MTK_IR_END(wid, rawir.pulse)) { in mtk_ir_irq()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | mtk-cir.c | 210 u8 wid; in mtk_ir_irq() local 232 wid = val & MTK_WIDTH_MASK; in mtk_ir_irq() 235 rawir.duration = wid * (MTK_IR_SAMPLE + 1); in mtk_ir_irq() 249 if (!MTK_IR_END(wid, rawir.pulse)) { in mtk_ir_irq()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_tc.c | 921 u32 size, wid = priv->dma_cap.estwid, dep = priv->dma_cap.estdep; in tc_setup_taprio() local 935 switch (wid) { in tc_setup_taprio() 937 wid = 16; in tc_setup_taprio() 940 wid = 20; in tc_setup_taprio() 943 wid = 24; in tc_setup_taprio() 1001 if (delta_ns > GENMASK(wid, 0)) in tc_setup_taprio() 1003 if (gates > GENMASK(31 - wid, 0)) in tc_setup_taprio() 1023 priv->plat->est->gcl[i] = delta_ns | (gates << wid); in tc_setup_taprio()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | leo.c | 135 u32 wid; member 222 sbus_writel(0xffffffff, &ss->wid); in leo_switch_from_graph() 240 sbus_writel(1, &ss->wid); in leo_switch_from_graph()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | leo.c | 136 u32 wid; member 223 sbus_writel(0xffffffff, &ss->wid); in leo_switch_from_graph() 241 sbus_writel(1, &ss->wid); in leo_switch_from_graph()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | audio_topology.c | 935 int wid; in gbaudio_widget_event() local 950 wid = gbaudio_map_widgetname(module, w->name); in gbaudio_widget_event() 951 if (wid < 0) { in gbaudio_widget_event() 964 ret = gb_audio_gb_enable_widget(module->mgmt_connection, wid); in gbaudio_widget_event() 969 ret = gb_audio_gb_disable_widget(module->mgmt_connection, wid); in gbaudio_widget_event() 976 "%d: widget, event:%d failed:%d\n", wid, in gbaudio_widget_event()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | audio_topology.c | 934 int wid; in gbaudio_widget_event() local 949 wid = gbaudio_map_widgetname(module, w->name); in gbaudio_widget_event() 950 if (wid < 0) { in gbaudio_widget_event() 963 ret = gb_audio_gb_enable_widget(module->mgmt_connection, wid); in gbaudio_widget_event() 968 ret = gb_audio_gb_disable_widget(module->mgmt_connection, wid); in gbaudio_widget_event() 975 "%d: widget, event:%d failed:%d\n", wid, in gbaudio_widget_event()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc-dapm.h | 259 #define SND_SOC_DAPM_REG(wid, wname, wreg, wshift, wmask, won_val, woff_val) \ 260 { .id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc-dapm.h | 301 #define SND_SOC_DAPM_REG(wid, wname, wreg, wshift, wmask, won_val, woff_val) \ 303 .id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
|