Searched refs:dp (Results 451 - 475 of 605) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/usb/host/
H A Disp116x-hcd.c92 u8 *dp = (u8 *) buf; local
104 w = *dp++;
105 w |= *dp++ << 8;
109 isp116x_write_data16(isp116x, (u16) * dp);
129 u8 *dp = (u8 *) buf; local
142 *dp++ = w & 0xff;
143 *dp++ = (w >> 8) & 0xff;
147 *dp = 0xff & isp116x_read_data16(isp116x);
/linux-master/drivers/usb/typec/mux/
H A Dnb7vpq904m.c80 static void nb7vpq904m_set_channel(struct nb7vpq904m *nb7, unsigned int channel, bool dp) argument
84 if (dp) {
/linux-master/include/linux/phy/
H A Dphy.h19 #include <linux/phy/phy-dp.h>
59 * @dp: Configuration set applicable for phys supporting
66 struct phy_configure_opts_dp dp; member in union:phy_configure_opts
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.c289 zynqmp_dp_enable_vblank(dpsub->dp);
298 zynqmp_dp_disable_vblank(dpsub->dp);
H A Dzynqmp_dpsub.c213 kfree(dpsub->dp);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c757 if (!intel_dp_mst_source_support(&dig_port->dp))
763 drm_dp_mst_dump_topology(m, &dig_port->dp.mst_mgr);
1184 str_yes_no(drm_dp_sink_supports_dsc(connector->dp.dsc_dpcd)));
1186 str_yes_no(drm_dp_dsc_sink_supports_format(connector->dp.dsc_dpcd,
1188 str_yes_no(drm_dp_dsc_sink_supports_format(connector->dp.dsc_dpcd,
1190 str_yes_no(drm_dp_dsc_sink_supports_format(connector->dp.dsc_dpcd,
1193 drm_dp_dsc_sink_bpp_incr(connector->dp.dsc_dpcd));
1198 str_yes_no(drm_dp_sink_supports_fec(connector->dp.fec_capability)));
/linux-master/arch/sparc/include/asm/
H A Dleon_amba.h181 void _amba_init(struct device_node *dp, struct device_node ***nextp);
/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/parisc/include/asm/
H A Dasmregs.h16 dp: .reg %r27
/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_net_debugfs.c111 nfp_net_debugfs_print_tx_descs(file, &nn->dp, r_vec, tx_ring,
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_isp_params.h83 struct ia_css_isp_parameter dp; member in struct:ia_css_memory_offsets::__anon2180
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Datom.h131 } dp; member in struct:nv50_head_atom
/linux-master/net/openvswitch/
H A Dvport-internal_dev.c149 dev_net_set(vport->dev, ovs_dp_get_net(vport->dp));
/linux-master/drivers/net/usb/
H A Dasix.h213 void asix_rx_fixup_common_free(struct asix_common_private *dp);
/linux-master/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_hdcp.h257 struct mod_hdcp_displayport dp; member in union:mod_hdcp_link::__anon496
/linux-master/tools/testing/selftests/net/forwarding/
H A Dpedit_dsfield.sh134 -a own -b $h2mac -q -t tcp tos=0x7d,sp=54321,dp=12345
/linux-master/lib/crypto/mpi/
H A Dmpi-internal.h201 mpi_ptr_t dp, mpi_size_t dsize);
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0012.h39 } dp; member in union:nvif_outp_args::nvif_outp_v0::__anon731
/linux-master/fs/proc/
H A Dinternal.h189 struct proc_dir_entry *dp);
/linux-master/fs/xfs/
H A Dxfs_trans.h263 int xfs_trans_alloc_dir(struct xfs_inode *dp, struct xfs_trans_res *resv,
H A Dxfs_log.c1765 char *dp; local
1769 dp = iclog->ic_datap;
1773 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp;
1774 *(__be32 *)dp = cycle_lsn;
1775 dp += BBSIZE;
1784 xhdr[j].hic_xheader.xh_cycle_data[k] = *(__be32 *)dp;
1785 *(__be32 *)dp = cycle_lsn;
1786 dp += BBSIZE;
1804 char *dp,
1829 crc = crc32c(crc, dp, siz
1801 xlog_cksum( struct xlog *log, struct xlog_rec_header *rhead, char *dp, int size) argument
[all...]
/linux-master/fs/xfs/scrub/
H A Dcommon.h190 bool xchk_dir_looks_zapped(struct xfs_inode *dp);
/linux-master/sound/soc/intel/avs/
H A Dpcm.c40 struct snd_soc_dapm_path *dp; local
49 dp = list_first_entry_or_null(&dw->edges[dir], typeof(*dp), list_node[dir]);
50 if (!dp)
54 dw = (dp->source == dw) ? dp->sink : dp->source;
/linux-master/drivers/net/dsa/qca/
H A Dqca8k-common.c584 struct dsa_port *dp = dsa_to_port(ds, port); local
601 learning = dp->learning;
604 learning = dp->learning;
1046 struct dsa_port *dp; local
1052 dsa_lag_foreach_port(dp, ds->dst, &lag)

Completed in 199 milliseconds

<<11121314151617181920>>