Searched refs:dp (Results 1 - 25 of 587) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dres_func.S1434 .long dp
1705 dp: label
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h379 void *au1xxx_ddma_get_nextptr_virt(au1x_ddma_desc_t *dp);
/linux-master/arch/mips/math-emu/
H A Dieee754dp.h27 #define DPSIGN(dp) (dp.sign)
28 #define DPBEXP(dp) (dp.bexp)
29 #define DPMANT(dp) (dp.mant)
/linux-master/arch/parisc/include/asm/
H A Dasmregs.h16 dp: .reg %r27
/linux-master/arch/sparc/include/asm/
H A Dleon.h228 void leon_node_init(struct device_node *dp, struct device_node ***nextp);
H A Dleon_amba.h181 void _amba_init(struct device_node *dp, struct device_node ***nextp);
/linux-master/arch/sparc/kernel/
H A Ddevices.c57 struct device_node *dp; local
61 for_each_node_by_type(dp, "cpu") {
62 int err = check_cpu_node(dp->phandle, &cur_inst,
66 of_node_put(dp);
H A Dprom_common.c50 int of_set_property(struct device_node *dp, const char *name, void *val, int len) argument
65 prevp = &dp->properties;
73 ret = prom_setprop(dp->phandle, name, val, len);
H A Dsun4d_irq.c252 struct device_node *dp; local
258 for_each_node_by_name(dp, "sbi") {
259 int devid = of_getintprop_default(dp, "device-id", 0);
260 int board = of_getintprop_default(dp, "board#", 0);
327 struct device_node *dp = op->dev.of_node; local
328 struct device_node *board_parent, *bus = dp->parent;
353 regs = of_get_property(dp, "reg", NULL);
420 struct device_node *dp; local
427 dp = of_find_node_by_name(NULL, "cpu-unit");
428 if (!dp) {
486 struct device_node *dp; local
[all...]
H A Dtime_64.c559 struct device_node *dp = op->dev.of_node; local
564 if (of_node_name_eq(dp->parent, "fhc") &&
565 !of_node_name_eq(dp->parent->parent, "central"))
569 dp, op->resource[0].start);
/linux-master/crypto/
H A Drsa_helper.c115 key->dp = value;
/linux-master/drivers/gpu/drm/arm/
H A DMakefile4 mali-dp-y := malidp_drv.o malidp_hw.o malidp_planes.o malidp_crtc.o
5 mali-dp-y += malidp_mw.o
6 obj-$(CONFIG_DRM_MALI_DISPLAY) += mali-dp.o
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dconn.c83 info->dp = (nvbios_rd08(bios, data + 0x01) & 0xc0) >> 6;
87 info->dp |= nvbios_rd08(bios, data + 0x02) & 0x0c;
/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.h175 /* dp aux addr */
454 void cdn_dp_clock_reset(struct cdn_dp_device *dp);
456 void cdn_dp_set_fw_clk(struct cdn_dp_device *dp, unsigned long clk);
457 int cdn_dp_load_firmware(struct cdn_dp_device *dp, const u32 *i_mem,
459 int cdn_dp_set_firmware_active(struct cdn_dp_device *dp, bool enable);
460 int cdn_dp_set_host_cap(struct cdn_dp_device *dp, u8 lanes, bool flip);
461 int cdn_dp_event_config(struct cdn_dp_device *dp);
462 u32 cdn_dp_get_event(struct cdn_dp_device *dp);
463 int cdn_dp_get_hpd_status(struct cdn_dp_device *dp);
464 int cdn_dp_dpcd_write(struct cdn_dp_device *dp, u3
[all...]
/linux-master/drivers/gpu/ipu-v3/
H A DMakefile5 ipu-dp.o ipu-dmfc.o ipu-ic.o ipu-ic-csc.o \
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_diag.c553 struct qib_diag_xpkt dp; local
559 if (count != sizeof(dp)) {
563 if (copy_from_user(&dp, data, sizeof(dp))) {
568 dd = qib_lookup(dp.unit);
579 if (dp.version != _DIAG_XPKT_VERS) {
581 dp.version);
586 if (dp.len & 3) {
590 if (!dp.port || dp
[all...]
/linux-master/drivers/misc/sgi-gru/
H A Dgrukdump.c27 static int gru_user_copy_handle(void __user **dp, void *s) argument
29 if (copy_to_user(*dp, s, GRU_HANDLE_BYTES))
31 *dp += GRU_HANDLE_BYTES;
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dccm.c10 #define ccm_warn(app, msg...) nn_dp_warn(&(app)->ctrl->dp, msg)
H A Dnfp_app_nic.c19 nn->port = nfp_port_alloc(app, NFP_PORT_PHYS_PORT, nn->dp.netdev);
41 nfp_net_get_mac_addr(app->pf, nn->dp.netdev, nn->port);
/linux-master/drivers/of/
H A Dpdt.c31 static char * __init of_pdt_build_full_name(struct device_node *dp) argument
33 return build_path_component(dp);
39 static inline void irq_trans_init(struct device_node *dp) { } argument
41 static char * __init of_pdt_build_full_name(struct device_node *dp) argument
49 if (!of_pdt_prom_ops->pkg2path(dp->phandle, path, sizeof(path), &len)) {
56 name = of_get_property(dp, "name", &len);
147 struct device_node *dp; local
152 dp = prom_early_alloc(sizeof(*dp));
153 of_node_init(dp);
173 struct device_node *dp; local
[all...]
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-dp.c34 struct rockchip_dp_phy *dp = phy_get_drvdata(phy); local
38 ret = regmap_write(dp->grf, GRF_SOC_CON12,
42 dev_err(dp->dev, "Can't enable PHY power %d\n", ret);
46 ret = clk_prepare_enable(dp->phy_24m);
48 clk_disable_unprepare(dp->phy_24m);
50 ret = regmap_write(dp->grf, GRF_SOC_CON12,
79 struct rockchip_dp_phy *dp; local
89 dp = devm_kzalloc(dev, sizeof(*dp), GFP_KERNEL);
90 if (!dp)
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h664 #define sym_set_script_dp(np, cp, dp) \
667 cp->phys.head.lastp = cpu_to_scr(dp); \
669 np->ccb_head.lastp = cpu_to_scr(dp); \
675 #define sym_set_script_dp(np, cp, dp) \
677 cp->phys.head.lastp = cpu_to_scr(dp); \
/linux-master/drivers/tty/serial/
H A Dsuncore.c55 int sunserial_console_match(struct console *con, struct device_node *dp, argument
63 if (of_console_device != dp)
102 struct device_node *dp; local
111 dp = of_find_node_by_path("/options");
112 mode = of_get_property(dp, mode_prop, NULL);
115 of_node_put(dp);
/linux-master/include/crypto/internal/
H A Drsa.h19 * @dp : RSA exponent d mod (p - 1) raw byte stream
27 * @dp_sz : length in bytes of dp field
37 const u8 *dp; member in struct:rsa_key
/linux-master/include/uapi/linux/
H A Dcoda.h159 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \
160 (((dp)->d_namlen+1 + 3) &~ 3))

Completed in 417 milliseconds

1234567891011>>