/linux/drivers/pcmcia/ |
A D | at91_cf.c | 63 static inline int at91_cf_present(struct at91_cf_socket *cf) in at91_cf_present() 77 struct at91_cf_socket *cf = _cf; in at91_cf_irq() local 96 struct at91_cf_socket *cf; in at91_cf_get_status() local 122 struct at91_cf_socket *cf; in at91_cf_set_socket() local 157 struct at91_cf_socket *cf; in at91_cf_set_io_map() local 195 struct at91_cf_socket *cf; in at91_cf_set_mem_map() local 230 struct at91_cf_socket *cf; in at91_cf_probe() local 345 struct at91_cf_socket *cf = platform_get_drvdata(pdev); in at91_cf_remove() local 357 struct at91_cf_socket *cf = platform_get_drvdata(pdev); in at91_cf_suspend() local 370 struct at91_cf_socket *cf = platform_get_drvdata(pdev); in at91_cf_resume() local
|
A D | electra_cf.c | 55 static int electra_cf_present(struct electra_cf_socket *cf) in electra_cf_present() 71 struct electra_cf_socket *cf = from_timer(cf, t, timer); in electra_cf_timer() local 85 struct electra_cf_socket *cf = _cf; in electra_cf_irq() local 93 struct electra_cf_socket *cf; in electra_cf_get_status() local 115 struct electra_cf_socket *cf; in electra_cf_set_socket() local 155 struct electra_cf_socket *cf; in electra_cf_set_mem_map() local 179 struct electra_cf_socket *cf; in electra_cf_probe() local 313 struct electra_cf_socket *cf; in electra_cf_remove() local
|
A D | omap_cf.c | 81 struct omap_cf_socket *cf = from_timer(cf, t, timer); in omap_cf_timer() local 101 struct omap_cf_socket *cf = (struct omap_cf_socket *)_cf; in omap_cf_irq() local 114 struct omap_cf_socket *cf; in omap_cf_get_status() local 162 struct omap_cf_socket *cf; in omap_cf_set_io_map() local 174 struct omap_cf_socket *cf; in omap_cf_set_mem_map() local 205 struct omap_cf_socket *cf; in omap_cf_probe() local 322 struct omap_cf_socket *cf = platform_get_drvdata(pdev); in omap_cf_remove() local
|
/linux/drivers/clk/sunxi-ng/ |
A D | ccu_frac.c | 14 struct ccu_frac_internal *cf) in ccu_frac_helper_is_enabled() 23 struct ccu_frac_internal *cf) in ccu_frac_helper_enable() 38 struct ccu_frac_internal *cf) in ccu_frac_helper_disable() 53 struct ccu_frac_internal *cf, in ccu_frac_helper_has_rate() 63 struct ccu_frac_internal *cf) in ccu_frac_helper_read_rate() 84 struct ccu_frac_internal *cf, in ccu_frac_helper_set_rate()
|
/linux/net/can/ |
A D | gw.c | 181 static void mod_or_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_or_fddata() 203 static void mod_retrieve_ccdlc(struct canfd_frame *cf) in mod_retrieve_ccdlc() 217 static void mod_store_ccdlc(struct canfd_frame *cf) in mod_store_ccdlc() 237 static void mod_and_ccdlc(struct canfd_frame *cf, struct cf_mod *mod) in mod_and_ccdlc() 244 static void mod_or_ccdlc(struct canfd_frame *cf, struct cf_mod *mod) in mod_or_ccdlc() 251 static void mod_xor_ccdlc(struct canfd_frame *cf, struct cf_mod *mod) in mod_xor_ccdlc() 258 static void mod_set_ccdlc(struct canfd_frame *cf, struct cf_mod *mod) in mod_set_ccdlc() 364 static void cgw_csum_crc8_rel(struct canfd_frame *cf, in cgw_csum_crc8_rel() 402 static void cgw_csum_crc8_pos(struct canfd_frame *cf, in cgw_csum_crc8_pos() 429 static void cgw_csum_crc8_neg(struct canfd_frame *cf, in cgw_csum_crc8_neg() [all …]
|
A D | isotp.c | 278 static int check_optimized(struct canfd_frame *cf, int start_index) in check_optimized() 298 static int check_pad(struct isotp_sock *so, struct canfd_frame *cf, in check_pad() 326 static int isotp_rcv_fc(struct isotp_sock *so, struct canfd_frame *cf, int ae) in isotp_rcv_fc() 406 static int isotp_rcv_sf(struct sock *sk, struct canfd_frame *cf, int pcilen, in isotp_rcv_sf() 439 static int isotp_rcv_ff(struct sock *sk, struct canfd_frame *cf, int ae) in isotp_rcv_ff() 502 static int isotp_rcv_cf(struct sock *sk, struct canfd_frame *cf, int ae, in isotp_rcv_cf() 600 struct canfd_frame *cf; in isotp_rcv() local 673 static void isotp_fill_dataframe(struct canfd_frame *cf, struct isotp_sock *so, in isotp_fill_dataframe() 704 static void isotp_create_fframe(struct canfd_frame *cf, struct isotp_sock *so, in isotp_create_fframe() 747 struct canfd_frame *cf; in isotp_tx_timer_handler() local [all …]
|
/linux/drivers/dma/ |
A D | fsl_raid.c | 238 static void fill_cfd_frame(struct fsl_re_cmpnd_frame *cf, u8 index, in fill_cfd_frame() 251 void *cf, dma_addr_t paddr) in fsl_re_init_desc() 274 void *cf; in fsl_re_chan_alloc_desc() local 322 struct fsl_re_cmpnd_frame *cf; in fsl_re_prep_dma_genq() local 409 struct fsl_re_cmpnd_frame *cf; in fsl_re_prep_dma_pq() local 531 struct fsl_re_cmpnd_frame *cf; in fsl_re_prep_dma_memcpy() local 575 void *cf; in fsl_re_alloc_chan_resources() local
|
/linux/drivers/net/can/dev/ |
A D | skb.c | 100 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in __can_get_echo_skb() local 180 struct sk_buff *alloc_can_skb(struct net_device *dev, struct can_frame **cf) in alloc_can_skb() 241 struct sk_buff *alloc_can_err_skb(struct net_device *dev, struct can_frame **cf) in alloc_can_err_skb()
|
A D | length.c | 71 const struct canfd_frame *cf = (const struct canfd_frame *)skb->data; in can_skb_get_frame_len() local
|
A D | dev.c | 101 void can_change_state(struct net_device *dev, struct can_frame *cf, in can_change_state() 141 struct can_frame *cf; in can_restart() local
|
/linux/include/linux/can/ |
A D | length.h | 135 static inline u8 can_get_cc_dlc(const struct can_frame *cf, const u32 ctrlmode) in can_get_cc_dlc() 148 static inline void can_frame_set_cc_len(struct can_frame *cf, const u8 dlc, in can_frame_set_cc_len()
|
/linux/fs/reiserfs/ |
A D | ibalance.c | 32 int *d_key, struct buffer_head **cf) in internal_define_dest_src_infos() 497 struct buffer_head *cf; in internal_shift_left() local 538 struct buffer_head *cf; in internal_shift1_left() local 569 struct buffer_head *cf; in internal_shift_right() local 613 struct buffer_head *cf; in internal_shift1_right() local
|
/linux/arch/mips/pci/ |
A D | pci-xtalk-bridge.c | 48 u32 cf, shift, mask; in ioc3_cfg_rd() local 76 u32 cf, shift, mask, smask; in ioc3_cfg_wr() local 127 u32 cf; in pci_conf0_read_config() local 165 u32 cf; in pci_conf1_read_config() local 212 u32 cf; in pci_conf0_write_config() local 252 u32 cf; in pci_conf1_write_config() local
|
/linux/drivers/net/ethernet/intel/iavf/ |
A D | iavf_virtchnl.c | 1169 struct iavf_cloud_filter *cf; in iavf_add_cloud_filter() local 1217 struct iavf_cloud_filter *cf, *cftmp; in iavf_del_cloud_filter() local 1576 struct iavf_cloud_filter *cf, *cftmp; in iavf_virtchnl_completion() local 1596 struct iavf_cloud_filter *cf; in iavf_virtchnl_completion() local 1830 struct iavf_cloud_filter *cf; in iavf_virtchnl_completion() local 1839 struct iavf_cloud_filter *cf, *cftmp; in iavf_virtchnl_completion() local
|
/linux/drivers/net/can/ |
A D | at91_can.c | 452 struct can_frame *cf = (struct can_frame *)skb->data; in at91_start_xmit() local 543 struct can_frame *cf; in at91_rx_overflow_err() local 571 struct can_frame *cf) in at91_read_mb() 610 struct can_frame *cf; in at91_read_msg() local 721 struct can_frame *cf, u32 reg_sr) in at91_poll_err_frame() 771 struct can_frame *cf; in at91_poll_err() local 873 struct can_frame *cf, enum can_state new_state) in at91_irq_err_state() 1003 struct can_frame *cf; in at91_irq_err() local
|
A D | janz-ican3.c | 911 struct can_frame *cf) in ican3_to_can_frame() 942 struct can_frame *cf, in can_frame_to_ican3() 994 struct can_frame *cf; in ican3_handle_msglost() local 1038 struct can_frame *cf; in ican3_handle_cevtind() local 1287 struct can_frame *cf; in ican3_get_echo_skb() local 1324 struct can_frame *cf = (struct can_frame *)skb->data; in ican3_echo_skb_matches() local 1378 struct can_frame *cf; in ican3_recv_skb() local 1686 struct can_frame *cf = (struct can_frame *)skb->data; in ican3_xmit() local
|
A D | xilinx_can.c | 554 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in xcan_write_frame() local 745 struct can_frame *cf; in xcan_rx() local 814 struct canfd_frame *cf; in xcanfd_rx() local 916 struct can_frame *cf) in xcan_set_error_state() 962 struct can_frame *cf; in xcan_update_error_state_after_rxtx() local 991 struct can_frame cf = { }; in xcan_err_interrupt() local
|
/linux/drivers/net/can/cc770/ |
A D | cc770.c | 388 struct can_frame *cf = (struct can_frame *)priv->tx_skb->data; in cc770_tx() local 452 struct can_frame *cf; in cc770_rx() local 503 struct can_frame *cf; in cc770_err() local 669 struct can_frame *cf; in cc770_tx_interrupt() local
|
/linux/drivers/net/can/peak_canfd/ |
A D | peak_canfd.c | 254 struct canfd_frame *cf; in pucan_handle_can_rx() local 342 struct can_frame *cf; in pucan_handle_status() local 423 struct can_frame *cf; in pucan_handle_cache_critical() local 649 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in peak_canfd_start_xmit() local
|
/linux/drivers/media/test-drivers/vicodec/ |
A D | codec-v4l2-fwht.c | 218 struct fwht_cframe cf; in v4l2_fwht_encode() local 285 struct fwht_cframe cf; in v4l2_fwht_decode() local
|
A D | codec-fwht.c | 685 struct fwht_cframe *cf, u32 height, u32 width, in encode_plane() 779 struct fwht_cframe *cf, in fwht_encode_frame() 835 static bool decode_plane(struct fwht_cframe *cf, const __be16 **rlco, in decode_plane() 910 bool fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags, in fwht_decode_frame()
|
/linux/drivers/net/can/sja1000/ |
A D | sja1000.c | 285 struct can_frame *cf = (struct can_frame *)skb->data; in sja1000_start_xmit() local 340 struct can_frame *cf; in sja1000_rx() local 393 struct can_frame *cf; in sja1000_err() local
|
/linux/net/can/j1939/ |
A D | main.c | 43 struct can_frame *cf; in j1939_can_recv() local 316 struct can_frame *cf; in j1939_send_one() local
|
/linux/sound/soc/codecs/ |
A D | hdmi-codec.c | 525 struct hdmi_codec_daifmt *cf = dai->playback_dma_data; in hdmi_codec_hw_params() local 569 struct hdmi_codec_daifmt *cf = dai->playback_dma_data; in hdmi_codec_prepare() local 604 struct hdmi_codec_daifmt *cf = dai->playback_dma_data; in hdmi_codec_i2s_set_fmt() local 889 struct hdmi_codec_daifmt *cf; in hdmi_dai_spdif_probe() local
|
/linux/include/uapi/linux/can/ |
A D | gw.h | 111 struct can_frame cf; member 116 struct canfd_frame cf; member
|