/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | gf100.c | 158 gf100_clk_read(struct nvkm_clk *base, enum nv_clk_src src) in gf100_clk_read()
|
/openbmc/linux/sound/core/oss/ |
H A D | pcm_plugin.c | 723 char *src, *dst; in snd_pcm_area_copy() local
|
/openbmc/openbmc-tools/bi2cp/ |
H A D | bi2cp | 385 def filter_source(src): argument
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_ppe_offload.c | 76 const void *src = &act->mangle.val; in mtk_flow_offload_mangle_eth() local
|
/openbmc/linux/sound/firewire/digi00x/ |
H A D | amdtp-dot.c | 154 const u32 *src; in write_pcm_s32() local
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rt5677-spi.c | 457 static void rt5677_spi_reverse(u8 *dst, u32 dstlen, const u8 *src, u32 srclen) in rt5677_spi_reverse()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | page.h | 60 union register_pair dst, src; in copy_page() local
|
/openbmc/linux/drivers/power/supply/ |
H A D | wm831x_power.c | 54 enum wm831x_auxadc src, in wm831x_power_read_voltage()
|
/openbmc/linux/drivers/firmware/tegra/ |
H A D | ivc.c | 625 static inline void iosys_map_copy(struct iosys_map *dst, const struct iosys_map *src) in iosys_map_copy()
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-dmaengine.c | 479 struct dma_chan *dma_chan, dma_addr_t dst, dma_addr_t src, size_t len, in ccp_prep_dma_memcpy()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | cast6-avx-x86_64-asm_64.S | 85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument
|
H A D | twofish-avx-x86_64-asm_64.S | 86 #define lookup_32bit(t0, t1, t2, t3, src, dst, interleave_op, il_reg) \ argument
|
/openbmc/linux/include/linux/ |
H A D | highmem.h | 393 char *src = kmap_local_page(src_page); in memcpy_page() local
|
/openbmc/linux/drivers/iio/common/ssp_sensors/ |
H A D | ssp_spi.c | 110 const void *src, unsigned int len) in ssp_fill_buffer()
|
/openbmc/linux/net/dccp/ |
H A D | ipv4.c | 376 __be32 src, __be32 dst) in dccp_v4_csum_finish()
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | main.c | 54 static void kdbg_decode(uint64_t *dst, uint64_t *src, size_t size, in kdbg_decode()
|
/openbmc/linux/sound/soc/sof/amd/ |
H A D | acp.c | 318 void memcpy_to_scratch(struct snd_sof_dev *sdev, u32 offset, unsigned int *src, size_t bytes) in memcpy_to_scratch()
|
/openbmc/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api.c | 517 static void vcap_copy_to_w32be(u8 *dst, const u8 *src, int size) in vcap_copy_to_w32be() 534 const struct vcap_client_keyfield *src) in vcap_copy_from_client_keyfield() 589 const struct vcap_client_actionfield *src) in vcap_copy_from_client_actionfield() 1070 static void vcap_copy_from_w32be(u8 *dst, u8 *src, int size, int width) in vcap_copy_from_w32be() 2925 void vcap_netbytes_copy(u8 *dst, u8 *src, int count) in vcap_netbytes_copy()
|
/openbmc/linux/fs/btrfs/ |
H A D | extent_io.c | 3399 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src) in btrfs_clone_extent_buffer() 4350 char *src = (char *)srcv; in __write_extent_buffer() local 4414 const struct extent_buffer *src) in copy_extent_buffer_full() 4433 const struct extent_buffer *src, in copy_extent_buffer() 4603 static inline bool areas_overlap(unsigned long src, unsigned long dst, unsigned long len) in areas_overlap()
|
/openbmc/qemu/ |
H A D | qemu-img.c | 1671 BlockBackend **src; member 2159 static int convert_check_bitmaps(BlockDriverState *src, bool skip_broken) in convert_check_bitmaps() 2182 static int convert_copy_bitmaps(BlockDriverState *src, BlockDriverState *dst, in convert_copy_bitmaps() 4770 const char *src; /* only used for merge */ member 4781 BlockBackend *blk = NULL, *src = NULL; in img_bitmap() local
|
/openbmc/linux/net/batman-adv/ |
H A D | translation-table.c | 2370 const u8 *src, in batadv_transtable_search() 3731 bool batadv_is_ap_isolated(struct batadv_priv *bat_priv, u8 *src, u8 *dst, in batadv_is_ap_isolated() 4027 u8 *src, u8 *dst, in batadv_tt_tvlv_unicast_handler_v1() 4109 u8 *src, u8 *dst, in batadv_roam_tvlv_unicast_handler_v1()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 959 struct scsi_dif_tuple *src = NULL; in lpfc_bg_err_inject() local 2686 struct scsi_dif_tuple *src = NULL; in lpfc_calc_bg_err() local 4057 struct scsi_dif_tuple *src = NULL; in lpfc_fcp_io_cmd_wqe_cmpl() local 4373 struct scsi_dif_tuple *src = NULL; in lpfc_scsi_cmd_iocb_cmpl() local
|
/openbmc/qemu/hw/acpi/ |
H A D | aml-build.c | 625 Aml *aml_to_hexstring(Aml *src, Aml *dst) in aml_to_hexstring() 638 Aml *aml_to_buffer(Aml *src, Aml *dst) in aml_to_buffer() 651 Aml *aml_to_decimalstring(Aml *src, Aml *dst) in aml_to_decimalstring() 1557 static uint8_t Hex2Byte(const char *src) in Hex2Byte()
|
/openbmc/linux/arch/parisc/math-emu/ |
H A D | dbl_float.h | 227 #define Dbl_copytoint_exponentmantissap1(src,dest) \ argument 249 #define Dbl_copyfromptr(src,desta,destb) \ argument 712 #define Dblext_copytoint_exponentmantissap1(src,dest) \ argument
|
/openbmc/linux/sound/pci/ac97/ |
H A D | ac97_codec.c | 2655 static void set_ctl_name(char *dst, const char *src, const char *suffix) in set_ctl_name() 2691 static int snd_ac97_rename_ctl(struct snd_ac97 *ac97, const char *src, in snd_ac97_rename_ctl() 2706 static void snd_ac97_rename_vol_ctl(struct snd_ac97 *ac97, const char *src, in snd_ac97_rename_vol_ctl()
|