Searched defs:cp (Results 1 – 12 of 12) sorted by relevance
| /include/sound/ |
| A D | seq_midi_emul.h | 134 #define SNDRV_GM_BANK_SELECT(cp) (((cp)->control[0]<<7)|((cp)->control[32])) argument 135 #define SNDRV_GM_MODULATION_WHEEL(cp) (((cp)->control[1]<<7)|((cp)->control[33])) argument 136 #define SNDRV_GM_BREATH(cp) (((cp)->control[2]<<7)|((cp)->control[34])) argument 137 #define SNDRV_GM_FOOT_PEDAL(cp) (((cp)->control[4]<<7)|((cp)->control[36])) argument 138 #define SNDRV_GM_PORTAMENTO_TIME(cp) (((cp)->control[5]<<7)|((cp)->control[37])) argument 139 #define SNDRV_GM_DATA_ENTRY(cp) (((cp)->control[6]<<7)|((cp)->control[38])) argument 140 #define SNDRV_GM_VOLUME(cp) (((cp)->control[7]<<7)|((cp)->control[39])) argument 141 #define SNDRV_GM_BALANCE(cp) (((cp)->control[8]<<7)|((cp)->control[40])) argument 142 #define SNDRV_GM_PAN(cp) (((cp)->control[10]<<7)|((cp)->control[42])) argument 143 #define SNDRV_GM_EXPRESSION(cp) (((cp)->control[11]<<7)|((cp)->control[43])) argument
|
| /include/linux/ |
| A D | consolemap.h | 65 static inline bool ucs_is_double_width(uint32_t cp) in ucs_is_double_width() 70 static inline bool ucs_is_zero_width(uint32_t cp) in ucs_is_zero_width() 80 static inline u32 ucs_get_fallback(u32 cp) in ucs_get_fallback()
|
| A D | bpf_mprog.h | 115 #define bpf_mprog_foreach_tuple(entry, fp, cp, t) \ argument 306 struct bpf_mprog_cp **cp) in bpf_mprog_read() 313 struct bpf_mprog_cp *cp, in bpf_mprog_write()
|
| A D | prefetch.h | 53 char *cp; in prefetch_range() local
|
| A D | security.h | 1548 static inline int security_secid_to_secctx(u32 secid, struct lsm_context *cp) in security_secid_to_secctx() 1554 struct lsm_context *cp) in security_lsmprop_to_secctx() 1566 static inline void security_release_secctx(struct lsm_context *cp) in security_release_secctx() 1583 struct lsm_context *cp) in security_inode_getsecctx()
|
| A D | memstick.h | 60 unsigned char cp; member
|
| /include/net/libeth/ |
| A D | tx.h | 125 const struct libeth_cq_pp *cp) in libeth_tx_complete()
|
| A D | xdp.h | 1770 __libeth_xdp_complete_tx(struct libeth_sqe *sqe, struct libeth_cq_pp *cp, in __libeth_xdp_complete_tx() 1820 struct libeth_cq_pp *cp) in libeth_xdp_complete_tx()
|
| /include/net/ |
| A D | ip_vs.h | 1353 static inline bool __ip_vs_conn_get(struct ip_vs_conn *cp) in __ip_vs_conn_get() 1359 static inline void __ip_vs_conn_put(struct ip_vs_conn *cp) in __ip_vs_conn_put() 1381 static inline void ip_vs_control_del(struct ip_vs_conn *cp) in ip_vs_control_del() 1417 ip_vs_control_add(struct ip_vs_conn *cp, struct ip_vs_conn *ctl_cp) in ip_vs_control_add() 1443 ip_vs_control_assure_ct(struct ip_vs_conn *cp) in ip_vs_control_assure_ct() 1696 #define IP_VS_FWD_METHOD(cp) (cp->flags & IP_VS_CONN_F_FWD_MASK) argument 1698 static inline char ip_vs_fwd_tag(struct ip_vs_conn *cp) in ip_vs_fwd_tag() 1797 struct ip_vs_conn *cp, int outin) in ip_vs_update_conntrack() 1806 static inline void ip_vs_conn_drop_conntrack(struct ip_vs_conn *cp) in ip_vs_conn_drop_conntrack() 1812 static inline bool ip_vs_conn_uses_old_conntrack(struct ip_vs_conn *cp, in ip_vs_conn_uses_old_conntrack()
|
| /include/uapi/linux/ |
| A D | hdlcdrv.h | 55 struct hdlcdrv_channel_params cp; member
|
| /include/scsi/ |
| A D | fc_frame.h | 208 u8 *cp; in fc_frame_payload_op() local
|
| /include/soc/fsl/qe/ |
| A D | immap_qe.h | 426 struct cp_qe cp; /* Communications Processor */ member
|
Completed in 45 milliseconds