HomeSort by relevance Sort by last modified time
    Searched refs:isapnp_device (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
isapnp.h 178 struct isapnp_device { struct
218 int ( * probe ) ( struct isapnp_device *isapnp,
225 void ( * remove ) ( struct isapnp_device *isapnp );
236 extern void isapnp_device_activation ( struct isapnp_device *isapnp,
244 static inline void activate_isapnp_device ( struct isapnp_device *isapnp ) {
253 static inline void deactivate_isapnp_device ( struct isapnp_device *isapnp ) {
263 static inline void isapnp_set_drvdata ( struct isapnp_device *isapnp,
274 static inline void * isapnp_get_drvdata ( struct isapnp_device *isapnp ) {
  /external/syslinux/gpxe/src/include/
nic.h 109 _name ## _isapnp_legacy_probe ( struct isapnp_device *isapnp, \
112 _name ## _isapnp_legacy_remove ( struct isapnp_device *isapnp ); \
226 _name ## _isapnp_legacy_probe ( struct isapnp_device *isapnp, \
233 _name ## _isapnp_legacy_remove ( struct isapnp_device *isapnp ) { \
  /external/syslinux/gpxe/src/drivers/bus/
isapnp.c 553 void isapnp_device_activation ( struct isapnp_device *isapnp,
582 static int isapnp_probe ( struct isapnp_device *isapnp ) {
622 static void isapnp_remove ( struct isapnp_device *isapnp ) {
637 struct isapnp_device *isapnp = NULL;
651 /* Allocate struct isapnp_device */
684 /* Populate struct isapnp_device */
734 struct isapnp_device *isapnp;
735 struct isapnp_device *tmp;
  /external/syslinux/gpxe/src/drivers/net/
3c515.c 566 struct isapnp_device *isapnp ) {
613 static int t515_probe ( struct nic *nic, struct isapnp_device *isapnp ) {

Completed in 145 milliseconds