tag | line | file | source code |
HP100_REGION_SIZE | 222 | drivers/net/hp100.c | if ( check_region( base_addr, HP100_REGION_SIZE ) ) return -EINVAL; |
HP100_REGION_SIZE | 259 | drivers/net/hp100.c | if ( check_region( ioaddr, HP100_REGION_SIZE ) ) continue; |
HP100_REGION_SIZE | 285 | drivers/net/hp100.c | if ( check_region( ioaddr, HP100_REGION_SIZE ) ) continue; |
HP100_REGION_SIZE | 293 | drivers/net/hp100.c | if ( check_region( ioaddr, HP100_REGION_SIZE ) ) continue; |
HP100_REGION_SIZE | 433 | drivers/net/hp100.c | request_region( dev -> base_addr, HP100_REGION_SIZE, eid -> name ); |
HP100_REGION_SIZE | 1133 | drivers/net/hp100.c | release_region( dev_hp100.base_addr, HP100_REGION_SIZE ); |