Searched refs:wids (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/wilc1000/ |
D | coreconfigurator.c | 591 s32 send_config_pkt(u8 mode, struct wid *wids, u32 count, u32 drv) in send_config_pkt() argument 600 wids[counter].id, in send_config_pkt() 610 wids[counter].size = wilc_wlan_cfg_get_val( in send_config_pkt() 611 wids[counter].id, in send_config_pkt() 612 wids[counter].val, in send_config_pkt() 613 wids[counter].size); in send_config_pkt() 618 PRINT_D(CORECONFIG_DBG, "Sending config SET PACKET WID:%x\n", wids[counter].id); in send_config_pkt() 620 wids[counter].id, in send_config_pkt() 621 wids[counter].val, in send_config_pkt() 622 wids[counter].size, in send_config_pkt()
|
D | coreconfigurator.h | 130 s32 send_config_pkt(u8 mode, struct wid *wids, u32 count, u32 drv);
|