of.c (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) | of.c (0573f2c519e570d056989e57565e1ff1640dd794) |
---|---|
1/* 2 * of.c The helpers for hcd device tree support 3 * 4 * Copyright (C) 2016 Freescale Semiconductor, Inc. 5 * Author: Peter Chen <peter.chen@freescale.com> 6 * 7 * This program is free software: you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 of --- 4 unchanged lines hidden (view full) --- 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */ 19 20#include <linux/of.h> | 1/* 2 * of.c The helpers for hcd device tree support 3 * 4 * Copyright (C) 2016 Freescale Semiconductor, Inc. 5 * Author: Peter Chen <peter.chen@freescale.com> 6 * 7 * This program is free software: you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 of --- 4 unchanged lines hidden (view full) --- 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */ 19 20#include <linux/of.h> |
21#include <linux/usb/of.h> |
|
21 22/** 23 * usb_of_get_child_node - Find the device node match port number 24 * @parent: the parent device node 25 * @portnum: the port number which device is connecting 26 * 27 * Find the node from device tree according to its port number. 28 * --- 19 unchanged lines hidden --- | 22 23/** 24 * usb_of_get_child_node - Find the device node match port number 25 * @parent: the parent device node 26 * @portnum: the port number which device is connecting 27 * 28 * Find the node from device tree according to its port number. 29 * --- 19 unchanged lines hidden --- |