Searched refs:dp (Results 1 – 13 of 13) 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/net/ |
| D | dsa.h | 341 struct dsa_port *dp; member 356 const struct dsa_port *dp; member 513 struct dsa_port *dp; in dsa_to_port() local 515 list_for_each_entry(dp, &dst->ports, list) in dsa_to_port() 516 if (dp->ds == ds && dp->index == p) in dsa_to_port() 517 return dp; in dsa_to_port() 532 static inline bool dsa_port_is_user(struct dsa_port *dp) in dsa_port_is_user() argument 534 return dp->type == DSA_PORT_TYPE_USER; in dsa_port_is_user() 537 static inline bool dsa_port_is_unused(struct dsa_port *dp) in dsa_port_is_unused() argument 539 return dp->type == DSA_PORT_TYPE_UNUSED; in dsa_port_is_unused() [all …]
|
| /include/drm/bridge/ |
| D | analogix_dp.h | 40 int analogix_dp_resume(struct analogix_dp_device *dp); 41 int analogix_dp_suspend(struct analogix_dp_device *dp); 45 int analogix_dp_bind(struct analogix_dp_device *dp, struct drm_device *drm_dev); 46 void analogix_dp_unbind(struct analogix_dp_device *dp);
|
| /include/linux/dsa/ |
| D | 8021q.h | 29 u16 dsa_tag_8021q_standalone_vid(const struct dsa_port *dp);
|
| D | ksz_common.h | 27 struct dsa_port *dp; member
|
| D | sja1105.h | 44 struct dsa_port *dp; member
|
| D | ocelot.h | 170 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 | 349 GUEST_HANDLE(xen_processor_csd) dp; /* NULL if no dependency */
|
| /include/linux/phy/ |
| D | phy.h | 66 struct phy_configure_opts_dp dp; member
|