Home
last modified time | relevance | path

Searched +defs:val +defs:c (Results 126 – 150 of 910) sorted by relevance

12345678910>>...37

/linux-6.14.4/drivers/media/tuners/
Dtda18218.c14 static int tda18218_wr_regs(struct tda18218_priv *priv, u8 reg, u8 *val, u8 len) in tda18218_wr_regs()
60 static int tda18218_rd_regs(struct tda18218_priv *priv, u8 reg, u8 *val, u8 len) in tda18218_rd_regs()
99 static int tda18218_wr_reg(struct tda18218_priv *priv, u8 reg, u8 val) in tda18218_wr_reg()
106 static int tda18218_rd_reg(struct tda18218_priv *priv, u8 reg, u8 *val) in tda18218_rd_reg()
114 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda18218_set_params() local
283 u8 val; in tda18218_attach() local
/linux-6.14.4/drivers/video/fbdev/
Dtridentfb.c165 static inline void t_outb(struct tridentfb_par *p, u8 val, u16 reg) in t_outb()
191 static void tridentfb_ddc_setscl_tgui(void *data, int val) in tridentfb_ddc_setscl_tgui()
204 static void tridentfb_ddc_setsda_tgui(void *data, int val) in tridentfb_ddc_setsda_tgui()
230 static void tridentfb_ddc_setscl(void *data, int val) in tridentfb_ddc_setscl()
243 static void tridentfb_ddc_setsda(void *data, int val) in tridentfb_ddc_setsda()
329 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in blade_fill_rect()
340 u32 x, u32 y, u32 w, u32 h, u32 c, u32 b) in blade_image_blit()
431 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in xp_fill_rect()
503 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in image_fill_rect()
571 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in tgui_fill_rect()
[all …]
/linux-6.14.4/drivers/media/i2c/
Dmt9v011.c70 struct i2c_client *c = v4l2_get_subdevdata(sd); in mt9v011_read() local
72 int rc, val; in mt9v011_read() local
96 struct i2c_client *c = v4l2_get_subdevdata(sd); in mt9v011_write() local
312 static int mt9v011_reset(struct v4l2_subdev *sd, u32 val) in mt9v011_reset()
491 static int mt9v011_probe(struct i2c_client *c) in mt9v011_probe()
569 static void mt9v011_remove(struct i2c_client *c) in mt9v011_remove()
Dtvp7002.c444 struct i2c_client *c = v4l2_get_subdevdata(sd); in tvp7002_read() local
490 struct i2c_client *c; in tvp7002_write() local
520 u8 val, int *err) in tvp7002_write_err()
697 u8 val; in tvp7002_g_register() local
948 static int tvp7002_probe(struct i2c_client *c) in tvp7002_probe()
1057 static void tvp7002_remove(struct i2c_client *c) in tvp7002_remove()
/linux-6.14.4/include/linux/
Dvt_buffer.h24 #define scr_writew(val, addr) (*(addr) = (val)) argument
29 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) in scr_memsetw()
/linux-6.14.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_ctl.c82 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_get_flush_register() local
387 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_poll_reset_status() local
409 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_reset_control() local
421 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_wait_reset_status() local
440 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_clear_all_blendstages() local
483 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_setup_blendstage() local
546 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg_v1() local
591 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg() local
624 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_reset_intf_cfg_v1() local
677 u32 val = 0; in dpu_hw_ctl_set_fetch_pipe_active() local
[all …]
/linux-6.14.4/sound/soc/intel/atom/
Dsst-atom-controls.c163 struct snd_soc_component *c = snd_kcontrol_chip(kcontrol); in sst_slot_get() local
167 unsigned int val, mux; in sst_slot_get() local
221 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in sst_slot_put() local
228 unsigned int val, mux; in sst_slot_put() local
520 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_send_pipe_module_params() local
631 int val = 0; in sst_swm_mixer_event() local
981 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_be_modules() local
1002 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_media_path() local
1039 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_media_loop() local
1391 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_fill_module_list() local
/linux-6.14.4/mm/damon/
Dlru_sort.c255 static int damon_lru_sort_enabled_store(const char *val, in damon_lru_sort_enabled_store()
303 static int damon_lru_sort_after_aggregation(struct damon_ctx *c) in damon_lru_sort_after_aggregation()
318 static int damon_lru_sort_after_wmarks_check(struct damon_ctx *c) in damon_lru_sort_after_wmarks_check()
/linux-6.14.4/drivers/clocksource/
Dmps2-timer.c44 static inline struct clockevent_mps2 *to_mps2_clkevt(struct clock_event_device *c) in to_mps2_clkevt()
49 static void clockevent_mps2_writel(u32 val, struct clock_event_device *c, u32 offset) in clockevent_mps2_writel()
Dtimer-fsl-ftm.c20 #define FTM_SC_CLK(c) ((c) << FTM_SC_CLK_MASK_SHIFT) argument
40 static inline void ftm_writel(u32 val, void __iomem *addr) in ftm_writel()
50 u32 val; in ftm_counter_enable() local
61 u32 val; in ftm_counter_disable() local
71 u32 val; in ftm_irq_acknowledge() local
80 u32 val; in ftm_irq_enable() local
89 u32 val; in ftm_irq_disable() local
/linux-6.14.4/drivers/media/dvb-frontends/
Dtda10071.c19 u8 reg, u8 val, u8 mask) in tda10071_wr_reg_mask()
367 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_status() local
503 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_snr() local
514 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_signal_strength() local
538 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_ucblocks() local
552 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_set_frontend() local
693 struct dtv_frontend_properties *c) in tda10071_get_frontend()
754 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_init() local
Daf9013.c109 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9013_set_frontend() local
398 struct dtv_frontend_properties *c) in af9013_get_frontend()
519 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9013_read_status() local
1280 const u8 *val, int len, u8 lock) in af9013_wregs()
1322 u8 *val, int len, u8 lock) in af9013_rregs()
1370 u8 *val = &((u8 *)data)[3]; in af9013_regmap_write() local
1409 u8 *val = &((u8 *)val_buf)[0]; in af9013_regmap_read() local
1437 struct dtv_frontend_properties *c; in af9013_probe() local
Dcx24120.c324 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_snr() local
337 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_ber() local
430 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_signal_strength() local
608 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_get_stats() local
764 u8 val; member
797 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_get_fec() local
837 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_calculate_ber_window() local
916 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_set_clock_ratios() local
1014 u8 val; member
1136 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_set_frontend() local
[all …]
Dlg2160.c53 static int lg216x_write_reg(struct lg216x_state *state, u16 reg, u8 val) in lg216x_write_reg()
77 static int lg216x_read_reg(struct lg216x_state *state, u16 reg, u8 *val) in lg216x_read_reg()
105 u8 val; member
126 u8 val; in lg216x_set_reg_bit() local
238 u8 val; in lg216x_set_if() local
263 u8 val; in lg2160_agc_fix() local
305 u8 val; in lg2160_agc_polarity() local
325 u8 val; in lg2160_tuner_pwr_save_polarity() local
344 u8 val; in lg2160_spectrum_polarity() local
362 u8 val; in lg2160_tuner_pwr_save() local
[all …]
/linux-6.14.4/sound/soc/meson/
Daxg-spdifin.c116 unsigned int val, in axg_spdifin_write_mode_param()
134 unsigned int val) in axg_spdifin_write_timer()
141 unsigned int val) in axg_spdifin_write_threshold()
285 struct snd_soc_component *c = snd_kcontrol_chip(kcontrol); in axg_spdifin_get_status() local
290 unsigned int val; in axg_spdifin_get_status() local
350 struct snd_soc_component *c = snd_kcontrol_chip(kcontrol); in axg_spdifin_rate_lock_get() local
/linux-6.14.4/tools/testing/selftests/futex/functional/
Dfutex_wait_private_mapped_file.c37 futex_t val = 1; variable
77 int c; in main() local
/linux-6.14.4/sound/soc/codecs/
Dsimple-amplifier.c21 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in drv_event() local
23 int val; in drv_event() local
/linux-6.14.4/drivers/rtc/
Drtc-fsl-ftm-alarm.c23 #define FTM_SC_CLK(c) ((c) << FTM_SC_CLK_MASK_SHIFT) argument
53 static inline void rtc_writel(struct ftm_rtc *dev, u32 reg, u32 val) in rtc_writel()
63 u32 val; in ftm_counter_enable() local
74 u32 val; in ftm_counter_disable() local
113 u32 val; in ftm_irq_enable() local
122 u32 val; in ftm_irq_disable() local
/linux-6.14.4/drivers/media/pci/ttpci/
Dbudget.c199 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in alps_bsrv2_tuner_set_params() local
242 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in alps_tdbe2_tuner_set_params() local
271 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in grundig_29504_401_tuner_set_params() local
330 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in grundig_29504_451_tuner_set_params() local
355 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in s5h1420_tuner_set_params() local
426 u8 val; in i2c_readreg() local
/linux-6.14.4/drivers/mfd/
Dmenelaus.c172 int val = i2c_smbus_write_byte_data(the_menelaus->client, reg, value); in menelaus_write_reg() local
184 int val = i2c_smbus_read_byte_data(the_menelaus->client, reg); in menelaus_read_reg() local
286 int ret, val; in menelaus_set_mmc_opendrain() local
337 int ret, val; in menelaus_set_mmc_slot() local
445 u16 val; member
451 int val, ret; in menelaus_set_voltage() local
452 struct i2c_client *c = the_menelaus->client; in menelaus_set_voltage() local
523 int fval, rval, val, ret; in menelaus_set_vcore_hw() local
524 struct i2c_client *c = the_menelaus->client; in menelaus_set_vcore_hw() local
575 int val; in menelaus_set_vmem() local
[all …]
/linux-6.14.4/drivers/watchdog/
Dnv_tco.c77 u32 val; in tco_timer_start() local
89 u32 val; in tco_timer_stop() local
113 u8 val; in tco_timer_set_heartbeat() local
196 char c; in nv_tco_write() local
308 u32 val; in nv_tco_getdevice() local
428 u32 val; in nv_tco_cleanup() local
456 u32 val; in nv_tco_shutdown() local
/linux-6.14.4/drivers/cpufreq/
Dacpi-cpufreq.c95 u64 msr_mask, val; in boost_set_msr() local
131 static int set_boost(struct cpufreq_policy *policy, int val) in set_boost()
158 unsigned int val = 0; in store_cpb() local
232 static unsigned extract_freq(struct cpufreq_policy *policy, u32 val) in extract_freq()
249 u32 val, dummy __always_unused; in cpu_freq_read_intel() local
255 static void cpu_freq_write_intel(struct acpi_pct_register *not_used, u32 val) in cpu_freq_write_intel()
266 u32 val, dummy __always_unused; in cpu_freq_read_amd() local
272 static void cpu_freq_write_amd(struct acpi_pct_register *not_used, u32 val) in cpu_freq_write_amd()
279 u32 val; in cpu_freq_read_io() local
285 static void cpu_freq_write_io(struct acpi_pct_register *reg, u32 val) in cpu_freq_write_io()
[all …]
/linux-6.14.4/drivers/pwm/
Dpwm-fsl-ftm.c22 #define FTM_SC_CLK(c) (((c) + 1) << FTM_SC_CLK_MASK_SHIFT) argument
62 u32 val; in ftm_clear_write_protection() local
136 unsigned long long c; in fsl_pwm_calculate_period_clk() local
208 u32 val; in fsl_pwm_is_any_pwm_enabled() local
220 u32 val; in fsl_pwm_is_other_pwm_enabled() local
/linux-6.14.4/drivers/base/power/
Dqos.c56 s32 val; in __dev_pm_qos_flags() local
198 struct pm_qos_constraints *c; in dev_pm_qos_constraints_allocate() local
251 struct pm_qos_constraints *c; in dev_pm_qos_constraints_destroy() local
775 int dev_pm_qos_expose_flags(struct device *dev, s32 val) in dev_pm_qos_expose_flags()
905 int dev_pm_qos_update_user_latency_tolerance(struct device *dev, s32 val) in dev_pm_qos_update_user_latency_tolerance()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dptp.c177 #define PTP_WQE_CTR2IDX(val) ((val) & ptpsq->ts_cqe_ctr_mask) argument
265 struct mlx5e_ptp *c = container_of(napi, struct mlx5e_ptp, napi); in mlx5e_ptp_napi_poll() local
316 static int mlx5e_ptp_alloc_txqsq(struct mlx5e_ptp *c, int txq_ix, in mlx5e_ptp_alloc_txqsq()
456 static int mlx5e_ptp_open_txqsq(struct mlx5e_ptp *c, u32 tisn, in mlx5e_ptp_open_txqsq()
509 static int mlx5e_ptp_open_txqsqs(struct mlx5e_ptp *c, in mlx5e_ptp_open_txqsqs()
540 static void mlx5e_ptp_close_txqsqs(struct mlx5e_ptp *c) in mlx5e_ptp_close_txqsqs()
548 static int mlx5e_ptp_open_tx_cqs(struct mlx5e_ptp *c, in mlx5e_ptp_open_tx_cqs()
602 static int mlx5e_ptp_open_rx_cq(struct mlx5e_ptp *c, in mlx5e_ptp_open_rx_cq()
622 static void mlx5e_ptp_close_tx_cqs(struct mlx5e_ptp *c) in mlx5e_ptp_close_tx_cqs()
661 static void mlx5e_ptp_build_params(struct mlx5e_ptp *c, in mlx5e_ptp_build_params()
[all …]

12345678910>>...37