Home
last modified time | relevance | path

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

12345678910>>...12

/linux-3.3/drivers/net/ethernet/sun/
Dcassini.c247 static inline void cas_lock_tx(struct cas *cp) in cas_lock_tx()
255 static inline void cas_lock_all(struct cas *cp) in cas_lock_all()
269 #define cas_lock_all_save(cp, flags) \ argument
276 static inline void cas_unlock_tx(struct cas *cp) in cas_unlock_tx()
284 static inline void cas_unlock_all(struct cas *cp) in cas_unlock_all()
290 #define cas_unlock_all_restore(cp, flags) \ argument
297 static void cas_disable_irq(struct cas *cp, const int ring) in cas_disable_irq()
330 static inline void cas_mask_intr(struct cas *cp) in cas_mask_intr()
338 static void cas_enable_irq(struct cas *cp, const int ring) in cas_enable_irq()
367 static inline void cas_unmask_intr(struct cas *cp) in cas_unmask_intr()
[all …]
/linux-3.3/drivers/media/video/pvrusb2/
Dpvrusb2-ioread.c53 static int pvr2_ioread_init(struct pvr2_ioread *cp) in pvr2_ioread_init()
76 static void pvr2_ioread_done(struct pvr2_ioread *cp) in pvr2_ioread_done()
89 struct pvr2_ioread *cp; in pvr2_ioread_create() local
100 void pvr2_ioread_destroy(struct pvr2_ioread *cp) in pvr2_ioread_destroy()
112 void pvr2_ioread_set_sync_key(struct pvr2_ioread *cp, in pvr2_ioread_set_sync_key()
140 static void pvr2_ioread_stop(struct pvr2_ioread *cp) in pvr2_ioread_stop()
160 static int pvr2_ioread_start(struct pvr2_ioread *cp) in pvr2_ioread_start()
197 struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *cp) in pvr2_ioread_get_stream()
202 int pvr2_ioread_setup(struct pvr2_ioread *cp,struct pvr2_stream *sp) in pvr2_ioread_setup()
243 int pvr2_ioread_set_enabled(struct pvr2_ioread *cp,int fl) in pvr2_ioread_set_enabled()
[all …]
Dpvrusb2-context.c250 struct pvr2_channel *cp; in pvr2_context_reset_input_limits() local
288 void pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp) in pvr2_channel_init()
305 static void pvr2_channel_disclaim_stream(struct pvr2_channel *cp) in pvr2_channel_disclaim_stream()
314 void pvr2_channel_done(struct pvr2_channel *cp) in pvr2_channel_done()
336 int pvr2_channel_limit_inputs(struct pvr2_channel *cp,unsigned int cmsk) in pvr2_channel_limit_inputs()
381 unsigned int pvr2_channel_get_limited_inputs(struct pvr2_channel *cp) in pvr2_channel_get_limited_inputs()
387 int pvr2_channel_claim_stream(struct pvr2_channel *cp, in pvr2_channel_claim_stream()
414 struct pvr2_ioread *cp; in pvr2_channel_create_mpeg_stream() local
/linux-3.3/drivers/s390/char/
Dcon3270.c73 static void con3270_set_timer(struct con3270 *cp, int expires) in con3270_set_timer()
87 con3270_update_status(struct con3270 *cp) in con3270_update_status()
98 con3270_create_status(struct con3270 *cp) in con3270_create_status()
122 con3270_update_string(struct con3270 *cp, struct string *s, int nr) in con3270_update_string()
134 con3270_rebuild_update(struct con3270 *cp) in con3270_rebuild_update()
160 con3270_alloc_string(struct con3270 *cp, size_t size) in con3270_alloc_string()
199 con3270_update(struct con3270 *cp) in con3270_update()
285 struct con3270 *cp; in con3270_read_tasklet() local
356 con3270_issue_read(struct con3270 *cp) in con3270_issue_read()
381 struct con3270 *cp; in con3270_activate() local
[all …]
/linux-3.3/drivers/net/ethernet/broadcom/
Dcnic.c185 struct cnic_local *cp = dev->cnic_priv; in cnic_ctx_wr() local
199 struct cnic_local *cp = dev->cnic_priv; in cnic_ctx_tbl_wr() local
212 struct cnic_local *cp = dev->cnic_priv; in cnic_ring_ctl() local
229 struct cnic_local *cp = dev->cnic_priv; in cnic_reg_wr_ind() local
242 struct cnic_local *cp = dev->cnic_priv; in cnic_reg_rd_ind() local
255 struct cnic_local *cp = dev->cnic_priv; in cnic_ulp_ctl() local
275 struct cnic_local *cp = dev->cnic_priv; in cnic_spq_completion() local
284 static int cnic_get_l5_cid(struct cnic_local *cp, u32 cid, u32 *l5_cid) in cnic_get_l5_cid()
297 static int cnic_send_nlmsg(struct cnic_local *cp, u32 type, in cnic_send_nlmsg()
358 struct cnic_local *cp; in cnic_iscsi_nl_msg_recv() local
[all …]
/linux-3.3/net/netfilter/ipvs/
Dip_vs_conn.c169 static unsigned int ip_vs_conn_hashkey_conn(const struct ip_vs_conn *cp) in ip_vs_conn_hashkey_conn()
189 static inline int ip_vs_conn_hash(struct ip_vs_conn *cp) in ip_vs_conn_hash()
225 static inline int ip_vs_conn_unhash(struct ip_vs_conn *cp) in ip_vs_conn_unhash()
261 struct ip_vs_conn *cp; in __ip_vs_conn_in_get() local
290 struct ip_vs_conn *cp; in ip_vs_conn_in_get() local
348 struct ip_vs_conn *cp; in ip_vs_ct_in_get() local
398 struct ip_vs_conn *cp, *ret=NULL; in ip_vs_conn_out_get() local
450 void ip_vs_conn_put(struct ip_vs_conn *cp) in ip_vs_conn_put()
463 void ip_vs_conn_fill_cport(struct ip_vs_conn *cp, __be16 cport) in ip_vs_conn_fill_cport()
484 static inline void ip_vs_bind_xmit(struct ip_vs_conn *cp) in ip_vs_bind_xmit()
[all …]
Dip_vs_xmit.c336 #define IP_VS_XMIT_TUNNEL(skb, cp) \ argument
350 #define IP_VS_XMIT_NAT(pf, skb, cp, local) \ argument
364 #define IP_VS_XMIT(pf, skb, cp, local) \ argument
381 ip_vs_null_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_null_xmit()
395 ip_vs_bypass_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_bypass_xmit()
450 ip_vs_bypass_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_bypass_xmit_v6()
513 ip_vs_nat_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_nat_xmit()
631 ip_vs_nat_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_nat_xmit_v6()
766 ip_vs_tunnel_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_tunnel_xmit()
884 ip_vs_tunnel_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_tunnel_xmit_v6()
[all …]
Dip_vs_nfct.c82 ip_vs_update_conntrack(struct sk_buff *skb, struct ip_vs_conn *cp, int outin) in ip_vs_update_conntrack()
142 struct ip_vs_conn *cp; in ip_vs_nfct_expect_callback() local
221 struct ip_vs_conn *cp, u_int8_t proto, in ip_vs_nfct_expect_related()
251 void ip_vs_conn_drop_conntrack(struct ip_vs_conn *cp) in ip_vs_conn_drop_conntrack()
Dip_vs_app.c229 int ip_vs_bind_app(struct ip_vs_conn *cp, in ip_vs_bind_app()
239 void ip_vs_unbind_app(struct ip_vs_conn *cp) in ip_vs_unbind_app()
316 static inline void vs_seq_update(struct ip_vs_conn *cp, struct ip_vs_seq *vseq, in vs_seq_update()
330 static inline int app_tcp_pkt_out(struct ip_vs_conn *cp, struct sk_buff *skb, in app_tcp_pkt_out()
380 int ip_vs_app_pkt_out(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_app_pkt_out()
405 static inline int app_tcp_pkt_in(struct ip_vs_conn *cp, struct sk_buff *skb, in app_tcp_pkt_in()
455 int ip_vs_app_pkt_in(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_app_pkt_in()
Dip_vs_core.c115 ip_vs_in_stats(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_in_stats()
145 ip_vs_out_stats(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_out_stats()
175 ip_vs_conn_stats(struct ip_vs_conn *cp, struct ip_vs_service *svc) in ip_vs_conn_stats()
192 ip_vs_set_state(struct ip_vs_conn *cp, int direction, in ip_vs_set_state()
228 struct ip_vs_conn *cp = NULL; in ip_vs_sched_persist() local
398 struct ip_vs_conn *cp = NULL; in ip_vs_schedule() local
533 struct ip_vs_conn *cp; in ip_vs_leave() local
686 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp()
732 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp_v6()
783 __u8 protocol, struct ip_vs_conn *cp, in handle_response_icmp()
[all …]
Dip_vs_proto_tcp.c132 struct ip_vs_protocol *pp, struct ip_vs_conn *cp) in tcp_snat_handler()
212 struct ip_vs_protocol *pp, struct ip_vs_conn *cp) in tcp_dnat_handler()
478 set_tcp_state(struct ip_vs_proto_data *pd, struct ip_vs_conn *cp, in set_tcp_state()
550 tcp_state_transition(struct ip_vs_conn *cp, int direction, in tcp_state_transition()
619 tcp_app_conn_bind(struct ip_vs_conn *cp) in tcp_app_conn_bind()
665 void ip_vs_tcp_conn_listen(struct net *net, struct ip_vs_conn *cp) in ip_vs_tcp_conn_listen()
/linux-3.3/net/bluetooth/
Dhci_conn.c51 struct hci_cp_le_create_conn cp; in hci_le_connect() local
81 struct hci_cp_create_conn cp; in hci_acl_connect() local
122 struct hci_cp_create_conn_cancel cp; in hci_acl_connect_cancel() local
135 struct hci_cp_disconnect cp; in hci_acl_disconn() local
149 struct hci_cp_add_sco cp; in hci_add_sco() local
167 struct hci_cp_setup_sync_conn cp; in hci_setup_sync() local
191 struct hci_cp_le_conn_update cp; in hci_le_conn_update() local
212 struct hci_cp_le_start_enc cp; in hci_le_start_enc() local
230 struct hci_cp_le_ltk_reply cp; in hci_le_ltk_reply() local
246 struct hci_cp_le_ltk_neg_reply cp; in hci_le_ltk_neg_reply() local
[all …]
Dhci_event.c545 struct hci_cp_write_le_host_supported cp; in hci_set_le_support() local
579 struct hci_cp_read_local_ext_features cp; in hci_setup() local
886 struct hci_cp_pin_code_reply *cp; in hci_cc_pin_code_reply() local
1031 struct hci_cp_le_set_scan_enable *cp; in hci_cc_le_set_scan_enable() local
1093 struct hci_cp_read_local_ext_features cp; in hci_cc_write_le_host_supported() local
1128 struct hci_cp_create_conn *cp; in hci_cs_create_conn() local
1168 struct hci_cp_add_sco *cp; in hci_cs_add_sco() local
1203 struct hci_cp_auth_requested *cp; in hci_cs_auth_requested() local
1230 struct hci_cp_set_conn_encrypt *cp; in hci_cs_set_conn_encrypt() local
1276 struct hci_cp_remote_name_req *cp; in hci_cs_remote_name_req() local
[all …]
Dmgmt.c426 struct hci_cp_write_eir cp; in update_eir() local
628 struct mgmt_mode *cp; in set_powered() local
682 struct mgmt_cp_set_discoverable *cp; in set_discoverable() local
752 struct mgmt_mode *cp; in set_connectable() local
845 struct mgmt_mode *cp; in set_pairable() local
887 struct mgmt_cp_add_uuid *cp; in add_uuid() local
938 struct mgmt_cp_remove_uuid *cp; in remove_uuid() local
1002 struct mgmt_cp_set_dev_class *cp; in set_dev_class() local
1045 struct mgmt_cp_load_link_keys *cp; in load_link_keys() local
1104 struct mgmt_cp_remove_keys *cp; in remove_keys() local
[all …]
/linux-3.3/drivers/net/ethernet/realtek/
D8139cp.c412 static inline void cp_set_rxbufsize (struct cp_private *cp) in cp_set_rxbufsize()
423 static inline void cp_rx_skb (struct cp_private *cp, struct sk_buff *skb, in cp_rx_skb()
439 static void cp_rx_err_acct (struct cp_private *cp, unsigned rx_tail, in cp_rx_err_acct()
470 struct cp_private *cp = container_of(napi, struct cp_private, napi); in cp_rx_poll() local
579 struct cp_private *cp; in cp_interrupt() local
644 static void cp_tx (struct cp_private *cp) in cp_tx()
710 struct cp_private *cp = netdev_priv(dev); in cp_start_xmit() local
860 struct cp_private *cp = netdev_priv(dev); in __cp_set_rx_mode() local
899 struct cp_private *cp = netdev_priv(dev); in cp_set_rx_mode() local
906 static void __cp_get_stats(struct cp_private *cp) in __cp_get_stats()
[all …]
/linux-3.3/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c73 static void sym_print_msg(struct sym_ccb *cp, char *label, u_char *msg) in sym_print_msg()
1419 static int sym_prepare_nego(struct sym_hcb *np, struct sym_ccb *cp, u_char *msgptr)
1480 void sym_put_start_queue(struct sym_hcb *np, struct sym_ccb *cp)
1543 struct sym_ccb *cp; local
1596 struct sym_ccb *cp; local
1644 struct sym_ccb *cp; local
2036 struct sym_ccb *cp; local
2190 struct sym_ccb *cp = sym_ccb_from_dsa(np, dsa); local
2319 struct sym_ccb *cp = sym_ccb_from_dsa(np, dsa); local
2414 struct sym_ccb *cp; local
[all …]
/linux-3.3/kernel/sched/
Dcpupri.c65 int cpupri_find(struct cpupri *cp, struct task_struct *p, in cpupri_find()
138 void cpupri_set(struct cpupri *cp, int cpu, int newpri) in cpupri_set()
206 int cpupri_init(struct cpupri *cp) in cpupri_init()
234 void cpupri_cleanup(struct cpupri *cp) in cpupri_cleanup()
/linux-3.3/include/sound/
Dseq_midi_emul.h148 #define SNDRV_GM_BANK_SELECT(cp) (((cp)->control[0]<<7)|((cp)->control[32])) argument
149 #define SNDRV_GM_MODULATION_WHEEL(cp) (((cp)->control[1]<<7)|((cp)->control[33])) argument
150 #define SNDRV_GM_BREATH(cp) (((cp)->control[2]<<7)|((cp)->control[34])) argument
151 #define SNDRV_GM_FOOT_PEDAL(cp) (((cp)->control[4]<<7)|((cp)->control[36])) argument
152 #define SNDRV_GM_PORTAMENTO_TIME(cp) (((cp)->control[5]<<7)|((cp)->control[37])) argument
153 #define SNDRV_GM_DATA_ENTRY(cp) (((cp)->control[6]<<7)|((cp)->control[38])) argument
154 #define SNDRV_GM_VOLUME(cp) (((cp)->control[7]<<7)|((cp)->control[39])) argument
155 #define SNDRV_GM_BALANCE(cp) (((cp)->control[8]<<7)|((cp)->control[40])) argument
156 #define SNDRV_GM_PAN(cp) (((cp)->control[10]<<7)|((cp)->control[42])) argument
157 #define SNDRV_GM_EXPRESSION(cp) (((cp)->control[11]<<7)|((cp)->control[43])) argument
/linux-3.3/fs/nilfs2/
Dcpfile.c79 struct nilfs_checkpoint *cp = kaddr + bh_offset(bh); in nilfs_cpfile_block_add_valid_checkpoints() local
93 struct nilfs_checkpoint *cp = kaddr + bh_offset(bh); in nilfs_cpfile_block_sub_valid_checkpoints() local
123 struct nilfs_checkpoint *cp = kaddr + bh_offset(bh); in nilfs_cpfile_block_init() local
189 struct nilfs_checkpoint *cp; in nilfs_cpfile_get_checkpoint() local
284 struct nilfs_checkpoint *cp; in nilfs_cpfile_delete_checkpoints() local
374 struct nilfs_checkpoint *cp, in nilfs_cpfile_checkpoint_to_cpinfo()
389 struct nilfs_checkpoint *cp; in nilfs_cpfile_do_get_cpinfo() local
441 struct nilfs_checkpoint *cp; in nilfs_cpfile_do_get_ssinfo() local
564 struct nilfs_checkpoint *cp; in nilfs_cpfile_block_get_snapshot_list() local
581 struct nilfs_checkpoint *cp; in nilfs_cpfile_set_snapshot() local
[all …]
/linux-3.3/drivers/mtd/chips/
Dgen_probe.c21 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp) in mtd_do_chip_probe()
59 static struct cfi_private *genprobe_ident_chips(struct map_info *map, struct chip_probe *cp) in genprobe_ident_chips()
167 static int genprobe_new_chip(struct map_info *map, struct chip_probe *cp, in genprobe_new_chip()
/linux-3.3/arch/mips/fw/arc/
Dcmdline.c34 static char * __init move_firmware_args(char* cp) in move_firmware_args()
68 char *cp; in prom_init_cmdline() local
/linux-3.3/drivers/isdn/hysdn/
Dhysdn_procconf.c55 unsigned char *cp = cnf->conf_line; in process_line() local
98 unsigned char ch, *cp; in hysdn_conf_write() local
214 char *cp; in hysdn_conf_read() local
234 char *cp, *tmp; in hysdn_conf_open() local
/linux-3.3/net/can/
Daf_can.c119 const struct can_proto *cp; in can_get_proto() local
130 static inline void can_put_proto(const struct can_proto *cp) in can_put_proto()
139 const struct can_proto *cp; in can_create() local
698 int can_proto_register(const struct can_proto *cp) in can_proto_register()
735 void can_proto_unregister(const struct can_proto *cp) in can_proto_unregister()
/linux-3.3/drivers/base/
Dclass.c30 struct subsys_private *cp = to_subsys_private(kobj); in class_attr_show() local
42 struct subsys_private *cp = to_subsys_private(kobj); in class_attr_store() local
54 struct subsys_private *cp = to_subsys_private(kobj); in class_attr_namespace() local
64 struct subsys_private *cp = to_subsys_private(kobj); in class_release() local
80 struct subsys_private *cp = to_subsys_private(kobj); in class_child_ns_type() local
178 struct subsys_private *cp; in __class_register() local
/linux-3.3/drivers/staging/speakup/
Dkobjects.c32 char *cp; in chars_chartab_show() local
110 char *cp = (char *) buf; in chars_chartab_store() local
226 char *cp = buf; in keymap_show() local
263 char *cp; in keymap_store() local
434 char *cp; in version_show() local
451 char *cp = buf; in punc_show() local
541 char *cp; in spk_var_show() local
597 char *cp; in spk_var_store() local
729 char *cp = (char *) buf; in message_store_helper() local

12345678910>>...12