Home
last modified time | relevance | path

Searched refs:wid (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.c268 struct wid wid; in handle_set_channel() local
270 wid.id = WID_CURRENT_CHANNEL; in handle_set_channel()
271 wid.type = WID_CHAR; in handle_set_channel()
272 wid.val = (char *)&hif_set_ch->set_ch; in handle_set_channel()
273 wid.size = sizeof(char); in handle_set_channel()
275 ret = wilc_send_config_pkt(vif, SET_CFG, &wid, 1, in handle_set_channel()
289 struct wid wid; in handle_set_wfi_drv_handler() local
313 wid.id = WID_SET_DRV_HANDLER; in handle_set_wfi_drv_handler()
314 wid.type = WID_STR; in handle_set_wfi_drv_handler()
315 wid.val = (s8 *)buffer; in handle_set_wfi_drv_handler()
[all …]
Dwilc_wlan_cfg.c267 #define GET_WID_TYPE(wid) (((wid) >> 12) & 0x7) argument
270 u16 wid; in wilc_wlan_parse_response_frame() local
275 wid = info[0] | (info[1] << 8); in wilc_wlan_parse_response_frame()
277 switch (GET_WID_TYPE(wid)) { in wilc_wlan_parse_response_frame()
283 if (g_cfg_byte[i].id == wid) { in wilc_wlan_parse_response_frame()
297 if (g_cfg_hword[i].id == wid) { in wilc_wlan_parse_response_frame()
312 if (g_cfg_word[i].id == wid) { in wilc_wlan_parse_response_frame()
329 if (g_cfg_str[i].id == wid) { in wilc_wlan_parse_response_frame()
330 if (wid == WID_SITE_SURVEY_RESULTS) { in wilc_wlan_parse_response_frame()
356 u32 wid, len; in wilc_wlan_parse_info_frame() local
[all …]
Dwilc_wlan.h276 int wilc_wlan_cfg_set(struct wilc_vif *vif, int start, u16 wid, u8 *buffer,
278 int wilc_wlan_cfg_get(struct wilc_vif *vif, int start, u16 wid, int commit,
280 int wilc_wlan_cfg_get_val(u16 wid, u8 *buffer, u32 buffer_size);
295 int wilc_send_config_pkt(struct wilc_vif *vif, u8 mode, struct wid *wids,
Dwilc_wlan_cfg.h33 int wilc_wlan_cfg_get_wid_value(u16 wid, u8 *buffer, u32 buffer_size);
Dwilc_wlan.c1142 int wilc_wlan_cfg_set(struct wilc_vif *vif, int start, u16 wid, u8 *buffer, in wilc_wlan_cfg_set() argument
1157 wid, buffer, buffer_size); in wilc_wlan_cfg_set()
1183 int wilc_wlan_cfg_get(struct wilc_vif *vif, int start, u16 wid, int commit, in wilc_wlan_cfg_get() argument
1197 ret_size = wilc_wlan_cfg_get_wid(wilc->cfg_frame.frame, offset, wid); in wilc_wlan_cfg_get()
1221 int wilc_wlan_cfg_get_val(u16 wid, u8 *buffer, u32 buffer_size) in wilc_wlan_cfg_get_val() argument
1223 return wilc_wlan_cfg_get_wid_value(wid, buffer, buffer_size); in wilc_wlan_cfg_get_val()
1226 int wilc_send_config_pkt(struct wilc_vif *vif, u8 mode, struct wid *wids, in wilc_send_config_pkt()
Dwilc_wlan_if.h213 struct wid { struct
/Linux-v4.19/arch/ia64/sn/include/xtalk/
Dxbow.h121 #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-v4.19/drivers/media/rc/
Dmtk-cir.c213 u8 wid = 0; in mtk_ir_irq() local
238 wid = (val & (MTK_WIDTH_MASK << j * 8)) >> j * 8; in mtk_ir_irq()
240 rawir.duration = wid * (MTK_IR_SAMPLE + 1); in mtk_ir_irq()
254 if (!MTK_IR_END(wid, rawir.pulse)) { in mtk_ir_irq()
/Linux-v4.19/drivers/video/fbdev/
Dleo.c134 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()
Dffb.c220 u32 wid; member
/Linux-v4.19/drivers/staging/greybus/
Daudio_topology.c937 int wid; in gbaudio_widget_event() local
952 wid = gbaudio_map_widgetname(module, w->name); in gbaudio_widget_event()
953 if (wid < 0) { in gbaudio_widget_event()
966 ret = gb_audio_gb_enable_widget(module->mgmt_connection, wid); in gbaudio_widget_event()
971 ret = gb_audio_gb_disable_widget(module->mgmt_connection, wid); in gbaudio_widget_event()
978 "%d: widget, event:%d failed:%d\n", wid, in gbaudio_widget_event()
/Linux-v4.19/include/sound/
Dsoc-dapm.h256 #define SND_SOC_DAPM_REG(wid, wname, wreg, wshift, wmask, won_val, woff_val) \ argument
257 { .id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
/Linux-v4.19/arch/mips/include/asm/sn/
Dklconfig.h134 char wid; member