Searched refs:pnp_port_len (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/drivers/mpu401/ |
| H A D | mpu401.c | 145 if (pnp_port_len(device, 0) < IO_EXTENT) { in snd_mpu401_pnp() 147 (unsigned long long)pnp_port_len(device, 0), in snd_mpu401_pnp()
|
| /linux/drivers/input/serio/ |
| H A D | i8042-acpipnpio.h | 1505 if (pnp_port_valid(dev, 0) && pnp_port_len(dev, 0) == 1) in i8042_pnp_kbd_probe() 1508 if (pnp_port_valid(dev, 1) && pnp_port_len(dev, 1) == 1) in i8042_pnp_kbd_probe() 1531 if (pnp_port_valid(dev, 0) && pnp_port_len(dev, 0) == 1) in i8042_pnp_aux_probe() 1534 if (pnp_port_valid(dev, 1) && pnp_port_len(dev, 1) == 1) in i8042_pnp_aux_probe()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_infineon.c | 413 tpm_dev.config_size = pnp_port_len(dev, 0); in tpm_inf_pnp_probe() 415 tpm_dev.data_size = pnp_port_len(dev, 1); in tpm_inf_pnp_probe()
|
| /linux/drivers/input/gameport/ |
| H A D | ns558.c | 190 iolen = pnp_port_len(dev, 0); in ns558_pnp_probe()
|
| /linux/include/linux/ |
| H A D | pnp.h | 94 static inline resource_size_t pnp_port_len(struct pnp_dev *dev, in pnp_port_len() function
|