/Linux-v6.1/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 | ops.h | 104 static inline int getprop(void *devp, const char *name, void *buf, int buflen) in getprop() 109 static inline int setprop(void *devp, const char *name, in setprop() 114 #define setprop_val(devp, name, val) \ argument 120 static inline int setprop_str(void *devp, const char *name, const char *buf) in setprop_str() 128 static inline int del_node(const void *devp) in del_node() 133 static inline void *get_parent(const char *devp) in get_parent() 171 void *devp = finddevice("/aliases"); in find_node_by_alias() local
|
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 | 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 | serial.c | 85 void *devp; in serial_get_stdout_devp() local 112 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 | 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()
|
/Linux-v6.1/drivers/char/ |
D | hpet.c | 126 struct hpet_dev *devp; in hpet_interrupt() local 183 static void hpet_timer_set_irq(struct hpet_dev *devp) in hpet_timer_set_irq() 244 struct hpet_dev *devp; in hpet_open() local 286 struct hpet_dev *devp; in hpet_read() local 330 struct hpet_dev *devp; in hpet_poll() local 366 struct hpet_dev *devp; in hpet_mmap() local 390 struct hpet_dev *devp; in hpet_fasync() local 402 struct hpet_dev *devp; in hpet_release() local 438 static int hpet_ioctl_ieon(struct hpet_dev *devp) in hpet_ioctl_ieon() 559 hpet_ioctl_common(struct hpet_dev *devp, unsigned int cmd, unsigned long arg, in hpet_ioctl_common() [all …]
|
/Linux-v6.1/drivers/infiniband/hw/hfi1/ |
D | device.c | 19 struct cdev *cdev, struct device **devp, in hfi1_cdev_init() 56 void hfi1_cdev_cleanup(struct cdev *cdev, struct device **devp) in hfi1_cdev_cleanup()
|
/Linux-v6.1/arch/loongarch/pci/ |
D | pci.c | 88 struct pci_dev *devp = NULL; in pci_fixup_vgadev() local
|
/Linux-v6.1/include/linux/ |
D | fsi.h | 46 #define to_fsi_dev(devp) container_of(devp, struct fsi_device, dev) argument
|
/Linux-v6.1/drivers/parisc/ |
D | superio.c | 94 superio_interrupt(int parent_irq, void *devp) in superio_interrupt()
|
/Linux-v6.1/drivers/infiniband/hw/cxgb4/ |
D | device.c | 78 struct c4iw_dev *devp; member 728 static void setup_debugfs(struct c4iw_dev *devp) in setup_debugfs() 970 struct c4iw_dev *devp; in c4iw_alloc() local
|
/Linux-v6.1/drivers/input/joystick/ |
D | adc-joystick.c | 100 struct device *devp = &dev->dev; in adc_joystick_open() local
|
/Linux-v6.1/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 1381 static void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp) in sym_get_nvram() 1389 static inline void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp) in sym_get_nvram()
|
/Linux-v6.1/drivers/scsi/ |
D | vmw_pvscsi.c | 1178 static irqreturn_t pvscsi_isr(int irq, void *devp) in pvscsi_isr() 1192 static irqreturn_t pvscsi_shared_isr(int irq, void *devp) in pvscsi_shared_isr()
|