Searched refs:dp (Results 1 – 13 of 13) sorted by relevance
| /include/uapi/linux/ |
| A 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
|
| A 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/ |
| A D | analogix_dp.h | 42 int analogix_dp_resume(struct analogix_dp_device *dp); 43 int analogix_dp_suspend(struct analogix_dp_device *dp); 47 int analogix_dp_bind(struct analogix_dp_device *dp, struct drm_device *drm_dev); 48 void analogix_dp_unbind(struct analogix_dp_device *dp); 54 struct drm_dp_aux *analogix_dp_get_aux(struct analogix_dp_device *dp);
|
| /include/net/ |
| A D | dsa.h | 343 struct dsa_port *dp; member 518 if (dp->ds == ds && dp->index == p) in dsa_to_port() 519 return dp; in dsa_to_port() 546 return dsa_port_is_cpu(dp) && dp->conduit_admin_up && in dsa_port_conduit_is_operational() 727 return dp->lag ? dp->lag->id : 0; in dsa_port_lag_id_get() 732 return dp->lag ? dp->lag->dev : NULL; in dsa_port_lag_dev_get() 752 if (!dp->bridge) in dsa_port_to_bridge_port() 755 if (dp->lag) in dsa_port_to_bridge_port() 760 return dp->user; in dsa_port_to_bridge_port() 766 return dp->bridge ? dp->bridge->dev : NULL; in dsa_port_bridge_dev_get() [all …]
|
| /include/linux/dsa/ |
| A D | 8021q.h | 29 u16 dsa_tag_8021q_standalone_vid(const struct dsa_port *dp);
|
| A D | ksz_common.h | 27 struct dsa_port *dp; member
|
| A D | sja1105.h | 44 struct dsa_port *dp; member
|
| A D | ocelot.h | 170 struct dsa_port *dp; member
|
| /include/crypto/internal/ |
| A D | rsa.h | 38 const u8 *dp; member
|
| /include/video/ |
| A D | imx-ipu-v3.h | 328 int ipu_dp_enable_channel(struct ipu_dp *dp); 329 void ipu_dp_disable_channel(struct ipu_dp *dp, bool sync); 331 int ipu_dp_setup_channel(struct ipu_dp *dp, 335 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, u8 alpha, 484 int dp; member
|
| /include/linux/ |
| A 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/xen/interface/ |
| A D | platform.h | 349 GUEST_HANDLE(xen_processor_csd) dp; /* NULL if no dependency */
|
| /include/linux/phy/ |
| A D | phy.h | 70 struct phy_configure_opts_dp dp; member
|
Completed in 29 milliseconds