/linux-6.12.1/drivers/net/wireless/microchip/wilc1000/ |
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 …]
|
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() [all …]
|
D | wlan.h | 427 int wilc_wlan_cfg_set(struct wilc_vif *vif, int start, u16 wid, u8 *buffer, 429 int wilc_wlan_cfg_get(struct wilc_vif *vif, int start, u16 wid, int commit, 443 int wilc_send_config_pkt(struct wilc_vif *vif, u8 mode, struct wid *wids,
|
D | wlan_cfg.h | 47 int wilc_wlan_cfg_get_val(struct wilc *wl, u16 wid, u8 *buffer,
|
D | wlan_if.h | 203 struct wid { struct
|
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()
|
/linux-6.12.1/arch/mips/sgi-ip30/ |
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()
|
/linux-6.12.1/drivers/media/rc/ |
D | mtk-cir.c | 211 u8 wid; in mtk_ir_irq() local 233 wid = val & MTK_WIDTH_MASK; in mtk_ir_irq() 236 rawir.duration = wid * (MTK_IR_SAMPLE + 1); in mtk_ir_irq() 250 if (!MTK_IR_END(wid, rawir.pulse)) { in mtk_ir_irq()
|
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/ |
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, 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-6.12.1/drivers/net/wan/framer/pef2256/ |
D | pef2256.c | 85 u8 vstr, wid; in pef2256_get_version() local 88 wid = pef2256_read8(pef2256, PEF2256_WID); in pef2256_get_version() 92 if ((wid & PEF2256_12_WID_MASK) == PEF2256_12_WID_VERSION_12) in pef2256_get_version() 96 switch (wid & PEF2256_2X_WID_MASK) { in pef2256_get_version() 111 dev_err(pef2256->dev, "Unknown version (0x%02x, 0x%02x)\n", vstr, wid); in pef2256_get_version()
|
/linux-6.12.1/drivers/net/ethernet/davicom/ |
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-6.12.1/drivers/video/fbdev/ |
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()
|
D | ffb.c | 221 u32 wid; member
|
/linux-6.12.1/drivers/staging/greybus/ |
D | audio_topology.c | 925 int wid; in gbaudio_widget_event() local 940 wid = gbaudio_map_widgetname(module, w->name); in gbaudio_widget_event() 941 if (wid < 0) { in gbaudio_widget_event() 954 ret = gb_audio_gb_enable_widget(module->mgmt_connection, wid); in gbaudio_widget_event() 959 ret = gb_audio_gb_disable_widget(module->mgmt_connection, wid); in gbaudio_widget_event() 966 "%d: widget, event:%d failed:%d\n", wid, in gbaudio_widget_event()
|
/linux-6.12.1/include/sound/ |
D | soc-dapm.h | 301 #define SND_SOC_DAPM_REG(wid, wname, wreg, wshift, wmask, won_val, woff_val) \ argument 303 .id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
|
/linux-6.12.1/arch/mips/include/asm/sn/ |
D | klconfig.h | 134 char wid; member
|
/linux-6.12.1/sound/soc/codecs/ |
D | cx2072x.c | 1168 #define CX2072X_DAPM_REG_E(wid, wname, wreg, wshift, wmask, won_val, woff_val, \ argument 1170 {.id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
|