Searched refs:hd_info (Results 1 - 2 of 2) sorted by relevance

/drivers/block/
H A Dhd.c129 static struct hd_i_struct hd_info[] = { HD_TYPE }; variable in typeref:struct:hd_i_struct
130 static int NR_HD = ARRAY_SIZE(hd_info);
132 static struct hd_i_struct hd_info[MAX_HD]; variable in typeref:struct:hd_i_struct
182 if (hd_info[0].head != 0)
184 hd_info[hdind].head = ints[2];
185 hd_info[hdind].sect = ints[3];
186 hd_info[hdind].cyl = ints[1];
187 hd_info[hdind].wpcom = 0;
188 hd_info[hdind].lzone = ints[1];
189 hd_info[hdin
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_sdio.c1511 struct brcmf_sdio_hdrinfo *hd_info)
1516 brcmf_sdio_update_hwhdr(header, hd_info->len);
1520 hdrval = (hd_info->len - hdr_offset) | (hd_info->lastfrm << 24);
1522 hdrval = (u16)hd_info->tail_pad << 16;
1527 hdrval = hd_info->seq_num;
1528 hdrval |= (hd_info->channel << SDPCM_CHANNEL_SHIFT) &
1530 hdrval |= (hd_info->dat_offset << SDPCM_DOFFSET_SHIFT) &
2223 struct brcmf_sdio_hdrinfo hd_info = {0}; local
2246 hd_info
1510 brcmf_sdio_hdpack(struct brcmf_sdio *bus, u8 *header, struct brcmf_sdio_hdrinfo *hd_info) argument
2432 struct brcmf_sdio_hdrinfo hd_info = {0}; local
[all...]

Completed in 217 milliseconds