Home
last modified time | relevance | path

Searched defs:cp (Results 1 – 25 of 274) sorted by relevance

1234567891011

/linux/drivers/net/ethernet/sun/
H A Dcassini.c232 static inline void cas_lock_tx(struct cas *cp) in cas_lock_tx()
248 #define cas_lock_all_save(cp, flags) \ argument
255 static inline void cas_unlock_tx(struct cas *cp) in cas_unlock_tx()
263 #define cas_unlock_all_restore(cp, flags) \ argument
270 static void cas_disable_irq(struct cas *cp, const int ring) in cas_disable_irq()
303 static inline void cas_mask_intr(struct cas *cp) in cas_mask_intr()
311 static void cas_enable_irq(struct cas *cp, const int ring) in cas_enable_irq()
340 static inline void cas_unmask_intr(struct cas *cp) in cas_unmask_intr()
348 static inline void cas_entropy_gather(struct cas *cp) in cas_entropy_gather()
360 static inline void cas_entropy_reset(struct cas *cp) in cas_entropy_reset()
[all …]
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ioread.c39 static int pvr2_ioread_init(struct pvr2_ioread *cp) in pvr2_ioread_init()
62 static void pvr2_ioread_done(struct pvr2_ioread *cp) in pvr2_ioread_done()
75 struct pvr2_ioread *cp; in pvr2_ioread_create() local
86 void pvr2_ioread_destroy(struct pvr2_ioread *cp) in pvr2_ioread_destroy()
98 void pvr2_ioread_set_sync_key(struct pvr2_ioread *cp, in pvr2_ioread_set_sync_key()
126 static void pvr2_ioread_stop(struct pvr2_ioread *cp) in pvr2_ioread_stop()
146 static int pvr2_ioread_start(struct pvr2_ioread *cp) in pvr2_ioread_start()
181 struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *cp) in pvr2_ioread_get_stream()
186 int pvr2_ioread_setup(struct pvr2_ioread *cp,struct pvr2_stream *sp) in pvr2_ioread_setup()
229 int pvr2_ioread_set_enabled(struct pvr2_ioread *cp,int fl) in pvr2_ioread_set_enabled()
[all …]
H A Dpvrusb2-context.c237 struct pvr2_channel *cp; in pvr2_context_reset_input_limits() local
276 void pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp) in pvr2_channel_init()
293 static void pvr2_channel_disclaim_stream(struct pvr2_channel *cp) in pvr2_channel_disclaim_stream()
302 void pvr2_channel_done(struct pvr2_channel *cp) in pvr2_channel_done()
324 int pvr2_channel_limit_inputs(struct pvr2_channel *cp,unsigned int cmsk) in pvr2_channel_limit_inputs()
369 unsigned int pvr2_channel_get_limited_inputs(struct pvr2_channel *cp) in pvr2_channel_get_limited_inputs()
375 int pvr2_channel_claim_stream(struct pvr2_channel *cp, in pvr2_channel_claim_stream()
403 struct pvr2_ioread *cp; in pvr2_channel_create_mpeg_stream() local
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c191 struct cnic_local *cp = dev->cnic_priv; in cnic_ctx_wr() local
206 struct cnic_local *cp = dev->cnic_priv; in cnic_ctx_tbl_wr() local
220 struct cnic_local *cp = dev->cnic_priv; in cnic_ring_ctl() local
238 struct cnic_local *cp = dev->cnic_priv; in cnic_reg_wr_ind() local
252 struct cnic_local *cp = dev->cnic_priv; in cnic_reg_rd_ind() local
266 struct cnic_local *cp = dev->cnic_priv; in cnic_ulp_ctl() local
293 struct cnic_local *cp = dev->cnic_priv; in cnic_spq_completion() local
303 static int cnic_get_l5_cid(struct cnic_local *cp, u32 cid, u32 *l5_cid) in cnic_get_l5_cid()
319 static int cnic_send_nlmsg(struct cnic_local *cp, u32 type, in cnic_send_nlmsg()
380 struct cnic_local *cp; in cnic_iscsi_nl_msg_recv() local
[all …]
/linux/drivers/net/ethernet/realtek/
H A D8139cp.c407 static inline void cp_set_rxbufsize (struct cp_private *cp) in cp_set_rxbufsize()
418 static inline void cp_rx_skb (struct cp_private *cp, struct sk_buff *skb, in cp_rx_skb()
434 static void cp_rx_err_acct (struct cp_private *cp, unsigned rx_tail, in cp_rx_err_acct()
465 struct cp_private *cp = container_of(napi, struct cp_private, napi); in cp_rx_poll() local
571 struct cp_private *cp; in cp_interrupt() local
639 struct cp_private *cp = netdev_priv(dev); in cp_poll_controller() local
648 static void cp_tx (struct cp_private *cp) in cp_tx()
715 static void unwind_tx_frag_mapping(struct cp_private *cp, struct sk_buff *skb, in unwind_tx_frag_mapping()
734 struct cp_private *cp = netdev_priv(dev); in cp_start_xmit() local
890 struct cp_private *cp = netdev_priv(dev); in __cp_set_rx_mode() local
[all …]
/linux/kernel/sched/
H A Dcpudeadline.c26 static void cpudl_heapify_down(struct cpudl *cp, int idx) in cpudl_heapify_down()
69 static void cpudl_heapify_up(struct cpudl *cp, int idx) in cpudl_heapify_up()
95 static void cpudl_heapify(struct cpudl *cp, int idx) in cpudl_heapify()
104 static inline int cpudl_maximum(struct cpudl *cp) in cpudl_maximum()
117 int cpudl_find(struct cpudl *cp, struct task_struct *p, in cpudl_find()
175 void cpudl_clear(struct cpudl *cp, int cpu, bool online) in cpudl_clear()
218 void cpudl_set(struct cpudl *cp, int cpu, u64 dl) in cpudl_set()
248 int cpudl_init(struct cpudl *cp) in cpudl_init()
276 void cpudl_cleanup(struct cpudl *cp) in cpudl_cleanup()
H A Dcpupri.c68 static inline int __cpupri_find(struct cpupri *cp, struct task_struct *p, in __cpupri_find()
122 int cpupri_find(struct cpupri *cp, struct task_struct *p, in cpupri_find()
145 int cpupri_find_fitness(struct cpupri *cp, struct task_struct *p, in cpupri_find_fitness()
211 void cpupri_set(struct cpupri *cp, int cpu, int newpri) in cpupri_set()
279 int cpupri_init(struct cpupri *cp) in cpupri_init()
310 void cpupri_cleanup(struct cpupri *cp) in cpupri_cleanup()
/linux/net/rds/
H A Dthreads.c74 void rds_connect_path_complete(struct rds_conn_path *cp, int curr) in rds_connect_path_complete()
124 void rds_queue_reconnect(struct rds_conn_path *cp) in rds_queue_reconnect()
164 struct rds_conn_path *cp = container_of(work, in rds_connect_worker() local
193 struct rds_conn_path *cp = container_of(work, in rds_send_worker() local
220 struct rds_conn_path *cp = container_of(work, in rds_recv_worker() local
245 struct rds_conn_path *cp = container_of(work, in rds_shutdown_worker() local
H A Dtcp_send.c41 void rds_tcp_xmit_path_prepare(struct rds_conn_path *cp) in rds_tcp_xmit_path_prepare()
48 void rds_tcp_xmit_path_complete(struct rds_conn_path *cp) in rds_tcp_xmit_path_complete()
73 struct rds_conn_path *cp = rm->m_inc.i_conn_path; in rds_tcp_xmit() local
182 struct rds_conn_path *cp; in rds_tcp_write_space() local
H A Dtcp_connect.c43 struct rds_conn_path *cp; in rds_tcp_state_change() local
90 rds_tcp_conn_path_connect(struct rds_conn_path * cp) rds_tcp_conn_path_connect() argument
204 rds_tcp_conn_path_shutdown(struct rds_conn_path * cp) rds_tcp_conn_path_shutdown() argument
[all...]
/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c318 static struct ccwchain *ccwchain_alloc(struct channel_program *cp, int len) in ccwchain_alloc()
376 static int ccwchain_calc_length(u64 iova, struct channel_program *cp) in ccwchain_calc_length()
404 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists()
421 static int ccwchain_handle_ccw(dma32_t cda, struct channel_program *cp) in ccwchain_handle_ccw()
465 static int ccwchain_loop_tic(struct ccwchain *chain, struct channel_program *cp) in ccwchain_loop_tic()
490 struct channel_program *cp) in ccwchain_fetch_tic()
508 static dma64_t *get_guest_idal(struct ccw1 *ccw, struct channel_program *cp, int idaw_nr) in get_guest_idal()
566 struct channel_program *cp) in ccw_count_idaws()
609 struct channel_program *cp) in ccwchain_fetch_ccw()
686 struct channel_program *cp) in ccwchain_fetch_one()
[all …]
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c60 static void sym_print_msg(struct sym_ccb *cp, char *label, u_char *msg) in sym_print_msg()
1406 static int sym_prepare_nego(struct sym_hcb *np, struct sym_ccb *cp, u_char *msgptr)
1467 void sym_put_start_queue(struct sym_hcb *np, struct sym_ccb *cp)
1530 struct sym_ccb *cp; local
1583 struct sym_ccb *cp; local
1631 struct sym_ccb *cp; local
2023 struct sym_ccb *cp; local
2177 struct sym_ccb *cp = sym_ccb_from_dsa(np, dsa); local
2306 struct sym_ccb *cp = sym_ccb_from_dsa(np, dsa); local
2401 struct sym_ccb *cp; local
[all …]
/linux/net/bluetooth/
H A Dhci_sync.c907 struct hci_cp_write_eir cp; in hci_update_eir_sync() local
1154 struct hci_cp_le_set_ext_adv_enable *cp; in hci_disable_ext_adv_instance_sync() local
1191 struct hci_cp_le_set_adv_set_rand_addr cp; in hci_set_adv_set_random_addr_sync() local
1216 const struct hci_cp_le_set_ext_adv_params *cp, in hci_set_ext_adv_params_sync()
1298 struct hci_cp_le_set_adv_data cp; in hci_set_adv_data_sync() local
1332 struct hci_cp_le_set_ext_adv_params cp; in hci_setup_ext_adv_instance_sync() local
1511 struct hci_cp_le_set_scan_rsp_data cp; in __hci_set_scan_rsp_data_sync() local
1544 struct hci_cp_le_set_ext_adv_enable *cp; in hci_enable_ext_advertising_sync() local
1605 struct hci_cp_le_set_per_adv_enable cp; in hci_disable_per_advertising_sync() local
1625 struct hci_cp_le_set_per_adv_params cp; in hci_set_per_adv_params_sync() local
[all …]
H A Dmgmt.c975 struct mgmt_mode *cp = cmd->param; in mgmt_get_adv_discov_flags() local
999 struct mgmt_mode *cp = cmd->param; in mgmt_get_connectable() local
1341 struct mgmt_mode *cp; in mgmt_set_powered_complete() local
1377 struct mgmt_mode cp; in set_powered_sync() local
1399 struct mgmt_mode *cp = data; in set_powered() local
1581 struct mgmt_cp_set_discoverable *cp = data; in set_discoverable() local
1781 struct mgmt_mode *cp = data; in set_connectable() local
1841 struct mgmt_mode *cp = data; in set_bondable() local
1879 struct mgmt_mode *cp = data; in set_link_security() local
1949 struct mgmt_mode *cp; in set_ssp_complete() local
[all …]
H A Dhci_event.c483 struct hci_cp_set_event_filter *cp; in hci_cc_set_event_filter() local
1074 struct hci_cp_read_clock *cp; in hci_cc_read_clock() local
1138 struct hci_cp_write_def_err_data_reporting *cp; in hci_cc_write_def_err_data_reporting() local
1158 struct hci_cp_pin_code_reply *cp; in hci_cc_pin_code_reply() local
1381 struct hci_cp_le_set_default_phy *cp; in hci_cc_le_set_default_phy() local
1406 struct hci_cp_le_set_adv_set_rand_addr *cp; in hci_cc_le_set_adv_set_random_addr() local
1519 struct hci_cp_le_set_privacy_mode *cp; in hci_cc_le_set_privacy_mode() local
1584 struct hci_cp_le_set_ext_adv_enable *cp; in hci_cc_le_set_ext_adv_enable() local
1653 struct hci_cp_le_set_scan_param *cp; in hci_cc_le_set_scan_param() local
1677 struct hci_cp_le_set_ext_scan_params *cp; in hci_cc_le_set_ext_scan_param() local
[all …]
/linux/drivers/tty/vt/
H A Ducs.c25 u16 cp = *(u16 *)key; in interval16_cmp() local
37 u32 cp = *(u32 *)key; in interval32_cmp() local
47 static bool cp_in_range16(u16 cp, const struct ucs_interval16 *ranges, size_t size) in cp_in_range16()
56 static bool cp_in_range32(u32 cp, const struct ucs_interval32 *ranges, size_t size) in cp_in_range32()
65 #define UCS_IS_BMP(cp) ((cp) <= 0xffff) argument
73 bool ucs_is_zero_width(u32 cp) in ucs_is_zero_width()
89 bool ucs_is_double_width(u32 cp) in ucs_is_double_width()
218 u32 ucs_get_fallback(u32 cp) in ucs_get_fallback()
/linux/drivers/mailbox/
H A Dmailbox-th1520.c112 static void th1520_mbox_chan_write(struct th1520_mbox_con_priv *cp, u32 val, in th1520_mbox_chan_write()
121 static u32 th1520_mbox_chan_read(struct th1520_mbox_con_priv *cp, u32 offs, in th1520_mbox_chan_read()
130 static void th1520_mbox_chan_rmw(struct th1520_mbox_con_priv *cp, u32 off, in th1520_mbox_chan_rmw()
145 static void th1520_mbox_chan_rd_data(struct th1520_mbox_con_priv *cp, in th1520_mbox_chan_rd_data()
162 static void th1520_mbox_chan_wr_data(struct th1520_mbox_con_priv *cp, in th1520_mbox_chan_wr_data()
179 static void th1520_mbox_chan_wr_ack(struct th1520_mbox_con_priv *cp, void *data, in th1520_mbox_chan_wr_ack()
188 static int th1520_mbox_chan_id_to_mapbit(struct th1520_mbox_con_priv *cp) in th1520_mbox_chan_id_to_mapbit()
211 struct th1520_mbox_con_priv *cp = chan->con_priv; in th1520_mbox_isr() local
263 struct th1520_mbox_con_priv *cp = chan->con_priv; in th1520_mbox_send_data() local
274 struct th1520_mbox_con_priv *cp = chan->con_priv; in th1520_mbox_startup() local
[all …]
/linux/include/sound/
H A Dseq_midi_emul.h134 #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
/linux/fs/nilfs2/
H A Dcpfile.c73 struct nilfs_checkpoint *cp; in nilfs_cpfile_block_add_valid_checkpoints() local
89 struct nilfs_checkpoint *cp; in nilfs_cpfile_block_sub_valid_checkpoints() local
105 struct nilfs_checkpoint *cp = from; in nilfs_cpfile_block_init() local
249 struct nilfs_checkpoint *cp; in nilfs_cpfile_read_checkpoint() local
318 struct nilfs_checkpoint *cp; in nilfs_cpfile_create_checkpoint() local
388 struct nilfs_checkpoint *cp; in nilfs_cpfile_finalize_checkpoint() local
462 struct nilfs_checkpoint *cp; in nilfs_cpfile_delete_checkpoints() local
555 struct nilfs_checkpoint *cp, in nilfs_cpfile_checkpoint_to_cpinfo()
571 struct nilfs_checkpoint *cp; in nilfs_cpfile_do_get_cpinfo() local
626 struct nilfs_checkpoint *cp; in nilfs_cpfile_do_get_ssinfo() local
[all …]
/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c593 struct ip_vs_conn *cp) in ip_vs_tunnel_xmit_prepare()
626 struct ip_vs_conn *cp, int local) in ip_vs_nat_send_or_cont()
657 struct ip_vs_conn *cp, int local) in ip_vs_send_or_cont()
681 ip_vs_null_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_null_xmit()
695 ip_vs_bypass_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_bypass_xmit()
720 ip_vs_bypass_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_bypass_xmit_v6()
748 ip_vs_nat_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_nat_xmit()
832 ip_vs_nat_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_nat_xmit_v6()
998 struct ip_vs_conn *cp, __u8 *next_protocol) in ipvs_gue_encap()
1072 struct ip_vs_conn *cp, __u8 *next_protocol) in ipvs_gre_encap()
[all …]
H A Dip_vs_nfct.c71 ip_vs_update_conntrack(struct sk_buff * skb,struct ip_vs_conn * cp,int outin) ip_vs_update_conntrack() argument
144 struct ip_vs_conn *cp; ip_vs_nfct_expect_callback() local
212 ip_vs_nfct_expect_related(struct sk_buff * skb,struct nf_conn * ct,struct ip_vs_conn * cp,u_int8_t proto,const __be16 port,int from_rs) ip_vs_nfct_expect_related() argument
242 ip_vs_conn_drop_conntrack(struct ip_vs_conn * cp) ip_vs_conn_drop_conntrack() argument
[all...]
H A Dip_vs_app.c259 ip_vs_bind_app(struct ip_vs_conn * cp,struct ip_vs_protocol * pp) ip_vs_bind_app() argument
269 ip_vs_unbind_app(struct ip_vs_conn * cp) ip_vs_unbind_app() argument
346 vs_seq_update(struct ip_vs_conn * cp,struct ip_vs_seq * vseq,unsigned int flag,__u32 seq,int diff) vs_seq_update() argument
360 app_tcp_pkt_out(struct ip_vs_conn * cp,struct sk_buff * skb,struct ip_vs_app * app,struct ip_vs_iphdr * ipvsh) app_tcp_pkt_out() argument
411 ip_vs_app_pkt_out(struct ip_vs_conn * cp,struct sk_buff * skb,struct ip_vs_iphdr * ipvsh) ip_vs_app_pkt_out() argument
437 app_tcp_pkt_in(struct ip_vs_conn * cp,struct sk_buff * skb,struct ip_vs_app * app,struct ip_vs_iphdr * ipvsh) app_tcp_pkt_in() argument
488 ip_vs_app_pkt_in(struct ip_vs_conn * cp,struct sk_buff * skb,struct ip_vs_iphdr * ipvsh) ip_vs_app_pkt_in() argument
[all...]
/linux/arch/riscv/kvm/
H A Dvcpu_sbi_replace.c20 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_time_handler() local
51 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_ipi_handler() local
95 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_rfence_handler() local
151 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_srst_handler() local
/linux/kernel/bpf/
H A Dmprog.c113 struct bpf_mprog_cp *cp; in bpf_mprog_replace() local
134 struct bpf_mprog_cp *cp; in bpf_mprog_insert() local
182 struct bpf_mprog_cp *cp; in bpf_mprog_pos_exact() local
197 struct bpf_mprog_cp *cp; in bpf_mprog_pos_before() local
213 struct bpf_mprog_cp *cp; in bpf_mprog_pos_after() local
301 struct bpf_mprog_cp *cp; in bpf_mprog_fetch() local
401 struct bpf_mprog_cp *cp; in bpf_mprog_query() local
/linux/net/sched/
H A Dact_ctinfo.c31 struct tcf_ctinfo_params *cp, in tcf_ctinfo_dscp_set()
72 struct tcf_ctinfo_params *cp, in tcf_ctinfo_cpmark_set()
88 struct tcf_ctinfo_params *cp; in tcf_ctinfo_act() local
287 const struct tcf_ctinfo_params *cp; in tcf_ctinfo_dump() local
351 struct tcf_ctinfo_params *cp; in tcf_ctinfo_cleanup() local

1234567891011