Home
last modified time | relevance | path

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

12345678910

/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/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/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/net/netfilter/ipvs/
H A Dip_vs_conn.c97 conn_tab_lock(struct ip_vs_rht *t, struct ip_vs_rht *t2, struct ip_vs_conn *cp, in conn_tab_lock()
235 const struct ip_vs_conn *cp, in ip_vs_conn_hashkey_conn()
261 static inline int ip_vs_conn_hash(struct ip_vs_conn *cp) in ip_vs_conn_hash()
316 static inline bool ip_vs_conn_unlink(struct ip_vs_conn *cp) in ip_vs_conn_unlink()
375 struct ip_vs_conn *cp; in __ip_vs_conn_in_get() local
415 struct ip_vs_conn *cp; in ip_vs_conn_in_get() local
483 struct ip_vs_conn *cp; in ip_vs_ct_in_get() local
552 struct ip_vs_conn *cp; in ip_vs_conn_out_get() local
620 static void __ip_vs_conn_put_timer(struct ip_vs_conn *cp) in __ip_vs_conn_put_timer()
629 void ip_vs_conn_put(struct ip_vs_conn *cp) in ip_vs_conn_put()
[all …]
H A Dip_vs_xmit.c634 struct ip_vs_conn *cp) in ip_vs_tunnel_xmit_prepare()
667 struct ip_vs_conn *cp, int local) in ip_vs_nat_send_or_cont()
698 struct ip_vs_conn *cp, int local) in ip_vs_send_or_cont()
722 ip_vs_null_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_null_xmit()
736 ip_vs_bypass_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_bypass_xmit()
759 ip_vs_bypass_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_bypass_xmit_v6()
787 ip_vs_nat_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_nat_xmit()
871 ip_vs_nat_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_nat_xmit_v6()
1037 struct ip_vs_conn *cp, __u8 *next_protocol) in ipvs_gue_encap()
1111 struct ip_vs_conn *cp, __u8 *next_protocol) in ipvs_gre_encap()
[all …]
H A Dip_vs_nfct.c70 ip_vs_update_conntrack(struct sk_buff *skb, struct ip_vs_conn *cp, int outin) in ip_vs_update_conntrack()
143 struct ip_vs_conn *cp; in ip_vs_nfct_expect_callback() local
211 struct ip_vs_conn *cp, u8 proto, in ip_vs_nfct_expect_related()
241 void ip_vs_conn_drop_conntrack(struct ip_vs_conn *cp) in ip_vs_conn_drop_conntrack()
H A Dip_vs_core.c299 ip_vs_in_stats(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_in_stats()
335 ip_vs_out_stats(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_out_stats()
371 ip_vs_conn_stats(struct ip_vs_conn *cp, struct ip_vs_service *svc) in ip_vs_conn_stats()
398 ip_vs_set_state(struct ip_vs_conn *cp, int direction, in ip_vs_set_state()
434 struct ip_vs_conn *cp = NULL; in ip_vs_sched_persist() local
623 struct ip_vs_conn *cp = NULL; in ip_vs_schedule() local
781 struct ip_vs_conn *cp; in ip_vs_leave() local
926 struct ip_vs_conn *cp, int inout, unsigned int toff, in ip_vs_nat_icmp()
976 struct ip_vs_conn *cp, int inout, unsigned int toff, in ip_vs_nat_icmp_v6()
1029 struct ip_vs_conn *cp, in handle_response_icmp()
[all …]
H A Dip_vs_app.c258 int ip_vs_bind_app(struct ip_vs_conn *cp, in ip_vs_bind_app()
268 void ip_vs_unbind_app(struct ip_vs_conn *cp) in ip_vs_unbind_app()
345 static inline void vs_seq_update(struct ip_vs_conn *cp, struct ip_vs_seq *vseq, in vs_seq_update()
359 static inline int app_tcp_pkt_out(struct ip_vs_conn *cp, struct sk_buff *skb, in app_tcp_pkt_out()
409 int ip_vs_app_pkt_out(struct ip_vs_conn *cp, struct sk_buff *skb, in ip_vs_app_pkt_out()
435 static inline int app_tcp_pkt_in(struct ip_vs_conn *cp, struct sk_buff *skb, in app_tcp_pkt_in()
485 int ip_vs_app_pkt_in(struct ip_vs_conn *cp, struct sk_buff *skb, in ip_vs_app_pkt_in()
/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c319 static struct ccwchain *ccwchain_alloc(struct channel_program *cp, int len) in ccwchain_alloc()
378 static int ccwchain_calc_length(u64 iova, struct channel_program *cp) in ccwchain_calc_length()
399 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists()
416 static int ccwchain_handle_ccw(dma32_t cda, struct channel_program *cp) in ccwchain_handle_ccw()
461 static int ccwchain_loop_tic(struct ccwchain *chain, struct channel_program *cp) in ccwchain_loop_tic()
485 static int ccwchain_build_ccws(dma32_t cda, struct channel_program *cp) in ccwchain_build_ccws()
503 struct channel_program *cp) in ccwchain_fetch_tic()
521 static dma64_t *get_guest_idal(struct ccw1 *ccw, struct channel_program *cp, int idaw_nr) in get_guest_idal()
592 struct channel_program *cp) in ccw_count_idaws()
638 struct channel_program *cp) in ccwchain_fetch_ccw()
[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() argument
132 struct rds_conn_path *cp, bool is_outgoing) in __rds_conn_path_init() argument
324 struct rds_conn_path *cp; __rds_conn_create() local
381 rds_conn_shutdown(struct rds_conn_path * cp) rds_conn_shutdown() argument
468 rds_conn_path_destroy(struct rds_conn_path * cp) rds_conn_path_destroy() argument
517 struct rds_conn_path *cp; rds_conn_destroy() local
590 struct rds_conn_path *cp; rds_conn_message_info_cmn() local
748 struct rds_conn_path *cp; rds_walk_conn_path_info() local
785 rds_conn_info_visitor(struct rds_conn_path * cp,void * buffer) rds_conn_info_visitor() argument
814 rds6_conn_info_visitor(struct rds_conn_path * cp,void * buffer) rds6_conn_info_visitor() argument
923 rds_conn_path_drop(struct rds_conn_path * cp,bool destroy) rds_conn_path_drop() argument
948 rds_conn_path_connect_if_down(struct rds_conn_path * cp) rds_conn_path_connect_if_down() argument
981 __rds_conn_path_error(struct rds_conn_path * cp,const char * fmt,...) __rds_conn_path_error() argument
[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...]
H A Dsend.c65 void rds_send_path_reset(struct rds_conn_path *cp) in rds_send_path_reset()
104 static int acquire_in_xmit(struct rds_conn_path *cp) in acquire_in_xmit()
109 static void release_in_xmit(struct rds_conn_path *cp) in release_in_xmit()
187 int rds_send_xmit(struct rds_conn_path *cp) in rds_send_xmit()
765 void rds_send_path_drop_acked(struct rds_conn_path *cp, u64 ack, in rds_send_path_drop_acked()
805 struct rds_conn_path *cp; in rds_send_drop_to() local
898 struct rds_conn_path *cp, in rds_send_queue_rm()
1491 rds_send_probe(struct rds_conn_path *cp, __be16 sport, in rds_send_probe()
1561 rds_send_pong(struct rds_conn_path *cp, __be16 dport) in rds_send_pong()
1570 struct rds_conn_path *cp = &conn->c_path[cp_index]; in rds_send_ping() 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/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.c894 struct hci_cp_write_eir cp; in hci_update_eir_sync() local
1155 struct hci_cp_le_set_ext_adv_enable *cp; hci_disable_ext_adv_legacy_instance_sync() local
1181 struct hci_cp_le_set_ext_adv_enable *cp; hci_disable_ext_adv_instance_sync() local
1218 struct hci_cp_le_set_adv_set_rand_addr cp; hci_set_adv_set_random_addr_sync() local
1243 hci_set_ext_adv_params_sync(struct hci_dev * hdev,u8 instance,const struct hci_cp_le_set_ext_adv_params * cp,struct hci_rp_le_set_ext_adv_params * rp) hci_set_ext_adv_params_sync() argument
1345 struct hci_cp_le_set_adv_data cp; hci_set_adv_data_sync() local
1379 struct hci_cp_le_set_ext_adv_params cp; hci_setup_ext_adv_instance_sync() local
1592 struct hci_cp_le_set_scan_rsp_data cp; __hci_set_scan_rsp_data_sync() local
1631 struct hci_cp_le_set_ext_adv_enable *cp; hci_enable_ext_advertising_sync() local
1692 struct hci_cp_le_set_per_adv_enable cp; hci_disable_per_advertising_sync() local
1712 struct hci_cp_le_set_per_adv_params cp; hci_set_per_adv_params_sync() local
1764 struct hci_cp_le_set_per_adv_enable cp; hci_enable_per_advertising_sync() local
1923 struct hci_cp_le_set_adv_param cp; hci_enable_advertising_sync() local
2043 struct hci_cp_le_term_big cp; hci_le_terminate_big_sync() local
2236 struct hci_cp_read_rssi cp; hci_read_rssi_sync() local
2243 hci_read_clock_sync(struct hci_dev * hdev,struct hci_cp_read_clock * cp) hci_read_clock_sync() argument
2251 struct hci_cp_read_tx_power cp; hci_read_tx_power_sync() local
2277 struct hci_cp_le_set_ext_scan_enable cp; hci_le_set_ext_scan_enable_sync() local
2294 struct hci_cp_le_set_scan_enable cp; hci_le_set_scan_enable_sync() local
2402 struct hci_cp_le_del_from_resolv_list cp; hci_le_del_resolve_list_sync() local
2424 struct hci_cp_le_del_from_accept_list cp; hci_le_del_accept_list_sync() local
2465 struct hci_cp_le_add_to_resolv_list cp; hci_le_add_resolve_list_sync() local
2528 struct hci_cp_le_set_privacy_mode cp; hci_le_set_privacy_mode_sync() local
2569 struct hci_cp_le_add_to_accept_list cp; hci_le_add_accept_list_sync() local
3026 hci_le_scan_phy_params(struct hci_cp_le_scan_phy_params * cp,u8 type,u16 interval,u16 window) hci_le_scan_phy_params() argument
3038 struct hci_cp_le_set_ext_scan_params *cp; hci_le_set_ext_scan_param_sync() local
3124 struct hci_cp_le_set_scan_param cp; hci_le_set_scan_param_sync() local
3445 struct hci_cp_write_le_host_supported cp; hci_write_le_host_supported_sync() local
3527 struct hci_cp_write_page_scan_activity cp; hci_write_fast_connectable_sync() local
3633 struct hci_cp_write_local_name cp; hci_update_name_sync() local
3942 struct hci_cp_set_event_filter cp; hci_set_event_filter_sync() local
3993 struct hci_cp_write_sync_flowctl cp; hci_write_sync_flowctl_sync() local
4056 struct hci_cp_write_eir cp; hci_write_eir_sync() local
4097 struct hci_cp_read_local_ext_features cp; hci_read_local_ext_features_sync() local
4323 struct hci_cp_read_stored_link_key cp; hci_read_stored_link_key_sync() local
4339 struct hci_cp_write_def_link_policy cp; hci_setup_link_policy_sync() local
4695 struct hci_cp_write_le_host_supported cp; hci_set_le_support_sync() local
4719 struct hci_cp_le_set_host_feature_v2 cp; hci_le_set_host_feature_v2_sync() local
4734 struct hci_cp_le_set_host_feature cp; hci_le_set_host_feature_sync() local
4763 struct hci_cp_le_set_def_rate cp; hci_le_set_def_rate_sync() local
4882 struct hci_cp_delete_stored_link_key cp; hci_delete_stored_link_key_sync() local
5019 struct hci_cp_write_def_err_data_reporting cp; hci_set_err_data_report_sync() local
5061 struct hci_cp_le_write_def_data_len cp; hci_le_set_write_def_data_len_sync() local
5079 struct hci_cp_le_set_default_phy cp; hci_le_set_default_phy_sync() local
5727 struct hci_cp_remote_name_req_cancel cp; hci_remote_name_cancel_sync() local
5792 struct hci_cp_disconnect cp; hci_disconnect_sync() local
5891 struct hci_cp_reject_sync_conn_req cp; hci_reject_sco_sync() local
5910 struct hci_cp_le_reject_cis cp; hci_le_reject_cis_sync() local
5923 struct hci_cp_reject_conn_req cp; hci_reject_conn_sync() local
6073 struct hci_cp_write_current_iac_lap cp; hci_write_iac_sync() local
6195 struct hci_cp_inquiry cp; hci_inquiry_sync() local
6648 struct hci_cp_le_set_ext_adv_params cp; hci_le_ext_directed_advertising_sync() local
6716 struct hci_cp_le_set_adv_param cp; hci_le_directed_advertising_sync() local
6785 struct hci_cp_le_ext_create_conn *cp; hci_le_ext_create_conn_sync() local
6835 struct hci_cp_le_create_conn cp; hci_le_create_conn_sync() local
7061 struct hci_cp_le_remove_cig cp; hci_le_remove_cig_sync() local
7072 struct hci_cp_le_big_term_sync cp; hci_le_big_terminate_sync() local
7083 struct hci_cp_le_pa_term_sync cp; hci_le_pa_terminate_sync() local
7182 struct hci_cp_create_conn cp; hci_acl_create_conn_sync() local
7407 struct hci_cp_le_conn_update cp; hci_le_conn_update_sync() local
7426 struct hci_cp_le_conn_rate cp; hci_le_conn_rate_request_sync() local
7530 struct hci_cp_le_past_params cp; hci_le_past_params_sync() local
7560 struct hci_cp_le_pa_create_sync cp; hci_le_pa_create_sync() local
7777 struct hci_cp_le_past_set_info cp; hci_le_past_set_info_sync() local
7800 struct hci_cp_le_past cp; hci_le_past_sync() local
7869 struct hci_cp_le_read_all_remote_features cp; hci_le_read_all_remote_features_sync() local
7888 struct hci_cp_le_read_remote_features cp; hci_le_read_remote_features_sync() local
7944 struct hci_cp_change_conn_ptype *cp = data; pkt_type_changed() local
7953 struct hci_cp_change_conn_ptype *cp = data; hci_change_conn_ptype_sync() local
7964 struct hci_cp_change_conn_ptype *cp; hci_acl_change_pkt_type() local
7984 struct hci_cp_le_set_phy *cp = data; le_phy_update_complete() local
7993 struct hci_cp_le_set_phy *cp = data; hci_le_set_phy_sync() local
8004 struct hci_cp_le_set_phy *cp; hci_le_set_phy() local
[all...]
H A Dmgmt.c978 struct mgmt_mode *cp = cmd->param; in mgmt_get_adv_discov_flags() local
1002 struct mgmt_mode *cp = cmd->param; in mgmt_get_connectable() local
1344 struct mgmt_mode *cp; in mgmt_set_powered_complete() local
1380 struct mgmt_mode cp; in set_powered_sync() local
1402 struct mgmt_mode *cp = data; set_powered() local
1584 struct mgmt_cp_set_discoverable *cp = data; set_discoverable() local
1784 struct mgmt_mode *cp = data; set_connectable() local
1844 struct mgmt_mode *cp = data; set_bondable() local
1882 struct mgmt_mode *cp = data; set_link_security() local
1952 struct mgmt_mode *cp; set_ssp_complete() local
1997 struct mgmt_mode cp; set_ssp_sync() local
2025 struct mgmt_mode *cp = data; set_ssp() local
2136 struct mgmt_mode cp; set_le_sync() local
2252 struct mgmt_cp_set_mesh *cp = data; set_mesh() local
2555 struct mgmt_mode *cp = data; set_le() local
2645 struct mgmt_cp_hci_cmd_sync *cp = cmd->param; send_hci_cmd_sync() local
2675 struct mgmt_cp_hci_cmd_sync *cp = data; mgmt_hci_cmd_sync() local
2789 struct mgmt_cp_add_uuid *cp = data; add_uuid() local
2865 struct mgmt_cp_remove_uuid *cp = data; remove_uuid() local
2951 struct mgmt_cp_set_dev_class *cp = data; set_dev_class() local
3006 struct mgmt_cp_load_link_keys *cp = data; load_link_keys() local
3111 struct mgmt_cp_unpair_device *cp = cmd->param; unpair_device_complete() local
3123 struct mgmt_cp_unpair_device *cp = cmd->param; unpair_device_sync() local
3155 struct mgmt_cp_unpair_device *cp = data; unpair_device() local
3292 struct mgmt_cp_disconnect *cp = cmd->param; disconnect_sync() local
3324 struct mgmt_cp_disconnect *cp = data; disconnect() local
3444 send_pin_code_neg_reply(struct sock * sk,struct hci_dev * hdev,struct mgmt_cp_pin_code_neg_reply * cp) send_pin_code_neg_reply() argument
3468 struct mgmt_cp_pin_code_reply *cp = data; pin_code_reply() local
3529 struct mgmt_cp_set_io_capability *cp = data; set_io_capability() local
3678 struct mgmt_cp_pair_device *cp = data; pair_device() local
3920 struct hci_cp_user_passkey_reply cp; user_pairing_resp() local
3940 struct mgmt_cp_pin_code_neg_reply *cp = data; pin_code_neg_reply() local
3952 struct mgmt_cp_user_confirm_reply *cp = data; user_confirm_reply() local
3968 struct mgmt_cp_user_confirm_neg_reply *cp = data; user_confirm_neg_reply() local
3980 struct mgmt_cp_user_passkey_reply *cp = data; user_passkey_reply() local
3992 struct mgmt_cp_user_passkey_neg_reply *cp = data; user_passkey_neg_reply() local
4032 struct mgmt_cp_set_local_name *cp; set_name_complete() local
4059 struct mgmt_cp_set_local_name cp; set_name_sync() local
4089 struct mgmt_cp_set_local_name *cp = data; set_local_name() local
4163 struct mgmt_cp_set_appearance *cp = data; set_appearance() local
4267 struct mgmt_cp_set_phy_configuration *cp = cmd->param; set_default_phy_sync() local
4308 struct mgmt_cp_set_phy_configuration *cp = data; set_phy_configuration() local
4486 struct mgmt_mode *cp = data; set_wideband_speech() local
4751 set_zero_key_func(struct sock * sk,struct hci_dev * hdev,struct mgmt_cp_set_exp_feature * cp,u16 data_len) set_zero_key_func() argument
4778 set_debug_func(struct sock * sk,struct hci_dev * hdev,struct mgmt_cp_set_exp_feature * cp,u16 data_len) set_debug_func() argument
4824 set_mgmt_mesh_func(struct sock * sk,struct hci_dev * hdev,struct mgmt_cp_set_exp_feature * cp,u16 data_len) set_mgmt_mesh_func() argument
4875 set_quality_report_func(struct sock * sk,struct hci_dev * hdev,struct mgmt_cp_set_exp_feature * cp,u16 data_len) set_quality_report_func() argument
4949 set_offload_codec_func(struct sock * sk,struct hci_dev * hdev,struct mgmt_cp_set_exp_feature * cp,u16 data_len) set_offload_codec_func() argument
5007 set_le_simultaneous_roles_func(struct sock * sk,struct hci_dev * hdev,struct mgmt_cp_set_exp_feature * cp,u16 data_len) set_le_simultaneous_roles_func() argument
5066 set_iso_socket_func(struct sock * sk,struct hci_dev * hdev,struct mgmt_cp_set_exp_feature * cp,u16 data_len) set_iso_socket_func() argument
5139 struct mgmt_cp_set_exp_feature *cp = data; set_exp_feature() local
5157 struct mgmt_cp_get_device_flags *cp = data; get_device_flags() local
5285 struct mgmt_cp_set_device_flags *cp = data; set_device_flags() local
5600 struct mgmt_cp_add_adv_patterns_monitor *cp = data; add_adv_patterns_monitor() local
5637 struct mgmt_cp_add_adv_patterns_monitor_rssi *cp = data; add_adv_patterns_monitor_rssi() local
5676 struct mgmt_cp_remove_adv_monitor *cp; mgmt_remove_adv_monitor_complete() local
5704 struct mgmt_cp_remove_adv_monitor *cp = cmd->param; mgmt_remove_adv_monitor_sync() local
5901 struct mgmt_cp_add_remote_oob_data *cp = data; add_remote_oob_data() local
5924 struct mgmt_cp_add_remote_oob_ext_data *cp = data; add_remote_oob_data() local
5995 struct mgmt_cp_remove_remote_oob_data *cp = data; remove_remote_oob_data() local
6084 struct mgmt_cp_start_discovery *cp = data; start_discovery_internal() local
6170 struct mgmt_cp_start_service_discovery *cp = data; start_service_discovery() local
6352 struct mgmt_cp_confirm_name *cp = data; confirm_name() local
6394 struct mgmt_cp_block_device *cp = data; block_device() local
6430 struct mgmt_cp_unblock_device *cp = data; unblock_device() local
6471 struct mgmt_cp_set_device_id *cp = data; set_device_id() local
6563 struct mgmt_mode cp; set_adv_sync() local
6610 struct mgmt_mode *cp = data; set_advertising() local
6695 struct mgmt_cp_set_static_address *cp = data; set_static_address() local
6739 struct mgmt_cp_set_scan_params *cp = data; set_scan_params() local
6796 struct mgmt_mode *cp = cmd->param; fast_connectable_complete() local
6813 struct mgmt_mode *cp = cmd->param; write_fast_connectable_sync() local
6821 struct mgmt_mode *cp = data; set_fast_connectable() local
6917 struct mgmt_mode *cp = data; set_bredr() local
7018 struct mgmt_mode *cp; set_secure_conn_complete() local
7056 struct mgmt_mode *cp = cmd->param; set_secure_conn_sync() local
7068 struct mgmt_mode *cp = data; set_secure_conn() local
7149 struct mgmt_mode *cp = data; set_debug_keys() local
7196 struct mgmt_cp_set_privacy *cp = cp_data; set_privacy() local
7269 struct mgmt_cp_load_irks *cp = cp_data; load_irks() local
7362 struct mgmt_cp_load_long_term_keys *cp = cp_data; load_long_term_keys() local
7456 struct mgmt_cp_get_conn_info *cp = cmd->param; get_conn_info_complete() local
7487 struct mgmt_cp_get_conn_info *cp = cmd->param; get_conn_info_sync() local
7531 struct mgmt_cp_get_conn_info *cp = data; get_conn_info() local
7622 struct mgmt_cp_get_clock_info *cp = cmd->param; get_clock_info_complete() local
7656 struct mgmt_cp_get_clock_info *cp = cmd->param; get_clock_info_sync() local
7684 struct mgmt_cp_get_clock_info *cp = data; get_clock_info() local
7760 struct mgmt_cp_add_device *cp = cmd->param; add_device_complete() local
7792 struct mgmt_cp_add_device *cp = data; add_device() local
7919 struct mgmt_cp_remove_device *cp = data; remove_device() local
8077 struct mgmt_cp_load_conn_param *cp = data; load_conn_param() local
8200 struct mgmt_cp_load_conn_subrate *cp = data; load_conn_subrate() local
8312 struct mgmt_cp_set_external_config *cp = data; set_external_config() local
8368 struct mgmt_cp_set_public_address *cp = data; set_public_address() local
8538 read_local_ssp_oob_req(struct hci_dev * hdev,struct sock * sk,struct mgmt_cp_read_local_oob_ext_data * cp) read_local_ssp_oob_req() argument
8562 struct mgmt_cp_read_local_oob_ext_data *cp = data; read_local_oob_ext_data() local
8966 struct mgmt_cp_add_advertising *cp = cmd->param; add_advertising_complete() local
8988 struct mgmt_cp_add_advertising *cp = cmd->param; add_advertising_sync() local
8996 struct mgmt_cp_add_advertising *cp = data; add_advertising() local
9132 struct mgmt_cp_add_ext_adv_params *cp = cmd->param; add_ext_adv_params_complete() local
9181 struct mgmt_cp_add_ext_adv_params *cp = cmd->param; add_ext_adv_params_sync() local
9189 struct mgmt_cp_add_ext_adv_params *cp = data; add_ext_adv_params() local
9305 struct mgmt_cp_add_ext_adv_data *cp = cmd->param; add_ext_adv_data_complete() local
9327 struct mgmt_cp_add_ext_adv_data *cp = cmd->param; add_ext_adv_data_sync() local
9348 struct mgmt_cp_add_ext_adv_data *cp = data; add_ext_adv_data() local
9475 struct mgmt_cp_remove_advertising *cp = cmd->param; remove_advertising_complete() local
9496 struct mgmt_cp_remove_advertising *cp = cmd->param; remove_advertising_sync() local
9512 struct mgmt_cp_remove_advertising *cp = data; remove_advertising() local
9560 struct mgmt_cp_get_adv_size_info *cp = data; get_adv_size_info() local
10067 struct mgmt_cp_unpair_device *cp = cmd->param; unpair_device_rsp() local
10077 struct mgmt_mode *cp; mgmt_powering_down() local
10142 struct mgmt_cp_disconnect *cp; mgmt_disconnect_failed() local
[all...]
H A Dhci_event.c489 struct hci_cp_set_event_filter *cp; in hci_cc_set_event_filter() local
1080 struct hci_cp_read_clock *cp; in hci_cc_read_clock() local
1144 struct hci_cp_write_def_err_data_reporting *cp; in hci_cc_write_def_err_data_reporting() local
1164 struct hci_cp_pin_code_reply *cp; hci_cc_pin_code_reply() local
1420 struct hci_cp_le_set_default_phy *cp; hci_cc_le_set_default_phy() local
1445 struct hci_cp_le_set_adv_set_rand_addr *cp; hci_cc_le_set_adv_set_random_addr() local
1558 struct hci_cp_le_set_privacy_mode *cp; hci_cc_le_set_privacy_mode() local
1623 struct hci_cp_le_set_ext_adv_enable *cp; hci_cc_le_set_ext_adv_enable() local
1692 struct hci_cp_le_set_scan_param *cp; hci_cc_le_set_scan_param() local
1716 struct hci_cp_le_set_ext_scan_params *cp; hci_cc_le_set_ext_scan_param() local
1838 struct hci_cp_le_set_scan_enable *cp; hci_cc_le_set_scan_enable() local
1858 struct hci_cp_le_set_ext_scan_enable *cp; hci_cc_le_set_ext_scan_enable() local
2184 struct hci_cp_le_set_adv_param *cp; hci_cc_set_adv_param() local
2292 struct hci_cp_create_conn *cp; hci_cs_create_conn() local
2327 struct hci_cp_add_sco *cp; hci_cs_add_sco() local
2364 struct hci_cp_auth_requested *cp; hci_cs_auth_requested() local
2391 struct hci_cp_set_conn_encrypt *cp; hci_cs_set_conn_encrypt() local
2441 struct hci_cp_remote_name_req cp; hci_resolve_name() local
2525 struct hci_cp_remote_name_req *cp; hci_cs_remote_name_req() local
2568 struct hci_cp_read_remote_features *cp; hci_cs_read_remote_features() local
2595 struct hci_cp_read_remote_ext_features *cp; hci_cs_read_remote_ext_features() local
2647 struct hci_cp_setup_sync_conn *cp; hci_cs_setup_sync_conn() local
2663 struct hci_cp_enhanced_setup_sync_conn *cp; hci_cs_enhanced_setup_sync_conn() local
2679 struct hci_cp_sniff_mode *cp; hci_cs_sniff_mode() local
2706 struct hci_cp_exit_sniff_mode *cp; hci_cs_exit_sniff_mode() local
2733 struct hci_cp_disconnect *cp; hci_cs_disconnect() local
2870 struct hci_cp_le_create_conn *cp; hci_cs_le_create_conn() local
2895 struct hci_cp_le_ext_create_conn *cp; hci_cs_le_ext_create_conn() local
2920 struct hci_cp_le_set_phy *cp; hci_cs_le_set_phy() local
2945 struct hci_cp_le_read_remote_features *cp; hci_cs_le_read_remote_features() local
2968 struct hci_cp_le_start_enc *cp; hci_cs_le_start_enc() local
2998 struct hci_cp_switch_role *cp; hci_cs_switch_role() local
3124 struct hci_cp_read_enc_key_size cp; hci_read_enc_key_size() local
3265 struct hci_cp_read_remote_features cp; hci_conn_complete_evt() local
3275 struct hci_cp_change_conn_ptype cp; hci_conn_complete_evt() local
3306 struct hci_cp_reject_conn_req cp; hci_reject_conn() local
3387 struct hci_cp_accept_conn_req cp; hci_conn_request_evt() local
3399 struct hci_cp_accept_sync_conn_req cp; hci_conn_request_evt() local
3543 struct hci_cp_set_conn_encrypt cp; hci_auth_complete_evt() local
3563 struct hci_cp_set_conn_encrypt cp; hci_auth_complete_evt() local
3607 struct hci_cp_auth_requested cp; hci_remote_name_evt() local
3705 struct hci_cp_write_auth_payload_to cp; hci_encrypt_change_evt() local
3766 struct hci_cp_read_remote_ext_features cp; hci_remote_features_evt() local
3775 struct hci_cp_remote_name_req cp; hci_remote_features_evt() local
3859 struct hci_cp_le_set_cig_params *cp; hci_cc_le_set_cig_params() local
3926 struct hci_cp_le_setup_iso_path *cp; hci_cc_le_setup_iso_path() local
3995 struct hci_cp_le_read_remote_features *cp; hci_cs_le_read_all_remote_features() local
4020 struct hci_cp_le_set_per_adv_params *cp; hci_cc_set_per_adv_param() local
4039 struct hci_cp_le_set_per_adv_enable *cp; hci_cc_le_set_per_adv_enable() local
4355 struct hci_cp_le_create_cis *cp; hci_cs_le_create_cis() local
4702 struct hci_cp_link_key_reply cp; hci_link_key_request_evt() local
5019 struct hci_cp_remote_name_req cp; hci_remote_ext_features_evt() local
5362 struct hci_cp_io_capability_reply cp; hci_io_capa_request_evt() local
5394 struct hci_cp_io_capability_neg_reply cp; hci_io_capa_request_evt() local
5659 struct hci_cp_remote_oob_data_neg_reply cp; hci_remote_oob_data_request_evt() local
5668 struct hci_cp_remote_oob_ext_data_reply cp; hci_remote_oob_data_request_evt() local
5684 struct hci_cp_remote_oob_data_reply cp; hci_remote_oob_data_request_evt() local
6049 struct hci_cp_le_pa_term_sync cp; hci_le_pa_term_sync() local
6754 struct hci_cp_le_ltk_reply cp; hci_le_ltk_request_evt() local
6818 struct hci_cp_le_conn_param_req_neg_reply cp; send_conn_param_neg_reply() local
6831 struct hci_cp_le_conn_param_req_reply cp; hci_le_remote_conn_param_req_evt() local
7069 struct hci_cp_le_reject_cis cp; hci_le_reject_cis() local
7079 struct hci_cp_le_accept_cis cp; hci_le_accept_cis() local
[all...]
/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/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.c32 struct tcf_ctinfo_params *cp, in tcf_ctinfo_dscp_set() argument
73 struct tcf_ctinfo_params *cp, in tcf_ctinfo_cpmark_set() argument
89 struct tcf_ctinfo_params *cp; in tcf_ctinfo_act() local
288 const struct tcf_ctinfo_params *cp; tcf_ctinfo_dump() local
352 struct tcf_ctinfo_params *cp; tcf_ctinfo_cleanup() local
[all...]

12345678910