/linux-6.14.4/drivers/media/i2c/ |
D | tvaudio.c | 70 unsigned char bytes[MAXREGS+1]; /* addr, data, data, ... */ member 154 static int chip_write(struct CHIPSTATE *chip, int subaddr, int val) in chip_write() 198 int subaddr, int val, int mask) in chip_write_masked() 419 int val, mode; in tda9840_getrxsubchans() local 581 static int tda9855_volume(int val) { return val/0x2e8+0x27; } in tda9855_volume() 582 static int tda9855_bass(int val) { return val/0xccc+0x06; } in tda9855_bass() 583 static int tda9855_treble(int val) { return (val/0x1c71+0x3)<<1; } in tda9855_treble() 587 int mode, val; in tda985x_getrxsubchans() local 751 int val,mode; in tda9873_getrxsubchans() local 1227 static int tda9875_volume(int val) { return (unsigned char)(val / 602 - 84); } in tda9875_volume() [all …]
|
/linux-6.14.4/drivers/block/ |
D | rbd.c | 1224 static void zero_bios(struct ceph_bio_iter *bio_pos, u32 off, u32 bytes) in zero_bios() 1234 static void zero_bvecs(struct ceph_bvec_iter *bvec_pos, u32 off, u32 bytes) in zero_bvecs() 1251 u32 bytes) in rbd_obj_zero_range() 1664 static void __rbd_object_map_set(struct rbd_device *rbd_dev, u64 objno, u8 val) in __rbd_object_map_set() 2205 u32 bytes) in rbd_osd_setup_copyup() 2613 static void set_bio_pos(struct ceph_object_extent *ex, u32 bytes, void *arg) in set_bio_pos() 2624 static void count_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in count_bio_bvecs() 2637 static void copy_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in copy_bio_bvecs() 2676 static void set_bvec_pos(struct ceph_object_extent *ex, u32 bytes, void *arg) in set_bvec_pos() 2687 static void count_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in count_bvecs() [all …]
|
/linux-6.14.4/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_devlink.c | 719 u16 bytes = BNXT_NVM_CFG_VER_BYTES; in bnxt_hwrm_get_nvm_cfg_ver() local 1014 union devlink_param_value *val) in bnxt_hwrm_nvm_req() 1120 union devlink_param_value val, in bnxt_dl_msix_validate()
|
/linux-6.14.4/arch/powerpc/kvm/ |
D | mpic.c | 580 uint32_t val) in write_IRQreg_idr() 625 uint32_t val) in write_IRQreg_ilr() 639 uint32_t val) in write_IRQreg_ivpr() 677 static void openpic_gcr_write(struct openpic *opp, uint64_t val) in openpic_gcr_write() 688 static int openpic_gbl_write(void *opaque, gpa_t addr, u32 val) in openpic_gbl_write() 806 static int openpic_tmr_write(void *opaque, gpa_t addr, u32 val) in openpic_tmr_write() 886 static int openpic_src_write(void *opaque, gpa_t addr, u32 val) in openpic_src_write() 940 static int openpic_msi_write(void *opaque, gpa_t addr, u32 val) in openpic_msi_write() 1015 static int openpic_summary_write(void *opaque, gpa_t addr, u32 val) in openpic_summary_write() 1024 u32 val, int idx) in openpic_cpu_write_internal() [all …]
|
/linux-6.14.4/sound/drivers/ |
D | aloop.c | 524 static void clear_capture_buf(struct loopback_pcm *dpcm, unsigned int bytes) in clear_capture_buf() 568 unsigned int bytes) in copy_play_buf() 1405 unsigned int val; in loopback_rate_shift_put() local 1441 unsigned int val; in loopback_notify_put() local 1462 unsigned int val = 0; in loopback_active_get() local
|
D | dummy.c | 628 struct iov_iter *iter, unsigned long bytes) in dummy_pcm_copy() 635 unsigned long bytes) in dummy_pcm_silence() 990 unsigned long long val; in dummy_proc_write() local
|
/linux-6.14.4/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 734 struct ethtool_eeprom *eeprom, u8 *bytes) in igb_get_eeprom() 781 struct ethtool_eeprom *eeprom, u8 *bytes) in igb_set_eeprom() 1222 u32 pat, val; in reg_pattern_test() local 1244 u32 val; in reg_set_and_check() local 3310 u32 val = 0; in igb_write_rss_indir_tbl() local
|
/linux-6.14.4/drivers/tty/serial/ |
D | qcom_geni_serial.c | 274 unsigned int offset, u32 field, u32 val) in qcom_geni_serial_poll_bitfield() 540 static void handle_rx_console(struct uart_port *uport, u32 bytes, bool drop) in handle_rx_console() 577 static void handle_rx_console(struct uart_port *uport, u32 bytes, bool drop) in handle_rx_console() 583 static void handle_rx_uart(struct uart_port *uport, u32 bytes) in handle_rx_uart()
|
D | rp2.c | 241 static void rp2_rmw_clr(struct rp2_uart_port *up, int reg, u32 val) in rp2_rmw_clr() 246 static void rp2_rmw_set(struct rp2_uart_port *up, int reg, u32 val) in rp2_rmw_set() 398 u16 bytes = readw(up->base + RP2_RX_FIFO_COUNT); in rp2_rx_chars() local
|
/linux-6.14.4/include/linux/ |
D | device.h | 333 size_t bytes; in devm_kmalloc_array() local 348 size_t bytes; in devm_krealloc_array() local 974 static inline void dev_set_uevent_suppress(struct device *dev, int val) in dev_set_uevent_suppress() 1011 static inline void dev_pm_syscore_device(struct device *dev, bool val) in dev_pm_syscore_device()
|
/linux-6.14.4/net/ipv4/ |
D | fib_semantics.c | 326 unsigned int val = init_val; in fib_info_hashfn_1() local 336 unsigned int val) in fib_info_hashfn_result() 343 unsigned int val; in fib_info_hashfn() local 998 u32 fi_val, val; in fib_metrics_match() local 1243 fib_info_laddrhash_bucket(const struct net *net, __be32 val) in fib_info_laddrhash_bucket() 1418 size_t bytes; in fib_create_info() local
|
/linux-6.14.4/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 696 int bytes, u32 val) in hdmi_reg_writev() 1067 u32 data_num, val; in hdmi_audio_config() local 1143 u32 val = start ? HDMI_TG_EN : 0; in hdmi_start() local 1201 u32 val = hdmi_reg_read(hdata, HDMI_PHY_STATUS); in hdmiphy_wait_for_pll() local 1218 unsigned int val; in hdmi_v13_mode_apply() local
|
/linux-6.14.4/drivers/mtd/nand/raw/ |
D | omap2.c | 113 #define PREFETCH_FIFOTHRESHOLD(val) ((val) << 8) argument 114 #define PREFETCH_STATUS_COUNT(val) (val & 0x00003fff) argument 115 #define PREFETCH_STATUS_FIFO_CNT(val) ((val >> 24) & 0x7F) argument 209 u32 val; in omap_prefetch_enable() local 318 u32 val; in omap_nand_data_out_pref() local 389 u32 val; in omap_nand_dma_transfer() local 506 u32 bytes; in omap_nand_irq() local 596 u32 val; in omap_nand_data_out_irq_pref() local 845 u32 val; in omap_calculate_ecc() local 870 u32 val; in omap_enable_hwecc() local [all …]
|
/linux-6.14.4/drivers/dma/ |
D | k3dma.c | 135 u32 val = 0; in k3_dma_pause_dma() local 150 u32 val = 0; in k3_dma_terminate_chan() local 382 size_t bytes = 0; in k3_dma_tx_status() local 669 u32 maxburst = 0, val = 0; in k3_dma_config_write() local
|
/linux-6.14.4/drivers/media/pci/cobalt/ |
D | cobalt-driver.h | 176 size_t bytes; member 297 static inline void cobalt_write_bar0(struct cobalt *cobalt, u32 reg, u32 val) in cobalt_write_bar0() 307 static inline void cobalt_write_bar1(struct cobalt *cobalt, u32 reg, u32 val) in cobalt_write_bar1() 323 int bit, int val) in cobalt_s_bit_sysctrl()
|
/linux-6.14.4/drivers/net/ethernet/socionext/ |
D | sni_ave.c | 243 u64 bytes; member 316 int entry, int offset, u32 val) in ave_desc_write() 328 int entry, u32 val) in ave_desc_write_cmdsts() 357 static void ave_irq_restore(struct net_device *ndev, u32 val) in ave_irq_restore() 411 static void ave_ethtool_set_msglevel(struct net_device *ndev, u32 val) in ave_ethtool_set_msglevel() 521 u16 val) in ave_mdiobus_write() 636 u32 val; in ave_desc_switch() local 858 u32 val; in ave_global_reset() local 985 u32 val; in ave_pfsel_start() local 999 u32 val; in ave_pfsel_stop() local [all …]
|
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_lib.c | 430 int bytes_left, bytes_read, bytes; in cudbg_do_compression() local 1373 unsigned long bytes, bytes_left, bytes_read = 0; in cudbg_read_fw_mem() local 2128 u32 para[2], val[2]; in cudbg_collect_tid() local 2543 u64 tcamy, tcamx, val; in cudbg_collect_tcam_index() local 2752 u32 val; in cudbg_read_tid() local 2898 u32 bytes = 0; in cudbg_collect_le_tcam() local
|
/linux-6.14.4/drivers/firmware/cirrus/ |
D | cs_dsp.c | 692 __be32 val = cpu_to_be32(event_id); in cs_dsp_coeff_write_acked_control() local 1120 static int cs_dsp_coeff_parse_string(int bytes, const u8 **pos, unsigned int avail, in cs_dsp_coeff_parse_string() 1156 static int cs_dsp_coeff_parse_int(int bytes, const u8 **pos) in cs_dsp_coeff_parse_int() 1158 int val = 0; in cs_dsp_coeff_parse_int() local 1699 __be32 val; in cs_dsp_read_algs() local 2415 unsigned int val; in cs_dsp_adsp1_power_up() local 2525 unsigned int val; in cs_dsp_adsp2v2_enable_core() local 3096 __be32 val = cpu_to_be32(data & 0x00ffffffu); in cs_dsp_write_data_word() local 3142 unsigned int val; in cs_dsp_adsp2_bus_error() local 3384 int cs_dsp_chunk_write(struct cs_dsp_chunk *ch, int nbits, u32 val) in cs_dsp_chunk_write()
|
/linux-6.14.4/drivers/i2c/busses/ |
D | i2c-cadence.c | 136 #define cdns_i2c_writereg(val, offset) writel_relaxed(val, id->membase + offset) argument 361 u8 bytes; in cdns_i2c_slave_rcv_data() local 1462 u32 val; in cdns_i2c_detect_transfer_size() local
|
/linux-6.14.4/drivers/comedi/drivers/ |
D | das1800.c | 782 unsigned int bytes; in das1800_ai_setup_dma() local 821 unsigned short val; in das1800_ai_set_chanlist() local 996 unsigned int val = data[i]; in das1800_ao_insn_write() local
|
/linux-6.14.4/sound/soc/atmel/ |
D | mchp-pdmc.c | 165 unsigned int val; in mchp_pdmc_sinc_order_put() local 646 u32 val; in mchp_pdmc_trigger() local 949 unsigned long bytes) in mchp_pdmc_process()
|
/linux-6.14.4/fs/btrfs/ |
D | delayed-inode.c | 556 const u64 bytes = btrfs_calc_insert_metadata_size(fs_info, num_leaves); in btrfs_delayed_item_release_leaves() local 1403 int val = atomic_read(&delayed_root->items_seq); in could_end_wait() local 1443 const u64 bytes = btrfs_calc_insert_metadata_size(fs_info, 1); in btrfs_release_dir_index_item_space() local
|
/linux-6.14.4/drivers/gpu/drm/radeon/ |
D | r600_cs.c | 477 uint32_t bytes = track->nsamples * track->log_nsamples * 8 * (tile_max + 1); in r600_cs_track_validate_cb() local 495 uint32_t bytes = (block_max + 1) * 128; in r600_cs_track_validate_cb() local 1398 unsigned val; in r600_mip_minify() local
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl.c | 587 u32 val, struct netlink_ext_ack *extack) in mlxsw_sp_acl_rulei_act_mangle_field() 607 u32 val, struct netlink_ext_ack *extack) in mlxsw_sp1_acl_rulei_act_mangle_field() 622 u32 val, struct netlink_ext_ack *extack) in mlxsw_sp2_acl_rulei_act_mangle_field_ip_odd() 638 u32 val, struct netlink_ext_ack *extack) in mlxsw_sp2_acl_rulei_act_mangle_field() 717 u32 offset, u32 mask, u32 val, in mlxsw_sp_acl_rulei_act_mangle() 1012 u64 *packets, u64 *bytes, u64 *drops, in mlxsw_sp_acl_rule_get_stats()
|
/linux-6.14.4/drivers/gpu/drm/xlnx/ |
D | zynqmp_dp.c | 416 static void zynqmp_dp_write(struct zynqmp_dp *dp, int offset, u32 val) in zynqmp_dp_write() 1041 u8 *buf, u8 bytes, u8 *reply) in zynqmp_dp_aux_cmd_submit() 1938 static int zynqmp_dp_enhanced_get(void *data, u64 *val) in zynqmp_dp_enhanced_get() 1948 static int zynqmp_dp_enhanced_set(void *data, u64 val) in zynqmp_dp_enhanced_set() 1965 static int zynqmp_dp_downspread_get(void *data, u64 *val) in zynqmp_dp_downspread_get() 1975 static int zynqmp_dp_downspread_set(void *data, u64 val) in zynqmp_dp_downspread_set() 1992 static int zynqmp_dp_active_get(void *data, u64 *val) in zynqmp_dp_active_get() 2002 static int zynqmp_dp_active_set(void *data, u64 val) in zynqmp_dp_active_set() 2100 static int zynqmp_dp_swing_get(void *data, u64 *val) in zynqmp_dp_swing_get() 2111 static int zynqmp_dp_swing_set(void *data, u64 val) in zynqmp_dp_swing_set() [all …]
|