/Linux-v4.19/drivers/media/pci/mantis/ |
D | mantis_ca.c | 42 struct mantis_ca *ca = en50221->data; in mantis_ca_read_attr_mem() local 55 struct mantis_ca *ca = en50221->data; in mantis_ca_write_attr_mem() local 68 struct mantis_ca *ca = en50221->data; in mantis_ca_read_cam_ctl() local 81 struct mantis_ca *ca = en50221->data; in mantis_ca_write_cam_ctl() local 94 struct mantis_ca *ca = en50221->data; in mantis_ca_slot_reset() local 110 struct mantis_ca *ca = en50221->data; in mantis_ca_slot_shutdown() local 120 struct mantis_ca *ca = en50221->data; in mantis_ts_control() local 131 struct mantis_ca *ca = en50221->data; in mantis_slot_status() local 149 struct mantis_ca *ca; in mantis_ca_init() local 198 struct mantis_ca *ca = mantis->mantis_ca; in mantis_ca_exit() local
|
D | mantis_hif.c | 42 static int mantis_hif_sbuf_opdone_wait(struct mantis_ca *ca) in mantis_hif_sbuf_opdone_wait() 59 static int mantis_hif_write_wait(struct mantis_ca *ca) in mantis_hif_write_wait() 89 int mantis_hif_read_mem(struct mantis_ca *ca, u32 addr) in mantis_hif_read_mem() 117 int mantis_hif_write_mem(struct mantis_ca *ca, u32 addr, u8 data) in mantis_hif_write_mem() 146 int mantis_hif_read_iom(struct mantis_ca *ca, u32 addr) in mantis_hif_read_iom() 176 int mantis_hif_write_iom(struct mantis_ca *ca, u32 addr, u8 data) in mantis_hif_write_iom() 204 int mantis_hif_init(struct mantis_ca *ca) in mantis_hif_init() 228 void mantis_hif_exit(struct mantis_ca *ca) in mantis_hif_exit()
|
D | mantis_pcmcia.c | 42 void mantis_event_cam_plugin(struct mantis_ca *ca) in mantis_event_cam_plugin() 66 void mantis_event_cam_unplug(struct mantis_ca *ca) in mantis_event_cam_unplug() 86 int mantis_pcmcia_init(struct mantis_ca *ca) in mantis_pcmcia_init() 115 void mantis_pcmcia_exit(struct mantis_ca *ca) in mantis_pcmcia_exit()
|
D | mantis_evm.c | 41 struct mantis_ca *ca = container_of(work, struct mantis_ca, hif_evm_work); in mantis_hifevm_work() local 97 int mantis_evmgr_init(struct mantis_ca *ca) in mantis_evmgr_init() 109 void mantis_evmgr_exit(struct mantis_ca *ca) in mantis_evmgr_exit()
|
/Linux-v4.19/drivers/md/bcache/ |
D | alloc.c | 76 uint8_t bch_inc_gen(struct cache *ca, struct bucket *b) in bch_inc_gen() 88 struct cache *ca; in bch_rescale_priorities() local 131 bool bch_can_invalidate_bucket(struct cache *ca, struct bucket *b) in bch_can_invalidate_bucket() 141 void __bch_invalidate_one_bucket(struct cache *ca, struct bucket *b) in __bch_invalidate_one_bucket() 154 static void bch_invalidate_one_bucket(struct cache *ca, struct bucket *b) in bch_invalidate_one_bucket() 180 static void invalidate_buckets_lru(struct cache *ca) in invalidate_buckets_lru() 217 static void invalidate_buckets_fifo(struct cache *ca) in invalidate_buckets_fifo() 240 static void invalidate_buckets_random(struct cache *ca) in invalidate_buckets_random() 266 static void invalidate_buckets(struct cache *ca) in invalidate_buckets() 283 #define allocator_wait(ca, cond) \ argument [all …]
|
D | super.c | 269 struct cache *ca = bio->bi_private; in write_super_endio() local 287 struct cache *ca; in bcache_write_super() local 495 struct cache *ca = bio->bi_private; in prio_endio() local 502 static void prio_io(struct cache *ca, uint64_t bucket, int op, in prio_io() 523 void bch_prio_write(struct cache *ca) in bch_prio_write() 589 static void prio_read(struct cache *ca, uint64_t bucket) in prio_read() 673 struct cache *ca; in bcache_device_unlink() local 687 struct cache *ca; in bcache_device_link() local 1507 struct cache *ca; in cache_set_free() local 1549 struct cache *ca; in cache_set_flush() local [all …]
|
/Linux-v4.19/drivers/media/pci/ddbridge/ |
D | ddbridge-ci.c | 47 static int read_attribute_mem(struct dvb_ca_en50221 *ca, in read_attribute_mem() 62 static int write_attribute_mem(struct dvb_ca_en50221 *ca, int slot, in write_attribute_mem() 73 static int read_cam_control(struct dvb_ca_en50221 *ca, in read_cam_control() 94 static int write_cam_control(struct dvb_ca_en50221 *ca, int slot, in write_cam_control() 105 static int slot_reset(struct dvb_ca_en50221 *ca, int slot) in slot_reset() 122 static int slot_shutdown(struct dvb_ca_en50221 *ca, int slot) in slot_shutdown() 131 static int slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) in slot_ts_enable() 141 static int poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) in poll_slot_status() 191 static int read_attribute_mem_xo2(struct dvb_ca_en50221 *ca, in read_attribute_mem_xo2() 204 static int write_attribute_mem_xo2(struct dvb_ca_en50221 *ca, int slot, in write_attribute_mem_xo2() [all …]
|
/Linux-v4.19/net/ipv4/ |
D | tcp_htcp.c | 48 static inline u32 htcp_cong_time(const struct htcp *ca) in htcp_cong_time() 53 static inline u32 htcp_ccount(const struct htcp *ca) in htcp_ccount() 58 static inline void htcp_reset(struct htcp *ca) in htcp_reset() 69 struct htcp *ca = inet_csk_ca(sk); in htcp_cwnd_undo() local 84 struct htcp *ca = inet_csk_ca(sk); in measure_rtt() local 105 struct htcp *ca = inet_csk_ca(sk); in measure_achieved_throughput() local 146 static inline void htcp_beta_update(struct htcp *ca, u32 minRTT, u32 maxRTT) in htcp_beta_update() 172 static inline void htcp_alpha_update(struct htcp *ca) in htcp_alpha_update() 209 struct htcp *ca = inet_csk_ca(sk); in htcp_param_update() local 224 const struct htcp *ca = inet_csk_ca(sk); in htcp_recalc_ssthresh() local [all …]
|
D | tcp_cong.c | 39 struct tcp_congestion_ops *ca = tcp_ca_find(name); in tcp_ca_find_autoload() local 69 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control() 103 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control() 122 const struct tcp_congestion_ops *ca; in tcp_ca_get_key_by_name() local 141 const struct tcp_congestion_ops *ca; in tcp_ca_get_name_by_key() local 160 const struct tcp_congestion_ops *ca; in tcp_assign_congestion_control() local 190 const struct tcp_congestion_ops *ca) in tcp_reinit_congestion_control() 216 struct tcp_congestion_ops *ca; in tcp_set_default_congestion_control() local 250 struct tcp_congestion_ops *ca; in tcp_get_available_congestion_control() local 265 const struct tcp_congestion_ops *ca; in tcp_get_default_congestion_control() local [all …]
|
D | tcp_illinois.c | 59 struct illinois *ca = inet_csk_ca(sk); in rtt_reset() local 70 struct illinois *ca = inet_csk_ca(sk); in tcp_illinois_init() local 87 struct illinois *ca = inet_csk_ca(sk); in tcp_illinois_acked() local 113 static inline u32 max_delay(const struct illinois *ca) in max_delay() 119 static inline u32 avg_delay(const struct illinois *ca) in avg_delay() 139 static u32 alpha(struct illinois *ca, u32 da, u32 dm) in alpha() 224 struct illinois *ca = inet_csk_ca(sk); in update_params() local 245 struct illinois *ca = inet_csk_ca(sk); in tcp_illinois_state() local 262 struct illinois *ca = inet_csk_ca(sk); in tcp_illinois_cong_avoid() local 297 struct illinois *ca = inet_csk_ca(sk); in tcp_illinois_ssthresh() local [all …]
|
D | tcp_dctcp.c | 76 static void dctcp_reset(const struct tcp_sock *tp, struct dctcp *ca) in dctcp_reset() 91 struct dctcp *ca = inet_csk_ca(sk); in dctcp_init() local 114 struct dctcp *ca = inet_csk_ca(sk); in dctcp_ssthresh() local 129 struct dctcp *ca = inet_csk_ca(sk); in dctcp_ce_state_0_to_1() local 150 struct dctcp *ca = inet_csk_ca(sk); in dctcp_ce_state_1_to_0() local 172 struct dctcp *ca = inet_csk_ca(sk); in dctcp_update_alpha() local 217 struct dctcp *ca = inet_csk_ca(sk); in dctcp_state() local 249 const struct dctcp *ca = inet_csk_ca(sk); in dctcp_get_info() local 273 const struct dctcp *ca = inet_csk_ca(sk); in dctcp_cwnd_undo() local
|
D | tcp_bic.c | 59 static inline void bictcp_reset(struct bictcp *ca) in bictcp_reset() 71 struct bictcp *ca = inet_csk_ca(sk); in bictcp_init() local 82 static inline void bictcp_update(struct bictcp *ca, u32 cwnd) in bictcp_update() 142 struct bictcp *ca = inet_csk_ca(sk); in bictcp_cong_avoid() local 162 struct bictcp *ca = inet_csk_ca(sk); in bictcp_recalc_ssthresh() local 193 struct bictcp *ca = inet_csk_ca(sk); in bictcp_acked() local
|
D | tcp_cdg.c | 141 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_hystart_update() local 189 static s32 tcp_cdg_grad(struct cdg *ca) in tcp_cdg_grad() 242 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_backoff() local 263 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_cong_avoid() local 300 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_acked() local 329 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_ssthresh() local 346 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_cwnd_event() local 374 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_init() local 387 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_release() local
|
D | tcp_cubic.c | 104 static inline void bictcp_reset(struct bictcp *ca) in bictcp_reset() 131 struct bictcp *ca = inet_csk_ca(sk); in bictcp_hystart_reset() local 141 struct bictcp *ca = inet_csk_ca(sk); in bictcp_init() local 155 struct bictcp *ca = inet_csk_ca(sk); in bictcp_cwnd_event() local 224 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update() 337 struct bictcp *ca = inet_csk_ca(sk); in bictcp_cong_avoid() local 356 struct bictcp *ca = inet_csk_ca(sk); in bictcp_recalc_ssthresh() local 381 struct bictcp *ca = inet_csk_ca(sk); in hystart_update() local 432 struct bictcp *ca = inet_csk_ca(sk); in bictcp_acked() local
|
D | tcp_nv.c | 123 static inline void tcpnv_reset(struct tcpnv *ca, struct sock *sk) in tcpnv_reset() 139 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_init() local 170 inline u32 nv_get_bounded_rtt(struct tcpnv *ca, u32 val) in nv_get_bounded_rtt() 183 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_cong_avoid() local 217 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_state() local 243 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_acked() local 456 const struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_get_info() local
|
D | tcp_hybla.c | 35 struct hybla *ca = inet_csk_ca(sk); in hybla_recalc_param() local 48 struct hybla *ca = inet_csk_ca(sk); in hybla_init() local 69 struct hybla *ca = inet_csk_ca(sk); in hybla_state() local 92 struct hybla *ca = inet_csk_ca(sk); in hybla_cong_avoid() local
|
D | tcp_highspeed.c | 102 struct hstcp *ca = inet_csk_ca(sk); in hstcp_init() local 114 struct hstcp *ca = inet_csk_ca(sk); in hstcp_cong_avoid() local 153 struct hstcp *ca = inet_csk_ca(sk); in hstcp_ssthresh() local
|
/Linux-v4.19/drivers/media/dvb-core/ |
D | dvb_ca_en50221.c | 167 static void dvb_ca_private_free(struct dvb_ca_private *ca) in dvb_ca_private_free() 181 struct dvb_ca_private *ca; in dvb_ca_private_release() local 187 static void dvb_ca_private_get(struct dvb_ca_private *ca) in dvb_ca_private_get() 192 static void dvb_ca_private_put(struct dvb_ca_private *ca) in dvb_ca_private_put() 233 static int dvb_ca_en50221_check_camstatus(struct dvb_ca_private *ca, int slot) in dvb_ca_en50221_check_camstatus() 283 static int dvb_ca_en50221_wait_if_status(struct dvb_ca_private *ca, int slot, in dvb_ca_en50221_wait_if_status() 331 static int dvb_ca_en50221_link_init(struct dvb_ca_private *ca, int slot) in dvb_ca_en50221_link_init() 407 static int dvb_ca_en50221_read_tuple(struct dvb_ca_private *ca, int slot, in dvb_ca_en50221_read_tuple() 461 static int dvb_ca_en50221_parse_attributes(struct dvb_ca_private *ca, int slot) in dvb_ca_en50221_parse_attributes() 606 static int dvb_ca_en50221_set_configoption(struct dvb_ca_private *ca, int slot) in dvb_ca_en50221_set_configoption() [all …]
|
/Linux-v4.19/kernel/sched/ |
D | cpuacct.c | 46 static inline struct cpuacct *parent_ca(struct cpuacct *ca) in parent_ca() 61 struct cpuacct *ca; in cpuacct_css_alloc() local 91 struct cpuacct *ca = css_ca(css); in cpuacct_css_free() local 98 static u64 cpuacct_cpuusage_read(struct cpuacct *ca, int cpu, in cpuacct_cpuusage_read() 134 static void cpuacct_cpuusage_write(struct cpuacct *ca, int cpu, u64 val) in cpuacct_cpuusage_write() 158 struct cpuacct *ca = css_ca(css); in __cpuusage_read() local 188 struct cpuacct *ca = css_ca(css); in cpuusage_write() local 206 struct cpuacct *ca = css_ca(seq_css(m)); in __cpuacct_percpu_seq_show() local 235 struct cpuacct *ca = css_ca(seq_css(m)); in cpuacct_all_seq_show() local 271 struct cpuacct *ca = css_ca(seq_css(sf)); in cpuacct_stats_show() local [all …]
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | ttusb2.c | 68 struct dvb_ca_en50221 ca; member 133 static int tt3650_ci_msg_locked(struct dvb_ca_en50221 *ca, u8 cmd, u8 *data, unsigned int write_len… in tt3650_ci_msg_locked() 146 static int tt3650_ci_read_attribute_mem(struct dvb_ca_en50221 *ca, int slot, int address) in tt3650_ci_read_attribute_mem() 168 static int tt3650_ci_write_attribute_mem(struct dvb_ca_en50221 *ca, int slot, int address, u8 value) in tt3650_ci_write_attribute_mem() 184 static int tt3650_ci_read_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 address) in tt3650_ci_read_cam_control() 204 static int tt3650_ci_write_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 address, u8 value) in tt3650_ci_write_cam_control() 219 static int tt3650_ci_set_video_port(struct dvb_ca_en50221 *ca, int slot, int enable) in tt3650_ci_set_video_port() 243 static int tt3650_ci_slot_shutdown(struct dvb_ca_en50221 *ca, int slot) in tt3650_ci_slot_shutdown() 248 static int tt3650_ci_slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) in tt3650_ci_slot_ts_enable() 253 static int tt3650_ci_slot_reset(struct dvb_ca_en50221 *ca, int slot) in tt3650_ci_slot_reset() [all …]
|
D | pctv452e.c | 94 struct dvb_ca_en50221 ca; member 152 static int tt3650_ci_msg_locked(struct dvb_ca_en50221 *ca, in tt3650_ci_msg_locked() 167 static int tt3650_ci_read_attribute_mem(struct dvb_ca_en50221 *ca, in tt3650_ci_read_attribute_mem() 190 static int tt3650_ci_write_attribute_mem(struct dvb_ca_en50221 *ca, in tt3650_ci_write_attribute_mem() 208 static int tt3650_ci_read_cam_control(struct dvb_ca_en50221 *ca, in tt3650_ci_read_cam_control() 231 static int tt3650_ci_write_cam_control(struct dvb_ca_en50221 *ca, in tt3650_ci_write_cam_control() 250 static int tt3650_ci_set_video_port(struct dvb_ca_en50221 *ca, in tt3650_ci_set_video_port() 277 static int tt3650_ci_slot_shutdown(struct dvb_ca_en50221 *ca, int slot) in tt3650_ci_slot_shutdown() 282 static int tt3650_ci_slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) in tt3650_ci_slot_ts_enable() 287 static int tt3650_ci_slot_reset(struct dvb_ca_en50221 *ca, int slot) in tt3650_ci_slot_reset() [all …]
|
D | az6027.c | 29 struct dvb_ca_en50221 ca; member 408 static int az6027_ci_read_attribute_mem(struct dvb_ca_en50221 *ca, in az6027_ci_read_attribute_mem() 449 static int az6027_ci_write_attribute_mem(struct dvb_ca_en50221 *ca, in az6027_ci_write_attribute_mem() 481 static int az6027_ci_read_cam_control(struct dvb_ca_en50221 *ca, in az6027_ci_read_cam_control() 526 static int az6027_ci_write_cam_control(struct dvb_ca_en50221 *ca, in az6027_ci_write_cam_control() 560 static int CI_CamReady(struct dvb_ca_en50221 *ca, int slot) in CI_CamReady() 591 static int az6027_ci_slot_reset(struct dvb_ca_en50221 *ca, int slot) in az6027_ci_slot_reset() 642 static int az6027_ci_slot_shutdown(struct dvb_ca_en50221 *ca, int slot) in az6027_ci_slot_shutdown() 647 static int az6027_ci_slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) in az6027_ci_slot_ts_enable() 676 static int az6027_ci_poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) in az6027_ci_poll_slot_status()
|
/Linux-v4.19/drivers/ras/ |
D | cec.c | 141 static void do_spring_cleaning(struct ce_array *ca) in do_spring_cleaning() 184 static int __find_elem(struct ce_array *ca, u64 pfn, unsigned int *to) in __find_elem() 215 static int find_elem(struct ce_array *ca, u64 pfn, unsigned int *to) in find_elem() 226 static void del_elem(struct ce_array *ca, int idx) in del_elem() 237 static u64 del_lru_elem_unlocked(struct ce_array *ca) in del_lru_elem_unlocked() 262 struct ce_array *ca = &ce_arr; in del_lru_elem() local 278 struct ce_array *ca = &ce_arr; in cec_add_elem() local 405 struct ce_array *ca = &ce_arr; in array_dump() local
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | cxd2099.c | 384 static int read_attribute_mem(struct dvb_ca_en50221 *ca, in read_attribute_mem() 397 static int write_attribute_mem(struct dvb_ca_en50221 *ca, int slot, in write_attribute_mem() 409 static int read_cam_control(struct dvb_ca_en50221 *ca, in read_cam_control() 422 static int write_cam_control(struct dvb_ca_en50221 *ca, int slot, in write_cam_control() 434 static int slot_reset(struct dvb_ca_en50221 *ca, int slot) in slot_reset() 463 static int slot_shutdown(struct dvb_ca_en50221 *ca, int slot) in slot_shutdown() 485 static int slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) in slot_ts_enable() 539 static int poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) in poll_slot_status() 552 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) in read_data() 581 static int write_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) in write_data()
|
/Linux-v4.19/sound/hda/ |
D | hdmi_chmap.c | 235 static int get_channel_allocation_order(int ca) in get_channel_allocation_order() 271 int ca = 0; in hdmi_channel_allocation_spk_alloc_blk() local 341 int ca) in hdmi_std_setup_channel_mapping() 507 int ca) in hdmi_manual_setup_channel_mapping() 535 static void hdmi_setup_fake_chmap(unsigned char *map, int ca) in hdmi_setup_fake_chmap() 550 hda_nid_t pin_nid, bool non_pcm, int ca, in snd_hdac_setup_channel_mapping() 566 int snd_hdac_get_active_channels(int ca) in snd_hdac_get_active_channels() 580 struct hdac_cea_channel_speaker_allocation *snd_hdac_get_ch_alloc_from_ca(int ca) in snd_hdac_get_ch_alloc_from_ca() 589 int ca; in snd_hdac_channel_allocation() local 764 int i, err, ca, prepared = 0; in hdmi_chmap_ctl_put() local
|