/linux-4.4.14/drivers/staging/wilc1000/ |
D | host_interface.c | 331 struct wid wid; in Handle_SetChannel() local 333 wid.id = (u16)WID_CURRENT_CHANNEL; in Handle_SetChannel() 334 wid.type = WID_CHAR; in Handle_SetChannel() 335 wid.val = (char *)&pstrHostIFSetChan->set_ch; in Handle_SetChannel() 336 wid.size = sizeof(char); in Handle_SetChannel() 340 result = send_config_pkt(SET_CFG, &wid, 1, in Handle_SetChannel() 355 struct wid wid; in Handle_SetWfiDrvHandler() local 357 wid.id = (u16)WID_SET_DRV_HANDLER; in Handle_SetWfiDrvHandler() 358 wid.type = WID_INT; in Handle_SetWfiDrvHandler() 359 wid.val = (s8 *)&pstrHostIfSetDrvHandler->handler; in Handle_SetWfiDrvHandler() [all …]
|
D | wilc_wlan_cfg.c | 272 u32 wid, len = 0, i = 0; in wilc_wlan_parse_response_frame() local 277 wid = info[0] | (info[1] << 8); in wilc_wlan_parse_response_frame() 279 wid = BYTE_SWAP(wid); in wilc_wlan_parse_response_frame() 281 PRINT_INFO(GENERIC_DBG, "Processing response for %d seq %d\n", wid, seq++); in wilc_wlan_parse_response_frame() 282 switch ((wid >> 12) & 0x7) { in wilc_wlan_parse_response_frame() 288 if (g_cfg_byte[i].id == wid) { in wilc_wlan_parse_response_frame() 302 if (g_cfg_hword[i].id == wid) { in wilc_wlan_parse_response_frame() 320 if (g_cfg_word[i].id == wid) { in wilc_wlan_parse_response_frame() 338 if (g_cfg_str[i].id == wid) { in wilc_wlan_parse_response_frame() 339 if (wid == WID_SITE_SURVEY_RESULTS) { in wilc_wlan_parse_response_frame() [all …]
|
D | wilc_wlan.h | 306 int wilc_wlan_cfg_set(int start, u32 wid, u8 *buffer, u32 buffer_size, 308 int wilc_wlan_cfg_get(int start, u32 wid, int commit, u32 drvHandler); 309 int wilc_wlan_cfg_get_val(u32 wid, u8 *buffer, u32 buffer_size);
|
D | coreconfigurator.h | 73 struct wid { struct 130 s32 send_config_pkt(u8 mode, struct wid *wids, u32 count, u32 drv);
|
D | wilc_wlan_cfg.h | 35 int wilc_wlan_cfg_get_wid_value(u16 wid, u8 *buffer, u32 buffer_size);
|
D | wilc_wlan.c | 1757 int wilc_wlan_cfg_set(int start, u32 wid, u8 *buffer, u32 buffer_size, in wilc_wlan_cfg_set() argument 1772 ret_size = wilc_wlan_cfg_set_wid(p->cfg_frame.frame, offset, (u16)wid, in wilc_wlan_cfg_set() 1798 int wilc_wlan_cfg_get(int start, u32 wid, int commit, u32 drvHandler) in wilc_wlan_cfg_get() argument 1812 ret_size = wilc_wlan_cfg_get_wid(p->cfg_frame.frame, offset, (u16)wid); in wilc_wlan_cfg_get() 1837 int wilc_wlan_cfg_get_val(u32 wid, u8 *buffer, u32 buffer_size) in wilc_wlan_cfg_get_val() argument 1841 ret = wilc_wlan_cfg_get_wid_value((u16)wid, buffer, buffer_size); in wilc_wlan_cfg_get_val()
|
D | coreconfigurator.c | 591 s32 send_config_pkt(u8 mode, struct wid *wids, u32 count, u32 drv) in send_config_pkt()
|
/linux-4.4.14/arch/ia64/sn/include/xtalk/ |
D | xbow.h | 121 #define XBOW_WIDGET_IS_VALID(wid) ((wid) >= XBOW_PORT_8 && (wid) <= XBOW_PORT_F) argument 124 #define XBOW_ARB_IS_UPPER(wid) ((wid) >= XBOW_PORT_8 && (wid) <= XBOW_PORT_B) argument 125 #define XBOW_ARB_IS_LOWER(wid) ((wid) >= XBOW_PORT_C && (wid) <= XBOW_PORT_F) argument 128 #define XBOW_ARB_OFF(wid) (XBOW_ARB_IS_UPPER(wid) ? 0x1c : 0x24) argument 291 #define IS_XBRIDGE_XBOW(wid) \ argument 292 (XWIDGET_PART_NUM(wid) == XXBOW_WIDGET_PART_NUM && \ 293 XWIDGET_MFG_NUM(wid) == XXBOW_WIDGET_MFGR_NUM) 295 #define IS_PIC_XBOW(wid) \ argument 296 (XWIDGET_PART_NUM(wid) == PXBOW_WIDGET_PART_NUM && \ 297 XWIDGET_MFG_NUM(wid) == XXBOW_WIDGET_MFGR_NUM)
|
/linux-4.4.14/drivers/video/fbdev/ |
D | leo.c | 134 u32 wid; member 221 sbus_writel(0xffffffff, &ss->wid); in leo_switch_from_graph() 239 sbus_writel(1, &ss->wid); in leo_switch_from_graph()
|
D | ffb.c | 220 u32 wid; member
|
/linux-4.4.14/include/sound/ |
D | soc-dapm.h | 255 #define SND_SOC_DAPM_REG(wid, wname, wreg, wshift, wmask, won_val, woff_val) \ argument 256 { .id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
|
/linux-4.4.14/arch/mips/include/asm/sn/ |
D | klconfig.h | 134 char wid; member
|