Searched refs:dp (Results 1 – 11 of 11) sorted by relevance
/include/uapi/linux/ |
D | ppp-comp.h | 36 #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
|
D | coda.h | 159 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \ argument 160 (((dp)->d_namlen+1 + 3) &~ 3))
|
/include/drm/bridge/ |
D | analogix_dp.h | 41 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/ |
D | dsa.h | 300 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/ |
D | sja1105.h | 72 struct dsa_port *dp; member 91 static inline bool dsa_port_is_sja1105(struct dsa_port *dp) in dsa_port_is_sja1105() argument
|
D | ocelot.h | 166 struct dsa_port *dp; member
|
/include/crypto/internal/ |
D | rsa.h | 37 const u8 *dp; member
|
/include/linux/ |
D | mISDNif.h | 548 _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/ |
D | imx-ipu-v3.h | 330 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/ |
D | platform.h | 366 GUEST_HANDLE(xen_processor_csd) dp; /* NULL if no dependency */
|
/include/linux/phy/ |
D | phy.h | 63 struct phy_configure_opts_dp dp; member
|