Searched defs:devp (Results 1 – 16 of 16) sorted by relevance
/arch/powerpc/boot/ |
D | libfdt-wrapper.c | 37 #define devp_offset_find(devp) (((unsigned long)(devp))-1) argument 38 #define devp_offset(devp) (devp ? ((unsigned long)(devp))-1 : 0) argument 67 static int fdt_wrapper_getprop(const void *devp, const char *name, in fdt_wrapper_getprop() 80 static int fdt_wrapper_setprop(const void *devp, const char *name, in fdt_wrapper_setprop() 94 static int fdt_wrapper_del_node(const void *devp) in fdt_wrapper_del_node() 99 static void *fdt_wrapper_get_parent(const void *devp) in fdt_wrapper_get_parent() 104 static void *fdt_wrapper_create_node(const void *devp, const char *name) in fdt_wrapper_create_node() 135 static char *fdt_wrapper_get_path(const void *devp, char *buf, int len) in fdt_wrapper_get_path()
|
D | cuboot-hotfoot.c | 47 void *devp; in hotfoot_fixups() local 67 void *devp = finddevice("/plb/ebc/nor_flash@0"); in hotfoot_fixups() local
|
D | ops.h | 106 static inline int getprop(void *devp, const char *name, void *buf, int buflen) in getprop() 111 static inline int setprop(void *devp, const char *name, in setprop() 116 #define setprop_val(devp, name, val) \ argument 122 static inline int setprop_str(void *devp, const char *name, const char *buf) in setprop_str() 130 static inline int del_node(const void *devp) in del_node() 135 static inline void *get_parent(const char *devp) in get_parent() 173 void *devp = finddevice("/aliases"); in find_node_by_alias() local
|
D | serial.c | 87 void *devp; in serial_get_stdout_devp() local 114 void *devp; in serial_console_init() local
|
D | ofconsole.c | 21 void *devp; in of_console_open() local
|
D | cuboot-85xx-cpm2.c | 22 void *devp; in platform_fixups() local
|
D | mvme7100.c | 26 void *devp; in mvme7100_fixups() local
|
D | devtree.c | 65 void *devp = NULL; in dt_fixup_cpu_clocks() local 84 void *devp = finddevice(path); in dt_fixup_clock() local 94 void *devp = find_node_by_alias(alias); in dt_fixup_mac_address_by_alias() local 108 void *devp = find_node_by_prop_value(NULL, "linux,network-index", in dt_fixup_mac_address() local
|
D | ebony.c | 36 void *devp; in ebony_flashsel_fixup() local
|
D | mpc52xx-psc.c | 53 int mpc5200_psc_console_init(void *devp, struct serial_console_data *scdp) in mpc5200_psc_console_init()
|
D | treeboot-currituck.c | 61 void *devp = finddevice("/"); in ibm_currituck_fixups() local
|
D | opal.c | 80 int opal_console_init(void *devp, struct serial_console_data *scdp) in opal_console_init()
|
D | ns16550.c | 57 int ns16550_console_init(void *devp, struct serial_console_data *scdp) in ns16550_console_init()
|
D | ugecon.c | 109 void *devp; in ug_grab_exi_io_base() local
|
D | 4xx.c | 170 void *devp; in ibm4xx_denali_get_cs() local 305 void *devp; in ibm4xx_fixup_ebc_ranges() local
|
D | cpm-serial.c | 199 int cpm_console_init(void *devp, struct serial_console_data *scdp) in cpm_console_init()
|