Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/parisc/
Dhppb.c26 struct hppb_card { struct
29 struct hppb_card *next; argument
32 static struct hppb_card hppb_card_head = {
51 struct hppb_card *card = &hppb_card_head; in hppb_probe()
58 card->next = kzalloc(sizeof(struct hppb_card), GFP_KERNEL); in hppb_probe()