Home
last modified time | relevance | path

Searched defs:hifDevice (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/miscdrv/
Dcommon_drv.c86 int ar6000_SetAddressWindowRegister(struct hif_device *hifDevice, u32 RegisterAddr, u32 Address) in ar6000_SetAddressWindowRegister()
147 int ar6000_SetAddressWindowRegister(struct hif_device *hifDevice, u32 RegisterAddr, u32 Address) in ar6000_SetAddressWindowRegister()
190 ar6000_ReadRegDiag(struct hif_device *hifDevice, u32 *address, u32 *data) in ar6000_ReadRegDiag()
224 ar6000_WriteRegDiag(struct hif_device *hifDevice, u32 *address, u32 *data) in ar6000_WriteRegDiag()
247 ar6000_ReadDataDiag(struct hif_device *hifDevice, u32 address, in ar6000_ReadDataDiag()
265 ar6000_WriteDataDiag(struct hif_device *hifDevice, u32 address, in ar6000_WriteDataDiag()
283 ar6k_ReadTargetRegister(struct hif_device *hifDevice, int regsel, u32 *regval) in ar6k_ReadTargetRegister()
319 ar6k_FetchTargetRegs(struct hif_device *hifDevice, u32 *targregs) in ar6k_FetchTargetRegs()
402 int ar6000_reset_device(struct hif_device *hifDevice, u32 TargetType, bool waitForCompletion, bool … in ar6000_reset_device()
484 ar6000_copy_cust_data_from_target(struct hif_device *hifDevice, u32 TargetType) in ar6000_copy_cust_data_from_target()
[all …]
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dexport_hci_transport.c84 int ar6000_set_uart_config(struct hif_device *hifDevice, in ar6000_set_uart_config()
100 int ar6000_get_core_clock_config(struct hif_device *hifDevice, u32 *data) in ar6000_get_core_clock_config()
Dioctl.c1868 struct hif_device *hifDevice = ar->arHifDevice; in ar6000_ioctl() local
/linux-2.6.39/drivers/staging/ath6kl/include/
Dcommon_drv.h46 void *hifDevice; member