pnp_id
const struct pnp_device_id *pnp_id)
struct lvds_pnp_id pnp_id;
const struct drm_edid_product_id *pnp_id;
pnp_id = get_lfp_pnp_id(data, ptrs, panel_type);
drm_edid_print_product_id(&p, pnp_id, false);
struct bdb_edid_pnp_id pnp_id[4];
struct bdb_edid_pnp_id pnp_id;
static bool trackpoint_is_dt_capable(const char *pnp_id)
if (!pnp_id)
if (!strstarts(pnp_id, "PNP: LEN03"))
if (strlen(pnp_id) < 12)
if (!strncmp(pnp_id + 5, dt_incompatible_devices[i], 7))
static void i8042_pnp_id_to_string(struct pnp_id *id, char *dst, int dst_size)
struct pnp_id *pnp_add_id(struct pnp_dev *dev, const char *id);
static struct pnp_id *pnp_add_card_id(struct pnp_card *card, char *id)
struct pnp_id *dev_id, *ptr;
dev_id = kzalloc_obj(struct pnp_id);
struct pnp_id *id;
struct pnp_id *next;
struct pnp_id *dev_id;
struct pnp_id *pos = card->id;
struct pnp_id *dev_id;
struct pnp_id *id;
struct pnp_id *id;
struct pnp_id *next;
struct pnp_id *pos;
int compare_pnp_id(struct pnp_id *pos, const char *id)
struct pnp_id *pnp_add_id(struct pnp_dev *dev, const char *id)
struct pnp_id *dev_id, *ptr;
dev_id = kzalloc_obj(struct pnp_id);
struct pnp_id *pos = dev->id;
struct pnp_id *dev_id;
struct pnp_id *id; /* contains supported EISA IDs */
struct pnp_id *id; /* supported EISA IDs */
struct pnp_id *next;
int compare_pnp_id(struct pnp_id *pos, const char *id);
static inline int compare_pnp_id(struct pnp_id *pos, const char *id) { return -ENODEV; }