Searched refs:clink (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/pnp/ |
H A D | card.c | 74 struct pnp_card_link *clink; in card_probe() local 83 clink = pnp_alloc(sizeof(*clink)); in card_probe() 84 if (!clink) in card_probe() 86 clink->card = card; in card_probe() 87 clink->driver = drv; in card_probe() 88 clink->pm_state = PMSG_ON; in card_probe() 90 if (drv->probe(clink, id) >= 0) in card_probe() 95 if (dev->card_link == clink) in card_probe() 98 kfree(clink); in card_probe() 328 pnp_request_card_device(struct pnp_card_link *clink, const char *id, struct pnp_dev *from) pnp_request_card_device() argument [all...] |
/kernel/linux/linux-6.6/drivers/pnp/ |
H A D | card.c | 74 struct pnp_card_link *clink; in card_probe() local 83 clink = kzalloc(sizeof(*clink), GFP_KERNEL); in card_probe() 84 if (!clink) in card_probe() 86 clink->card = card; in card_probe() 87 clink->driver = drv; in card_probe() 88 clink->pm_state = PMSG_ON; in card_probe() 90 if (drv->probe(clink, id) >= 0) in card_probe() 95 if (dev->card_link == clink) in card_probe() 98 kfree(clink); in card_probe() 328 pnp_request_card_device(struct pnp_card_link *clink, const char *id, struct pnp_dev *from) pnp_request_card_device() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | pnp.h | 449 struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink, 481 static inline struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink, const char *id, struct pnp_dev *from) { return NULL; } in pnp_request_card_device() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pnp.h | 449 struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink, 481 static inline struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink, const char *id, struct pnp_dev *from) { return NULL; } in pnp_request_card_device() argument
|
Completed in 3 milliseconds