| /kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
| D | hif.c | 117 struct wid wid; in handle_scan_done() local 322 struct wid wid; in handle_connect_timeout() local 546 struct wid wid; in host_int_get_assoc_res_info() local 691 struct wid wid; in wilc_disconnect() local 834 struct wid wid; in handle_remain_on_chan() local 874 struct wid wid; in wilc_handle_roc_expired() local 946 struct wid wid; in handle_set_mcast_filter() local 1030 struct wid wid; in wilc_remove_wep_key() local 1047 struct wid wid; in wilc_set_wep_default_keyid() local 1065 struct wid wid; in wilc_add_wep_key_bss_sta() local [all …]
|
| D | wlan_cfg.c | 138 u16 wid; in wilc_wlan_parse_response_frame() local 197 u32 wid, len; in wilc_wlan_parse_info_frame() local 266 int wilc_wlan_cfg_get_val(struct wilc *wl, u16 wid, u8 *buffer, in wilc_wlan_cfg_get_val()
|
| D | wlan_if.h | 197 struct wid { struct 199 enum wid_type type; argument 200 s32 size; 201 s8 *val;
|
| D | wlan.c | 1002 int wilc_wlan_cfg_set(struct wilc_vif *vif, int start, u16 wid, u8 *buffer, 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()
|
| /kernel/linux/linux-4.19/drivers/staging/wilc1000/ |
| D | host_interface.c | 268 struct wid wid; in handle_set_channel() local 289 struct wid wid; in handle_set_wfi_drv_handler() local 336 struct wid wid; in handle_set_operation_mode() local 362 struct wid wid; in handle_set_ip_address() local 391 struct wid wid; in handle_get_ip_address() local 419 struct wid wid; in handle_get_mac_address() local 735 struct wid wid; in handle_scan_done() local 1159 struct wid wid; in handle_connect_timeout() local 1465 struct wid wid; in host_int_get_assoc_res_info() local 1674 struct wid wid; in wilc_pmksa_key_copy() local [all …]
|
| D | wilc_wlan_cfg.c | 267 #define GET_WID_TYPE(wid) (((wid) >> 12) & 0x7) argument 270 u16 wid; in wilc_wlan_parse_response_frame() local 356 u32 wid, len; in wilc_wlan_parse_info_frame() local 427 int wilc_wlan_cfg_get_wid_value(u16 wid, u8 *buffer, u32 buffer_size) in wilc_wlan_cfg_get_wid_value()
|
| D | wilc_wlan_if.h | 213 struct wid { struct 215 enum wid_type type; argument 216 s32 size; 217 s8 *val;
|
| D | wilc_wlan.c | 1142 int wilc_wlan_cfg_set(struct wilc_vif *vif, int start, u16 wid, u8 *buffer, 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() 1221 int wilc_wlan_cfg_get_val(u16 wid, u8 *buffer, u32 buffer_size) in wilc_wlan_cfg_get_val()
|
| /kernel/linux/linux-5.10/arch/mips/sgi-ip30/ |
| D | ip30-xtalk.c | 103 static unsigned int __init xbow_widget_active(s8 wid) in xbow_widget_active() 115 static void __init xtalk_init_widget(s8 wid, s8 masterwid) in xtalk_init_widget()
|
| /kernel/linux/linux-4.19/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 295 #define IS_PIC_XBOW(wid) \ argument
|
| /kernel/linux/linux-5.10/drivers/media/rc/ |
| D | mtk-cir.c | 206 u8 wid = 0; in mtk_ir_irq() local
|
| /kernel/linux/linux-4.19/drivers/media/rc/ |
| D | mtk-cir.c | 218 u8 wid = 0; in mtk_ir_irq() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_tc.c | 633 u32 size, wid = priv->dma_cap.estwid, dep = priv->dma_cap.estdep; in tc_setup_taprio() local
|
| /kernel/linux/linux-4.19/drivers/video/fbdev/ |
| D | leo.c | 134 u32 wid; member
|
| D | ffb.c | 220 u32 wid; member
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | leo.c | 135 u32 wid; member
|
| D | ffb.c | 221 u32 wid; member
|
| /kernel/linux/linux-5.10/drivers/staging/greybus/ |
| D | audio_topology.c | 928 int wid; in gbaudio_widget_event() local
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | cx2072x.c | 1179 #define CX2072X_DAPM_REG_E(wid, wname, wreg, wshift, wmask, won_val, woff_val, \ argument
|
| /kernel/linux/linux-4.19/drivers/staging/greybus/ |
| D | audio_topology.c | 938 int wid; in gbaudio_widget_event() local
|
| /kernel/linux/linux-4.19/include/sound/ |
| D | soc-dapm.h | 256 #define SND_SOC_DAPM_REG(wid, wname, wreg, wshift, wmask, won_val, woff_val) \ argument
|
| /kernel/linux/linux-5.10/include/sound/ |
| D | soc-dapm.h | 258 #define SND_SOC_DAPM_REG(wid, wname, wreg, wshift, wmask, won_val, woff_val) \ argument
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/sn/ |
| D | klconfig.h | 134 char wid; member
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/sn/ |
| D | klconfig.h | 134 char wid; member
|