Home
last modified time | relevance | path

Searched +defs:val +defs:b (Results 151 – 175 of 709) sorted by relevance

12345678910>>...29

/linux-6.14.4/drivers/media/radio/si4713/
Dsi4713.c75 #define get_status_bit(p, b, m) (((p) & (m)) >> (b)) argument
76 #define set_bits(p, v, b, m) (((p) & ~(m)) | ((v) << (b))) argument
261 u8 val[SI4713_GET_PROP_NRESP]; in si4713_read_property() local
295 static int si4713_write_property(struct si4713_device *sdev, u16 prop, u16 val) in si4713_write_property()
541 u8 val[SI4713_TXFREQ_NRESP]; in si4713_tx_tune_freq() local
586 u8 val[SI4713_TXPWR_NRESP]; in si4713_tx_tune_power() local
634 u8 val[SI4713_TXMEA_NRESP]; in si4713_tx_tune_measure() local
686 u8 val[SI4713_TXSTATUS_NRESP]; in si4713_tx_tune_status() local
728 u8 val[SI4713_RDSBUFF_NRESP]; in si4713_tx_rds_buff() local
766 u8 val[SI4713_RDSPS_NRESP]; in si4713_tx_rds_ps() local
[all …]
/linux-6.14.4/drivers/media/i2c/
Dir-kbd-i2c.c162 unsigned char b; in get_key_pixelview() local
211 unsigned char b; in get_key_knc1() local
245 unsigned char b; in get_key_geniatech() local
507 static int cmp_no_trail(u8 *a, u8 *b, unsigned int count) in cmp_no_trail()
517 static int find_slot(u16 *array, unsigned int size, u16 val) in find_slot()
/linux-6.14.4/drivers/mfd/
Dqcom-pm8xxx.c37 #define PM8821_SSBI_REG(m, b, offset) \ argument
41 #define PM8821_SSBI_ADDR_IRQ_ROOT(m, b) PM8821_SSBI_REG(m, b, 0x0) argument
42 #define PM8821_SSBI_ADDR_IRQ_CLEAR(m, b) PM8821_SSBI_REG(m, b, 0x01) argument
43 #define PM8821_SSBI_ADDR_IRQ_MASK(m, b) PM8821_SSBI_REG(m, b, 0x08) argument
44 #define PM8821_SSBI_ADDR_IRQ_RT_STATUS(m, b) PM8821_SSBI_REG(m, b, 0x0f) argument
514 unsigned int val; in pm8xxx_probe() local
/linux-6.14.4/drivers/pci/
Dxen-pcifront.c176 int where, int size, u32 *val) in pcifront_bus_read()
213 int where, int size, u32 val) in pcifront_bus_write()
409 struct pci_bus *b) in pcifront_scan_bus()
440 struct pci_bus *b; in pcifront_scan_root() local
519 struct pci_bus *b; in pcifront_rescan_root() local
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c22 #define clamp(val, lo, hi) min((typeof(val))max(val, lo), hi) argument
23 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
24 #define max(a, b) ((a) > (b) ? (a) : (b)) argument
241 __u32 x, b, shift; in cubic_root() local
Dtimer.c168 static int timer_cb2(void *map, int *key, struct hmap_elem *val) in timer_cb2()
230 struct hmap_elem *val; in bpf_timer_test() local
251 int BPF_PROG2(test2, int, a, int, b) in BPF_PROG2() argument
253 struct hmap_elem init = {}, *val; in BPF_PROG2() local
Dlocal_kptr_stash.c51 struct prog_test_ref_kfunc __kptr *val; member
78 static bool less(struct bpf_rb_node *a, const struct bpf_rb_node *b) in less()
89 static int create_and_stash(int idx, int val) in create_and_stash()
/linux-6.14.4/arch/s390/boot/
Dprintk.c55 static char *as_hex(char *dst, unsigned long val, int pad) in as_hex()
65 static char *as_dec(char *buf, unsigned long val, bool is_signed) in as_dec()
126 char *b = _decompressor_syms_end; in findsym() local
/linux-6.14.4/drivers/gpu/drm/i915/display/
Dintel_cdclk.c573 u32 val; in vlv_get_cdclk() local
640 u32 val, cmd = cdclk_config->voltage_level; in vlv_set_cdclk() local
730 u32 val, cmd = cdclk_config->voltage_level; in chv_set_cdclk() local
936 u32 val; in skl_dpll0_update() local
1666 u32 val, ratio; in bxt_de_pll_readout() local
1810 u32 val; in icl_cdclk_pll_enable() local
1828 u32 val; in adlp_cdclk_pll_crawl() local
2076 u32 val; in bxt_cdclk_ctl() local
2348 const struct intel_cdclk_config *b) in intel_cdclk_can_crawl_and_squash()
2370 const struct intel_cdclk_config *b) in intel_cdclk_can_crawl()
[all …]
Dintel_cx0_phy.c157 int command, int lane, u32 *val) in intel_cx0_wait_for_ack()
211 u32 val; in __intel_cx0_read_once() local
283 u32 val; in __intel_cx0_write_once() local
383 u16 val; in intel_c20_sram_read() local
400 u8 old, val; in __intel_cx0_rmw() local
2730 u32 val = 0; in intel_program_port_clock_ctl() local
2762 u32 val = 0; in intel_cx0_get_powerdown_update() local
2773 u32 val = 0; in intel_cx0_get_powerdown_state() local
2836 u32 val = 0; in intel_cx0_get_pclk_refclk_request() local
2847 u32 val = 0; in intel_cx0_get_pclk_refclk_ack() local
[all …]
/linux-6.14.4/drivers/gpu/drm/arm/
Dmalidp_crtc.c125 #define DE_COEFTAB_DATA(a, b) ((((a) & 0xfff) << 16) | (((b) & 0xfff))) argument
134 u32 a, b, delta_in, out_start, out_end; in malidp_generate_gamma_table() local
229 s64 val = ctm->matrix[i]; in malidp_crtc_atomic_check_ctm() local
/linux-6.14.4/drivers/base/regmap/
Dregcache.c29 unsigned int reg, val; in regcache_hw_init() local
289 unsigned int val) in regcache_reg_needs_sync()
313 unsigned int val; in regcache_default_sync() local
606 unsigned int val; in regcache_reg_cached() local
620 unsigned int val) in regcache_set_val()
687 static int regcache_default_cmp(const void *a, const void *b) in regcache_default_cmp()
720 int regcache_sync_val(struct regmap *map, unsigned int reg, unsigned int val) in regcache_sync_val()
749 unsigned int i, regtmp, val; in regcache_sync_block_single() local
801 unsigned int i, val; in regcache_sync_block_raw() local
/linux-6.14.4/drivers/media/tuners/
Dmt2266.c48 static int mt2266_readreg(struct mt2266_priv *priv, u8 reg, u8 *val) in mt2266_readreg()
62 static int mt2266_writereg(struct mt2266_priv *priv, u8 reg, u8 val) in mt2266_writereg()
124 u8 b[10]; in mt2266_set_params() local
/linux-6.14.4/drivers/mtd/maps/
Dnettel.c143 static int nettel_reboot_notifier(struct notifier_block *nb, unsigned long val, void *v) in nettel_reboot_notifier()
146 unsigned long b; in nettel_reboot_notifier() local
/linux-6.14.4/drivers/leds/
Dleds-tca6507.c258 static void set_select(struct tca6507_chip *tca, int led, int val) in set_select()
366 struct bank *b = tca->bank + led->bank; in led_release() local
383 struct bank *b; in led_prepare() local
592 unsigned offset, int val) in tca6507_gpio_set_value()
610 unsigned offset, int val) in tca6507_gpio_direction_output()
/linux-6.14.4/drivers/gpu/drm/imagination/
Dpvr_device.h47 u16 b, v, n, c; member
458 #define PVR_PACKED_BVNC(b, v, n, c) \ argument
516 #define PVR_CR_FIELD_GET(val, field) FIELD_GET(~ROGUE_CR_##field##_CLRMSK, val) argument
551 pvr_cr_write32(struct pvr_device *pvr_dev, u32 reg, u32 val) in pvr_cr_write32()
563 pvr_cr_write64(struct pvr_device *pvr_dev, u32 reg, u64 val) in pvr_cr_write64()
/linux-6.14.4/drivers/video/fbdev/
Dpm3fb.c45 #define DPRINTK(a, b...) \ argument
48 #define DPRINTK(a, b...) no_printk(a, ##b) argument
122 unsigned char r, unsigned char g, unsigned char b) in pm3fb_set_color()
136 unsigned char r, unsigned char g, unsigned char b) in pm3fb_clear_colormap()
1106 #define CNVT_TOHW(val, width) ((((val) << (width)) + 0x7FFF - (val)) >> 16) in pm3fb_setcolreg() argument
/linux-6.14.4/arch/arm64/kernel/
Dfpsimd.c173 static inline void set_default_vl(enum vec_type type, int val) in set_default_vl()
178 static inline void set_sve_default_vl(int val) in set_sve_default_vl()
199 static void set_sme_default_vl(int val) in set_sme_default_vl()
617 u64 b = swab64(x >> 64); in arm64_cpu_to_le128() local
1072 unsigned long b; in vec_verify_vq_map() local
1157 unsigned long b; in sve_setup() local
/linux-6.14.4/drivers/pcmcia/
Di82365.c223 u_char val; in i365_get() local
237 u_char val = I365_REG(socket[sock].psock, reg); in i365_set() local
257 static void i365_bflip(u_short sock, u_short reg, u_char mask, int b) in i365_bflip()
269 u_short a, b; in i365_get_pair() local
292 #define flip(v,b,f) (v = ((f)<0) ? v : ((f) ? ((v)|(b)) : ((v)&(~b)))) argument
574 u_char val; in identify() local
/linux-6.14.4/scripts/dtc/
Ddtc.h91 #define streq(a, b) (strcmp((a), (b)) == 0) argument
93 #define strprefixeq(a, n, b) (strlen(b) == (n) && (memcmp(a, b, n) == 0)) argument
136 char *val; member
209 struct data val; member
/linux-6.14.4/drivers/media/dvb-frontends/
Ddib3000mc.c60 u8 *b; in dib3000mc_read_word() local
83 static int dib3000mc_write_word(struct dib3000mc_state *state, u16 reg, u16 val) in dib3000mc_write_word()
89 u8 *b; in dib3000mc_write_word() local
808 u16 val = dib3000mc_read_word(state, 392); in dib3000mc_read_signal_strength() local
/linux-6.14.4/fs/bcachefs/
Dbtree_types.h336 struct btree *b; member
417 static inline struct bpos btree_node_pos(struct btree_bkey_cached_common *b) in btree_node_pos()
636 static inline struct btree_write *btree_prev_write(struct btree *b) in btree_prev_write()
641 static inline struct bset_tree *bset_tree_last(struct btree *b) in bset_tree_last()
648 __btree_node_offset_to_ptr(const struct btree *b, u16 offset) in __btree_node_offset_to_ptr()
654 __btree_node_ptr_to_offset(const struct btree *b, const void *p) in __btree_node_ptr_to_offset()
662 static inline struct bset *bset(const struct btree *b, in bset()
668 static inline void set_btree_bset_end(struct btree *b, struct bset_tree *t) in set_btree_bset_end()
674 static inline void set_btree_bset(struct btree *b, struct bset_tree *t, in set_btree_bset()
681 static inline struct bset *btree_bset_first(struct btree *b) in btree_bset_first()
[all …]
/linux-6.14.4/sound/firewire/motu/
Dmotu-command-dsp-message-parser.c103 u8 *b = (u8 *)buffer; in snd_motu_command_dsp_message_parser_parse() local
152 u32 val = (u32)(parser->value >> 32); in snd_motu_command_dsp_message_parser_parse() local
/linux-6.14.4/drivers/ata/pata_parport/
Dfrpw.c47 static void frpw_write_regr(struct pi_adapter *pi, int cont, int regr, int val) in frpw_write_regr()
191 int olddelay, a, b; in frpw_test_pnp() local
/linux-6.14.4/kernel/
Dsys.c83 # define SET_UNALIGN_CTL(a, b) (-EINVAL) argument
86 # define GET_UNALIGN_CTL(a, b) (-EINVAL) argument
89 # define SET_FPEMU_CTL(a, b) (-EINVAL) argument
92 # define GET_FPEMU_CTL(a, b) (-EINVAL) argument
95 # define SET_FPEXC_CTL(a, b) (-EINVAL) argument
98 # define GET_FPEXC_CTL(a, b) (-EINVAL) argument
101 # define GET_ENDIAN(a, b) (-EINVAL) argument
104 # define SET_ENDIAN(a, b) (-EINVAL) argument
116 # define SET_FP_MODE(a,b) (-EINVAL) argument
131 # define PAC_RESET_KEYS(a, b) (-EINVAL) argument
[all …]

12345678910>>...29