Searched refs:clink (Results 1 – 2 of 2) sorted by relevance
73 struct pnp_card_link *clink; in card_probe() local82 clink = pnp_alloc(sizeof(*clink)); in card_probe()83 if (!clink) in card_probe()85 clink->card = card; in card_probe()86 clink->driver = drv; in card_probe()87 clink->pm_state = PMSG_ON; in card_probe()89 if (drv->probe(clink, id) >= 0) in card_probe()94 if (dev->card_link == clink) in card_probe()97 kfree(clink); in card_probe()327 struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink, in pnp_request_card_device() argument[all …]
457 struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink,489 static inline struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink, const char *id, … in pnp_request_card_device() argument