Home
last modified time | relevance | path

Searched defs:devp (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v5.4/arch/powerpc/boot/
Dlibfdt-wrapper.c37 #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()
Dops.h107 static inline int getprop(void *devp, const char *name, void *buf, int buflen) in getprop()
112 static inline int setprop(void *devp, const char *name, in setprop()
117 #define setprop_val(devp, name, val) \ argument
123 static inline int setprop_str(void *devp, const char *name, const char *buf) in setprop_str()
131 static inline int del_node(const void *devp) in del_node()
136 static inline void *get_parent(const char *devp) in get_parent()
174 void *devp = finddevice("/aliases"); in find_node_by_alias() local
Dcuboot-hotfoot.c47 void *devp; in hotfoot_fixups() local
67 void *devp = finddevice("/plb/ebc/nor_flash@0"); in hotfoot_fixups() local
Dvirtex.c25 static int virtex_ns16550_console_init(void *devp) in virtex_ns16550_console_init()
78 void *devp; in platform_specific_init() local
Dserial.c87 void *devp; in serial_get_stdout_devp() local
114 void *devp; in serial_console_init() local
Ddevtree.c60 void *devp = NULL; in dt_fixup_cpu_clocks() local
79 void *devp = finddevice(path); in dt_fixup_clock() local
89 void *devp = find_node_by_alias(alias); in dt_fixup_mac_address_by_alias() local
103 void *devp = find_node_by_prop_value(NULL, "linux,network-index", in dt_fixup_mac_address() local
Dofconsole.c21 void *devp; in of_console_open() local
Dcuboot-85xx-cpm2.c22 void *devp; in platform_fixups() local
Dmvme7100.c26 void *devp; in mvme7100_fixups() local
Dtreeboot-walnut.c22 void *devp, *sram; in walnut_flashsel_fixup() local
Debony.c36 void *devp; in ebony_flashsel_fixup() local
Dmpc52xx-psc.c53 int mpc5200_psc_console_init(void *devp, struct serial_console_data *scdp) in mpc5200_psc_console_init()
Dtreeboot-currituck.c61 void *devp = finddevice("/"); in ibm_currituck_fixups() local
Dopal.c80 int opal_console_init(void *devp, struct serial_console_data *scdp) in opal_console_init()
Duartlite.c60 int uartlite_console_init(void *devp, struct serial_console_data *scdp) in uartlite_console_init()
Dns16550.c56 int ns16550_console_init(void *devp, struct serial_console_data *scdp) in ns16550_console_init()
Dugecon.c109 void *devp; in ug_grab_exi_io_base() local
D4xx.c170 void *devp; in ibm4xx_denali_get_cs() local
305 void *devp; in ibm4xx_fixup_ebc_ranges() local
/Linux-v5.4/drivers/char/
Dhpet.c141 struct hpet_dev *devp; in hpet_interrupt() local
198 static void hpet_timer_set_irq(struct hpet_dev *devp) in hpet_timer_set_irq()
259 struct hpet_dev *devp; in hpet_open() local
301 struct hpet_dev *devp; in hpet_read() local
345 struct hpet_dev *devp; in hpet_poll() local
381 struct hpet_dev *devp; in hpet_mmap() local
405 struct hpet_dev *devp; in hpet_fasync() local
417 struct hpet_dev *devp; in hpet_release() local
453 static int hpet_ioctl_ieon(struct hpet_dev *devp) in hpet_ioctl_ieon()
574 hpet_ioctl_common(struct hpet_dev *devp, unsigned int cmd, unsigned long arg, in hpet_ioctl_common()
[all …]
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Ddevice.c62 struct cdev *cdev, struct device **devp, in hfi1_cdev_init()
99 void hfi1_cdev_cleanup(struct cdev *cdev, struct device **devp) in hfi1_cdev_cleanup()
/Linux-v5.4/include/linux/
Dfsi.h46 #define to_fsi_dev(devp) container_of(devp, struct fsi_device, dev) argument
/Linux-v5.4/drivers/parisc/
Dsuperio.c94 superio_interrupt(int parent_irq, void *devp) in superio_interrupt()
/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Ddevice.c78 struct c4iw_dev *devp; member
728 static void setup_debugfs(struct c4iw_dev *devp) in setup_debugfs()
969 struct c4iw_dev *devp; in c4iw_alloc() local
/Linux-v5.4/drivers/misc/mic/vop/
Dvop_vringh.c198 struct mic_device_desc *devp; in vop_copy_dp_entry() local
393 static void vop_dev_remove(struct vop_info *pvi, struct mic_device_ctrl *devp, in vop_dev_remove()
/Linux-v5.4/drivers/scsi/sym53c8xx_2/
Dsym_glue.c1390 static void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp) in sym_get_nvram()
1398 static inline void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp) in sym_get_nvram()

12