Searched refs:cnp (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/coda/ |
D | pioctl.c | 57 struct coda_inode_info *cnp; in coda_pioctl() local 84 cnp = ITOC(target_inode); in coda_pioctl() 86 error = venus_pioctl(inode->i_sb, &(cnp->c_fid), cmd, &data); in coda_pioctl()
|
/linux-4.4.14/drivers/mmc/host/ |
D | atmel-mci.c | 527 struct device_node *cnp; in atmci_of_init() local 542 for_each_child_of_node(np, cnp) { in atmci_of_init() 543 if (of_property_read_u32(cnp, "reg", &slot_id)) { in atmci_of_init() 545 cnp->full_name); in atmci_of_init() 555 if (of_property_read_u32(cnp, "bus-width", in atmci_of_init() 560 of_get_named_gpio(cnp, "cd-gpios", 0); in atmci_of_init() 563 of_property_read_bool(cnp, "cd-inverted"); in atmci_of_init() 566 of_property_read_bool(cnp, "non-removable"); in atmci_of_init() 569 of_get_named_gpio(cnp, "wp-gpios", 0); in atmci_of_init()
|