Searched refs:cnp (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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.1.27/drivers/mmc/host/ |
D | atmel-mci.c | 528 struct device_node *cnp; in atmci_of_init() local 543 for_each_child_of_node(np, cnp) { in atmci_of_init() 544 if (of_property_read_u32(cnp, "reg", &slot_id)) { in atmci_of_init() 546 cnp->full_name); in atmci_of_init() 556 if (of_property_read_u32(cnp, "bus-width", in atmci_of_init() 561 of_get_named_gpio(cnp, "cd-gpios", 0); in atmci_of_init() 564 of_property_read_bool(cnp, "cd-inverted"); in atmci_of_init() 567 of_property_read_bool(cnp, "non-removable"); in atmci_of_init() 570 of_get_named_gpio(cnp, "wp-gpios", 0); in atmci_of_init()
|