Home
last modified time | relevance | path

Searched refs:dp (Results 1 – 11 of 11) sorted by relevance

/include/uapi/linux/
Dppp-comp.h36 #define CCP_CODE(dp) ((dp)[0]) argument
37 #define CCP_ID(dp) ((dp)[1]) argument
38 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) argument
41 #define CCP_OPT_CODE(dp) ((dp)[0]) argument
42 #define CCP_OPT_LENGTH(dp) ((dp)[1]) argument
Dcoda.h159 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \ argument
160 (((dp)->d_namlen+1 + 3) &~ 3))
/include/drm/bridge/
Danalogix_dp.h41 int analogix_dp_resume(struct analogix_dp_device *dp);
42 int analogix_dp_suspend(struct analogix_dp_device *dp);
46 int analogix_dp_bind(struct analogix_dp_device *dp, struct drm_device *drm_dev);
47 void analogix_dp_unbind(struct analogix_dp_device *dp);
48 void analogix_dp_remove(struct analogix_dp_device *dp);
/include/net/
Ddsa.h300 struct dsa_port *dp; member
426 struct dsa_port *dp; in dsa_to_port() local
428 list_for_each_entry(dp, &dst->ports, list) in dsa_to_port()
429 if (dp->ds == ds && dp->index == p) in dsa_to_port()
430 return dp; in dsa_to_port()
445 static inline bool dsa_port_is_user(struct dsa_port *dp) in dsa_port_is_user() argument
447 return dp->type == DSA_PORT_TYPE_USER; in dsa_port_is_user()
450 static inline bool dsa_port_is_unused(struct dsa_port *dp) in dsa_port_is_unused() argument
452 return dp->type == DSA_PORT_TYPE_UNUSED; in dsa_port_is_unused()
522 if (dl->dp->ds == ds && dl->link_dp->ds->index == device) in dsa_routing_port()
[all …]
/include/linux/dsa/
Dsja1105.h72 struct dsa_port *dp; member
91 static inline bool dsa_port_is_sja1105(struct dsa_port *dp) in dsa_port_is_sja1105() argument
Docelot.h166 struct dsa_port *dp; member
/include/crypto/internal/
Drsa.h37 const u8 *dp; member
/include/linux/
DmISDNif.h548 _alloc_mISDN_skb(u_int prim, u_int id, u_int len, void *dp, gfp_t gfp_mask) in _alloc_mISDN_skb() argument
556 skb_put_data(skb, dp, len); in _alloc_mISDN_skb()
565 u_int id, u_int len, void *dp, gfp_t gfp_mask) in _queue_data() argument
571 skb = _alloc_mISDN_skb(prim, id, len, dp, gfp_mask); in _queue_data()
/include/video/
Dimx-ipu-v3.h330 int ipu_dp_enable_channel(struct ipu_dp *dp);
331 void ipu_dp_disable_channel(struct ipu_dp *dp, bool sync);
333 int ipu_dp_setup_channel(struct ipu_dp *dp,
337 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, u8 alpha,
498 int dp; member
/include/xen/interface/
Dplatform.h366 GUEST_HANDLE(xen_processor_csd) dp; /* NULL if no dependency */
/include/linux/phy/
Dphy.h63 struct phy_configure_opts_dp dp; member