Home
last modified time | relevance | path

Searched refs:hostif_hdr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/ks7010/
H A Dks_hostif.h62 struct hostif_hdr { struct
68 struct hostif_hdr header; argument
174 struct hostif_hdr header;
201 struct hostif_hdr header;
212 struct hostif_hdr header;
218 struct hostif_hdr header;
243 struct hostif_hdr header;
348 struct hostif_hdr header;
375 struct hostif_hdr header;
391 struct hostif_hdr header;
[all …]
H A Dks7010_sdio.c324 struct hostif_hdr *hdr; in write_to_device()
327 hdr = (struct hostif_hdr *)buffer; in write_to_device()
384 struct hostif_hdr *hdr; in ks_wlan_hw_tx()
386 hdr = (struct hostif_hdr *)p; in ks_wlan_hw_tx()
427 struct hostif_hdr *hdr; in ks_wlan_hw_rx()
458 hdr = (struct hostif_hdr *)&rx_buffer->data[0]; in ks_wlan_hw_rx()
H A Dks_hostif.c1037 struct hostif_hdr *p; in hostif_generic_request()