/external/syslinux/gpxe/src/include/ |
nic.h | 77 extern int legacy_probe ( void *hwdev, 78 void ( * set_drvdata ) ( void *hwdev, void *priv ), 80 int ( * probe ) ( struct nic *nic, void *hwdev ), 81 void ( * disable ) ( struct nic *nic, void *hwdev )); 82 void legacy_remove ( void *hwdev, 83 void * ( * get_drvdata ) ( void *hwdev ), 84 void ( * disable ) ( struct nic *nic, void *hwdev ) ); 100 static inline void legacy_pci_set_drvdata ( void *hwdev, void *priv ) { 101 pci_set_drvdata ( hwdev, priv ); 103 static inline void * legacy_pci_get_drvdata ( void *hwdev ) { [all...] |
/external/syslinux/gpxe/src/drivers/net/ |
legacy.c | 82 int legacy_probe ( void *hwdev, 83 void ( * set_drvdata ) ( void *hwdev, void *priv ), 85 int ( * probe ) ( struct nic *nic, void *hwdev ), 86 void ( * disable ) ( struct nic *nic, void *hwdev ) ) { 99 set_drvdata ( hwdev, netdev ); 105 if ( ! probe ( &nic, hwdev ) ) { 131 disable ( &nic, hwdev ); 138 void legacy_remove ( void *hwdev, 139 void * ( * get_drvdata ) ( void *hwdev ), 140 void ( * disable ) ( struct nic *nic, void *hwdev ) ) { [all...] |
3c509.c | 280 static int legacy_t509_probe ( struct nic *nic, void *hwdev ) { 281 struct t509_device *t509 = hwdev; 291 static void legacy_t509_disable ( struct nic *nic, void *hwdev ) { 292 struct t509_device *t509 = hwdev; 298 static inline void legacy_t509_set_drvdata ( void *hwdev, void *priv ) { 299 t509_set_drvdata ( hwdev, priv ); 302 static inline void * legacy_t509_get_drvdata ( void *hwdev ) { 303 return t509_get_drvdata ( hwdev );
|
/frameworks/av/services/audioflinger/ |
AudioStreamOut.cpp | 49 sp<DeviceHalInterface> AudioStreamOut::hwDev() const 130 int status = hwDev()->openOutputStream( 152 status = hwDev()->openOutputStream(
|
AudioStreamOut.h | 44 sp<DeviceHalInterface> hwDev() const;
|
Threads.h | [all...] |
AudioFlinger.h | 707 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } [all...] |
Threads.cpp | [all...] |
/hardware/libhardware_legacy/audio/ |
audio_hw_hal.cpp | 628 struct audio_hw_device *hwdev = local 630 struct legacy_audio_device *ladev = to_ladev(hwdev);
|
/hardware/qcom/audio/legacy/alsa_sound/ |
audio_hw_hal.cpp | 696 struct audio_hw_device *hwdev = local 698 struct qcom_audio_device *qadev = to_ladev(hwdev);
|
/system/nfc/halimpl/pn54x/dnld/ |
phDnldNfc.c | 616 ** Description Stores the HwDev handle to download context. The handle is 649 ** Description Frees the HwDev handle to download context. [all...] |