/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_frac.c | 14 struct ccu_frac_internal *cf) in ccu_frac_helper_is_enabled() 24 struct ccu_frac_internal *cf) in ccu_frac_helper_enable() 40 struct ccu_frac_internal *cf) in ccu_frac_helper_disable() 56 struct ccu_frac_internal *cf, in ccu_frac_helper_has_rate() 67 struct ccu_frac_internal *cf) in ccu_frac_helper_read_rate() 89 struct ccu_frac_internal *cf, in ccu_frac_helper_set_rate()
|
/linux/drivers/pcmcia/ |
H 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
|
H A D | omap_cf.c | 80 struct omap_cf_socket *cf = from_timer(cf, t, timer); in omap_cf_timer() local 100 struct omap_cf_socket *cf = (struct omap_cf_socket *)_cf; in omap_cf_irq() local 113 struct omap_cf_socket *cf; in omap_cf_get_status() local 159 struct omap_cf_socket *cf; in omap_cf_set_io_map() local 171 struct omap_cf_socket *cf; in omap_cf_set_mem_map() local 202 struct omap_cf_socket *cf; in omap_cf_probe() local 295 struct omap_cf_socket *cf = platform_get_drvdata(pdev); in omap_cf_remove() local
|
/linux/net/can/ |
H A D | isotp.c | 312 static int check_optimized(struct canfd_frame *cf, int start_index) in check_optimized() 332 static int check_pad(struct isotp_sock *so, struct canfd_frame *cf, in check_pad() 362 static int isotp_rcv_fc(struct isotp_sock *so, struct canfd_frame *cf, int ae) in isotp_rcv_fc() 444 static int isotp_rcv_sf(struct sock *sk, struct canfd_frame *cf, int pcilen, in isotp_rcv_sf() 477 static int isotp_rcv_ff(struct sock *sk, struct canfd_frame *cf, int ae) in isotp_rcv_ff() 550 static int isotp_rcv_cf(struct sock *sk, struct canfd_frame *cf, int ae, in isotp_rcv_cf() 648 struct canfd_frame *cf; in isotp_rcv() local 730 static void isotp_fill_dataframe(struct canfd_frame *cf, struct isotp_sock *so, in isotp_fill_dataframe() 766 struct canfd_frame *cf; in isotp_send_cframe() local 818 static void isotp_create_fframe(struct canfd_frame *cf, struct isotp_sock *so, in isotp_create_fframe() [all …]
|
/linux/include/linux/can/ |
H A D | skb.h | 60 struct can_frame cf[]; member 106 struct can_frame *cf = (struct can_frame *)skb->data; in can_is_can_skb() local 150 const struct can_frame *cf = (struct can_frame *)skb->data; in can_skb_get_data_len() local
|
H A D | length.h | 267 static inline u8 can_get_cc_dlc(const struct can_frame *cf, const u32 ctrlmode) in can_get_cc_dlc() 280 static inline void can_frame_set_cc_len(struct can_frame *cf, const u8 dlc, in can_frame_set_cc_len()
|
/linux/drivers/net/ethernet/amd/pds_core/ |
H A D | auxbus.c | 137 static struct pds_auxiliary_dev *pdsc_auxbus_dev_register(struct pdsc *cf, in pdsc_auxbus_dev_register() 178 int pdsc_auxbus_dev_del(struct pdsc *cf, struct pdsc *pf) in pdsc_auxbus_dev_del() 201 int pdsc_auxbus_dev_add(struct pdsc *cf, struct pdsc *pf) in pdsc_auxbus_dev_add()
|
/linux/drivers/net/can/esd/ |
H A D | esdacc.c | 251 struct can_frame *cf = (struct can_frame *)skb->data; in acc_start_xmit() local 437 struct can_frame *cf; in handle_core_msg_rxtxdone() local 500 struct can_frame *cf; in handle_core_msg_overrun() local 529 struct can_frame *cf; in handle_core_msg_buserr() local 586 struct can_frame *cf = NULL; in handle_core_msg_errstatechange() local
|
/linux/drivers/net/can/rockchip/ |
H A D | rockchip_canfd-core.c | 364 struct can_frame **cf, u32 *timestamp) in rkcanfd_alloc_can_err_skb() 399 rkcanfd_handle_error_int_reg_ec(struct rkcanfd_priv *priv, struct can_frame *cf, in rkcanfd_handle_error_int_reg_ec() 530 struct can_frame *cf = NULL; in rkcanfd_handle_error_int() local 570 struct can_frame *cf = NULL; in rkcanfd_handle_state_error_int() local 614 struct can_frame *cf = NULL; in rkcanfd_handle_rx_fifo_overflow_int() local
|
/linux/arch/mips/pci/ |
H 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/can/ctucanfd/ |
H A D | ctucanfd_base.c | 515 static bool ctucan_insert_frame(struct ctucan_priv *priv, const struct canfd_frame *cf, u8 buf, in ctucan_insert_frame() 598 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in ctucan_start_xmit() local 646 static void ctucan_read_rx_frame(struct ctucan_priv *priv, struct canfd_frame *cf, u32 ffw) in ctucan_read_rx_frame() 713 struct canfd_frame *cf; in ctucan_rx() local 804 struct can_frame *cf; in ctucan_err_interrupt() local 943 struct can_frame *cf; in ctucan_rx_poll() local
|
/linux/drivers/net/can/slcan/ |
H A D | slcan-core.c | 174 struct can_frame *cf; in slcan_bump_frame() local 262 struct can_frame *cf; in slcan_bump_state() local 326 struct can_frame *cf; in slcan_bump_err() local 482 static void slcan_encaps(struct slcan *sl, struct can_frame *cf) in slcan_encaps()
|
/linux/drivers/net/can/peak_canfd/ |
H A D | peak_canfd.c | 255 struct canfd_frame *cf; in pucan_handle_can_rx() local 343 struct can_frame *cf; in pucan_handle_status() local 422 struct can_frame *cf; in pucan_handle_cache_critical() local 646 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in peak_canfd_start_xmit() local
|
/linux/drivers/media/test-drivers/vicodec/ |
H 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
|
H 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/ |
H A D | sja1000.c | 287 struct can_frame *cf = (struct can_frame *)skb->data; in sja1000_start_xmit() local 342 struct can_frame *cf; in sja1000_rx() local 410 struct can_frame *cf; in sja1000_err() local
|
/linux/drivers/net/can/dev/ |
H A D | skb.c | 208 struct sk_buff *alloc_can_skb(struct net_device *dev, struct can_frame **cf) in alloc_can_skb() 289 struct sk_buff *alloc_can_err_skb(struct net_device *dev, struct can_frame **cf) in alloc_can_err_skb()
|
H A D | length.c | 71 const struct canfd_frame *cf = (const struct canfd_frame *)skb->data; in can_skb_get_frame_len() local
|
/linux/drivers/net/can/ |
H A D | at91_can.c | 474 struct can_frame *cf = (struct can_frame *)skb->data; in at91_start_xmit() local 538 struct can_frame **cf, u32 *timestamp) in at91_alloc_can_err_skb() 556 struct can_frame *cf; in at91_rx_overflow_err() local 590 struct can_frame *cf; in at91_mailbox_read() local 699 struct can_frame *cf; in at91_irq_err_line() local 757 struct can_frame *cf; in at91_irq_err_frame() local
|
H A D | janz-ican3.c | 912 struct can_frame *cf) in ican3_to_can_frame() 943 struct can_frame *cf, in can_frame_to_ican3() 995 struct can_frame *cf; in ican3_handle_msglost() local 1039 struct can_frame *cf; in ican3_handle_cevtind() local 1290 struct can_frame *cf; in ican3_get_echo_skb() local 1328 struct can_frame *cf = (struct can_frame *)skb->data; in ican3_echo_skb_matches() local 1382 struct can_frame *cf; in ican3_recv_skb() local 1691 struct can_frame *cf = (struct can_frame *)skb->data; in ican3_xmit() local
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_virtchnl.c | 1741 struct iavf_cloud_filter *cf; in iavf_add_cloud_filter() local 1789 struct iavf_cloud_filter *cf, *cftmp; in iavf_del_cloud_filter() local 2213 struct iavf_cloud_filter *cf, *cftmp; in iavf_virtchnl_completion() local 2233 struct iavf_cloud_filter *cf; in iavf_virtchnl_completion() local 2560 struct iavf_cloud_filter *cf; in iavf_virtchnl_completion() local 2569 struct iavf_cloud_filter *cf, *cftmp; in iavf_virtchnl_completion() local
|
/linux/sound/soc/codecs/ |
H A D | hdmi-codec.c | 562 struct hdmi_codec_daifmt *cf = snd_soc_dai_dma_data_get_playback(dai); in hdmi_codec_hw_params() local 606 struct hdmi_codec_daifmt *cf = snd_soc_dai_dma_data_get_playback(dai); in hdmi_codec_prepare() local 641 struct hdmi_codec_daifmt *cf = snd_soc_dai_dma_data_get_playback(dai); in hdmi_codec_i2s_set_fmt() local 914 struct hdmi_codec_daifmt *cf; in hdmi_dai_spdif_probe() local
|
/linux/drivers/net/can/cc770/ |
H A D | cc770.c | 389 struct can_frame *cf = (struct can_frame *)priv->tx_skb->data; in cc770_tx() local 453 struct can_frame *cf; in cc770_rx() local 504 struct can_frame *cf; in cc770_err() local
|
/linux/net/can/j1939/ |
H A D | main.c | 43 struct can_frame *cf; j1939_can_recv() local 322 struct can_frame *cf; j1939_send_one() local [all...] |
/linux/include/uapi/linux/can/ |
H A D | gw.h | 111 struct can_frame cf; member 116 struct canfd_frame cf; member
|