Home
last modified time | relevance | path

Searched defs:cf (Results 1 – 25 of 108) sorted by relevance

12345

/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu_frac.c14 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()
/openbmc/linux/drivers/pcmcia/
H A Delectra_cf.c55 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 Domap_cf.c80 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
/openbmc/linux/net/can/
H A Dgw.c181 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 …]
H A Disotp.c311 static int check_optimized(struct canfd_frame *cf, int start_index) in check_optimized()
331 static int check_pad(struct isotp_sock *so, struct canfd_frame *cf, in check_pad()
361 static int isotp_rcv_fc(struct isotp_sock *so, struct canfd_frame *cf, int ae) in isotp_rcv_fc()
442 static int isotp_rcv_sf(struct sock *sk, struct canfd_frame *cf, int pcilen, in isotp_rcv_sf()
475 static int isotp_rcv_ff(struct sock *sk, struct canfd_frame *cf, int ae) in isotp_rcv_ff()
548 static int isotp_rcv_cf(struct sock *sk, struct canfd_frame *cf, int ae, in isotp_rcv_cf()
646 struct canfd_frame *cf; in isotp_rcv() local
764 struct canfd_frame *cf; in isotp_send_cframe() local
816 static void isotp_create_fframe(struct canfd_frame *cf, struct isotp_sock *so, in isotp_create_fframe()
855 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in isotp_rcv_echo() local
[all …]
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c823 u32 res, cnt, mask, cf; in rcl_long() local
848 u32 mask, cf, ocf = 0; in rcr_byte() local
932 u32 mask, cf, ocf = 0; in rcr_word() local
964 u32 mask, cf, ocf = 0; in rcr_long() local
1187 unsigned int cnt, res, cf; in shl_byte() local
1229 unsigned int cnt, res, cf; in shl_word() local
1267 unsigned int cnt, res, cf; in shl_long() local
1302 unsigned int cnt, res, cf; in shr_byte() local
1337 unsigned int cnt, res, cf; in shr_word() local
1372 unsigned int cnt, res, cf; in shr_long() local
[all …]
/openbmc/linux/include/linux/can/
H A Dskb.h60 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 Dlength.h267 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()
/openbmc/linux/drivers/dma/
H A Dfsl_raid.c239 static void fill_cfd_frame(struct fsl_re_cmpnd_frame *cf, u8 index, in fill_cfd_frame()
252 void *cf, dma_addr_t paddr) in fsl_re_init_desc()
275 void *cf; in fsl_re_chan_alloc_desc() local
323 struct fsl_re_cmpnd_frame *cf; in fsl_re_prep_dma_genq() local
410 struct fsl_re_cmpnd_frame *cf; in fsl_re_prep_dma_pq() local
532 struct fsl_re_cmpnd_frame *cf; in fsl_re_prep_dma_memcpy() local
576 void *cf; in fsl_re_alloc_chan_resources() local
/openbmc/linux/drivers/net/ethernet/amd/pds_core/
H A Dauxbus.c137 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()
198 int pdsc_auxbus_dev_add(struct pdsc *cf, struct pdsc *pf) in pdsc_auxbus_dev_add()
/openbmc/linux/fs/reiserfs/
H A Dibalance.c32 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
/openbmc/linux/arch/mips/pci/
H A Dpci-xtalk-bridge.c48 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
/openbmc/linux/drivers/net/can/
H A Dat91_can.c451 struct can_frame *cf = (struct can_frame *)skb->data; in at91_start_xmit() local
540 struct can_frame *cf; in at91_rx_overflow_err() local
566 struct can_frame *cf) in at91_read_mb()
605 struct can_frame *cf; in at91_read_msg() local
716 struct can_frame *cf, u32 reg_sr) in at91_poll_err_frame()
766 struct can_frame *cf; in at91_poll_err() local
868 struct can_frame *cf, enum can_state new_state) in at91_irq_err_state()
998 struct can_frame *cf; in at91_irq_err() local
H A Djanz-ican3.c912 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
/openbmc/linux/drivers/net/can/ctucanfd/
H A Dctucanfd_base.c515 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
941 struct can_frame *cf; in ctucan_rx_poll() local
/openbmc/linux/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c255 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
/openbmc/linux/drivers/net/can/slcan/
H A Dslcan-core.c174 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()
/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.c218 struct fwht_cframe cf; in v4l2_fwht_encode() local
285 struct fwht_cframe cf; in v4l2_fwht_decode() local
/openbmc/linux/drivers/net/can/dev/
H A Dskb.c208 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 Dlength.c71 const struct canfd_frame *cf = (const struct canfd_frame *)skb->data; in can_skb_get_frame_len() local
/openbmc/linux/drivers/net/can/sja1000/
H A Dsja1000.c287 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
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c1595 struct iavf_cloud_filter *cf; in iavf_add_cloud_filter() local
1643 struct iavf_cloud_filter *cf, *cftmp; in iavf_del_cloud_filter() local
2067 struct iavf_cloud_filter *cf, *cftmp; in iavf_virtchnl_completion() local
2087 struct iavf_cloud_filter *cf; in iavf_virtchnl_completion() local
2402 struct iavf_cloud_filter *cf; in iavf_virtchnl_completion() local
2411 struct iavf_cloud_filter *cf, *cftmp; in iavf_virtchnl_completion() local
/openbmc/linux/net/can/j1939/
H A Dmain.c43 struct can_frame *cf; in j1939_can_recv() local
322 struct can_frame *cf; in j1939_send_one() local
/openbmc/linux/drivers/net/can/cc770/
H A Dcc770.c389 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
/openbmc/linux/sound/soc/codecs/
H A Dhdmi-codec.c547 struct hdmi_codec_daifmt *cf = snd_soc_dai_dma_data_get_playback(dai); in hdmi_codec_hw_params() local
591 struct hdmi_codec_daifmt *cf = snd_soc_dai_dma_data_get_playback(dai); in hdmi_codec_prepare() local
626 struct hdmi_codec_daifmt *cf = snd_soc_dai_dma_data_get_playback(dai); in hdmi_codec_i2s_set_fmt() local
899 struct hdmi_codec_daifmt *cf; in hdmi_dai_spdif_probe() local

12345