| tag | line | file | source code |
| HP100_REGION_SIZE | 211 | drivers/net/hp100.c | if ( check_region( base_addr, HP100_REGION_SIZE ) ) return -EINVAL; |
| HP100_REGION_SIZE | 248 | drivers/net/hp100.c | if ( check_region( ioaddr, HP100_REGION_SIZE ) ) continue; |
| HP100_REGION_SIZE | 274 | drivers/net/hp100.c | if ( check_region( ioaddr, HP100_REGION_SIZE ) ) continue; |
| HP100_REGION_SIZE | 282 | drivers/net/hp100.c | if ( check_region( ioaddr, HP100_REGION_SIZE ) ) continue; |
| HP100_REGION_SIZE | 427 | drivers/net/hp100.c | request_region( dev -> base_addr, HP100_REGION_SIZE, eid -> name ); |
| HP100_REGION_SIZE | 1127 | drivers/net/hp100.c | release_region( dev_hp100.base_addr, HP100_REGION_SIZE ); |