Home
last modified time | relevance | path

Searched refs:get_word (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/ks7010/
H A Dks_hostif.c47 static inline u16 get_word(struct ks_wlan_private *priv) in get_word() function
433 auth_type = get_word(priv); /* AuthType */ in hostif_data_indication()
434 get_word(priv); /* Reserve Area */ in hostif_data_indication()
532 mib_val_size = get_word(priv); in hostif_mib_get_confirm()
533 mib_val_type = get_word(priv); in hostif_mib_get_confirm()
724 connect_code = get_word(priv); in hostif_connect_indication()
851 result_code = get_word(priv); in hostif_infrastructure_set_confirm()
977 event = get_word(priv); in hostif_event_check()
1610 if (get_word(priv) == priv->rx_size) in hostif_receive()
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H A Dks_hostif.c47 static inline u16 get_word(struct ks_wlan_private *priv) in get_word() function
428 auth_type = get_word(priv); /* AuthType */ in hostif_data_indication()
429 get_word(priv); /* Reserve Area */ in hostif_data_indication()
525 get_word(priv); /* mib_val_size */ in hostif_mib_get_confirm()
526 get_word(priv); /* mib_val_type */ in hostif_mib_get_confirm()
717 connect_code = get_word(priv); in hostif_connect_indication()
842 get_word(priv); /* result_code */ in hostif_infrastructure_set_confirm()
968 event = get_word(priv); in hostif_event_check()
1601 if (get_word(priv) == priv->rx_size) in hostif_receive()
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dmain.c537 /* get_word - will first check to see if the character under the
546 static u_long get_word(struct vc_data *vc) in get_word() function
595 u_long cnt = get_word(vc); in say_word()
711 if (!get_word(vc)) in spell_word()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dmain.c535 /* get_word - will first check to see if the character under the
544 static u_long get_word(struct vc_data *vc) in get_word() function
593 u_long cnt = get_word(vc); in say_word()
711 if (!get_word(vc)) in spell_word()
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.c209 static u16 get_word(const void *data, u16 offset) in get_word() function
276 fw_bcdDevice = get_word(ub_fw->data, E2P_DATA_OFFSET); in upload_firmware()
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.c208 static u16 get_word(const void *data, u16 offset) in get_word() function
275 fw_bcdDevice = get_word(ub_fw->data, E2P_DATA_OFFSET); in upload_firmware()

Completed in 16 milliseconds