Home
last modified time | relevance | path

Searched refs:pnp_acpi_device (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dpnp.h348 static inline struct acpi_device *pnp_acpi_device(struct pnp_dev *dev) in pnp_acpi_device() function
355 #define pnp_acpi_device(dev) 0 macro
/linux-4.4.14/drivers/char/tpm/
Dtpm_tis.c950 if (pnp_acpi_device(pnp_dev)) { in tpm_tis_pnp_init()
951 if (is_itpm(pnp_acpi_device(pnp_dev))) in tpm_tis_pnp_init()
954 acpi_dev_handle = pnp_acpi_device(pnp_dev)->handle; in tpm_tis_pnp_init()