Home
last modified time | relevance | path

Searched defs:cp (Results 1 – 25 of 275) 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()
274 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/netfilter/ipvs/
H A Dip_vs_conn.c78 conn_tab_lock(struct ip_vs_rht *t, struct ip_vs_conn *cp, u32 hash_key, in conn_tab_lock()
217 const struct ip_vs_conn *cp, in ip_vs_conn_hashkey_conn()
243 static inline int ip_vs_conn_hash(struct ip_vs_conn *cp) in ip_vs_conn_hash()
296 static inline bool ip_vs_conn_unlink(struct ip_vs_conn *cp) in ip_vs_conn_unlink()
352 struct ip_vs_conn *cp; in __ip_vs_conn_in_get() local
392 struct ip_vs_conn *cp; in ip_vs_conn_in_get() local
460 struct ip_vs_conn *cp; in ip_vs_ct_in_get() local
529 struct ip_vs_conn *cp; in ip_vs_conn_out_get() local
597 static void __ip_vs_conn_put_timer(struct ip_vs_conn *cp) in __ip_vs_conn_put_timer()
606 void ip_vs_conn_put(struct ip_vs_conn *cp) in ip_vs_conn_put()
[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_core.c300 ip_vs_in_stats(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_in_stats()
336 ip_vs_out_stats(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_out_stats()
372 ip_vs_conn_stats(struct ip_vs_conn *cp, struct ip_vs_service *svc) in ip_vs_conn_stats()
399 ip_vs_set_state(struct ip_vs_conn *cp, int direction, in ip_vs_set_state()
435 struct ip_vs_conn *cp = NULL; in ip_vs_sched_persist() local
624 struct ip_vs_conn *cp = NULL; in ip_vs_schedule() local
782 struct ip_vs_conn *cp; in ip_vs_leave() local
927 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp()
973 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp_v6()
1036 __u8 protocol, struct ip_vs_conn *cp, in handle_response_icmp()
[all …]
/linux/net/rds/
H A Dthreads.c74 void rds_connect_path_complete(struct rds_conn_path *cp, int curr) in rds_connect_path_complete() argument
124 rds_queue_reconnect(struct rds_conn_path * cp) rds_queue_reconnect() argument
164 struct rds_conn_path *cp = container_of(work, rds_connect_worker() local
193 struct rds_conn_path *cp = container_of(work, rds_send_worker() local
220 struct rds_conn_path *cp = container_of(work, rds_recv_worker() local
245 struct rds_conn_path *cp = container_of(work, rds_shutdown_worker() local
[all...]
H A Dconnection.c114 static void rds_conn_path_reset(struct rds_conn_path *cp) in rds_conn_path_reset()
132 struct rds_conn_path *cp, bool is_outgoing) in __rds_conn_path_init()
324 struct rds_conn_path *cp; in __rds_conn_create() local
381 void rds_conn_shutdown(struct rds_conn_path *cp) in rds_conn_shutdown()
468 static void rds_conn_path_destroy(struct rds_conn_path *cp) in rds_conn_path_destroy()
517 struct rds_conn_path *cp; in rds_conn_destroy() local
590 struct rds_conn_path *cp; in rds_conn_message_info_cmn() local
748 struct rds_conn_path *cp; in rds_walk_conn_path_info() local
785 static int rds_conn_info_visitor(struct rds_conn_path *cp, void *buffer) in rds_conn_info_visitor()
814 static int rds6_conn_info_visitor(struct rds_conn_path *cp, void *buffer) in rds6_conn_info_visitor()
[all …]
H A Dsend.c65 void rds_send_path_reset(struct rds_conn_path *cp) in rds_send_path_reset() argument
104 acquire_in_xmit(struct rds_conn_path * cp) acquire_in_xmit() argument
109 release_in_xmit(struct rds_conn_path * cp) release_in_xmit() argument
187 rds_send_xmit(struct rds_conn_path * cp) rds_send_xmit() argument
745 rds_send_path_drop_acked(struct rds_conn_path * cp,u64 ack,is_acked_func is_acked) rds_send_path_drop_acked() argument
785 struct rds_conn_path *cp; rds_send_drop_to() local
878 rds_send_queue_rm(struct rds_sock * rs,struct rds_connection * conn,struct rds_conn_path * cp,struct rds_message * rm,__be16 sport,__be16 dport,int * queued) rds_send_queue_rm() argument
1472 rds_send_probe(struct rds_conn_path * cp,__be16 sport,__be16 dport,u8 h_flags) rds_send_probe() argument
1542 rds_send_pong(struct rds_conn_path * cp,__be16 dport) rds_send_pong() argument
1551 struct rds_conn_path *cp = &conn->c_path[cp_index]; rds_send_ping() local
[all...]
H A Dtcp_send.c41 void rds_tcp_xmit_path_prepare(struct rds_conn_path *cp) in rds_tcp_xmit_path_prepare() argument
48 void rds_tcp_xmit_path_complete(struct rds_conn_path *cp) in rds_tcp_xmit_path_complete() argument
73 struct rds_conn_path *cp = rm->m_inc.i_conn_path; in rds_tcp_xmit() local
182 struct rds_conn_path *cp; rds_tcp_write_space() local
[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.c914 struct hci_cp_write_eir cp; in hci_update_eir_sync() local
1161 struct hci_cp_le_set_ext_adv_enable *cp; in hci_disable_ext_adv_instance_sync() local
1198 struct hci_cp_le_set_adv_set_rand_addr cp; in hci_set_adv_set_random_addr_sync() local
1223 const struct hci_cp_le_set_ext_adv_params *cp, in hci_set_ext_adv_params_sync()
1305 struct hci_cp_le_set_adv_data cp; in hci_set_adv_data_sync() local
1339 struct hci_cp_le_set_ext_adv_params cp; in hci_setup_ext_adv_instance_sync() local
1518 struct hci_cp_le_set_scan_rsp_data cp; in __hci_set_scan_rsp_data_sync() local
1551 struct hci_cp_le_set_ext_adv_enable *cp; in hci_enable_ext_advertising_sync() local
1612 struct hci_cp_le_set_per_adv_enable cp; in hci_disable_per_advertising_sync() local
1632 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.c487 struct hci_cp_set_event_filter *cp; in hci_cc_set_event_filter() local
1078 struct hci_cp_read_clock *cp; in hci_cc_read_clock() local
1142 struct hci_cp_write_def_err_data_reporting *cp; in hci_cc_write_def_err_data_reporting() local
1162 struct hci_cp_pin_code_reply *cp; in hci_cc_pin_code_reply() local
1385 struct hci_cp_le_set_default_phy *cp; in hci_cc_le_set_default_phy() local
1410 struct hci_cp_le_set_adv_set_rand_addr *cp; in hci_cc_le_set_adv_set_random_addr() local
1523 struct hci_cp_le_set_privacy_mode *cp; in hci_cc_le_set_privacy_mode() local
1588 struct hci_cp_le_set_ext_adv_enable *cp; in hci_cc_le_set_ext_adv_enable() local
1657 struct hci_cp_le_set_scan_param *cp; in hci_cc_le_set_scan_param() local
1681 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/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

1234567891011