/Linux-v5.10/sound/usb/ |
D | mixer.c | 126 #define filter_error(cval, err) \ argument 127 ((cval)->head.mixer->ignore_ctl_error ? 0 : (err)) 140 struct usb_mixer_elem_info *cval) in check_mapped_dB() argument 143 cval->dBmin = p->dB->min; in check_mapped_dB() 144 cval->dBmax = p->dB->max; in check_mapped_dB() 145 cval->initialized = 1; in check_mapped_dB() 203 static int convert_signed_value(struct usb_mixer_elem_info *cval, int val) in convert_signed_value() argument 205 switch (cval->val_type) { in convert_signed_value() 233 static int convert_bytes_value(struct usb_mixer_elem_info *cval, int val) in convert_bytes_value() argument 235 switch (cval->val_type) { in convert_bytes_value() [all …]
|
D | mixer.h | 104 int snd_usb_mixer_set_ctl_value(struct usb_mixer_elem_info *cval, 126 int snd_usb_set_cur_mix_value(struct usb_mixer_elem_info *cval, int channel, 129 int snd_usb_get_cur_mix_value(struct usb_mixer_elem_info *cval,
|
D | mixer_quirks.c | 63 struct usb_mixer_elem_info *cval; in snd_create_std_mono_ctl_offset() local 66 cval = kzalloc(sizeof(*cval), GFP_KERNEL); in snd_create_std_mono_ctl_offset() 67 if (!cval) in snd_create_std_mono_ctl_offset() 70 snd_usb_mixer_elem_init_std(&cval->head, mixer, unitid); in snd_create_std_mono_ctl_offset() 71 cval->val_type = val_type; in snd_create_std_mono_ctl_offset() 72 cval->channels = 1; in snd_create_std_mono_ctl_offset() 73 cval->control = control; in snd_create_std_mono_ctl_offset() 74 cval->cmask = cmask; in snd_create_std_mono_ctl_offset() 75 cval->idx_off = idx_off; in snd_create_std_mono_ctl_offset() 79 cval->min = 0; in snd_create_std_mono_ctl_offset() [all …]
|
D | mixer_quirks.h | 14 struct usb_mixer_elem_info *cval, int unitid,
|
/Linux-v5.10/arch/arm/include/asm/ |
D | arch_timer.h | 89 u64 cval; in __arch_counter_get_cntpct() local 92 asm volatile("mrrc p15, 0, %Q0, %R0, c14" : "=r" (cval)); in __arch_counter_get_cntpct() 93 return cval; in __arch_counter_get_cntpct() 103 u64 cval; in __arch_counter_get_cntvct() local 106 asm volatile("mrrc p15, 1, %Q0, %R0, c14" : "=r" (cval)); in __arch_counter_get_cntvct() 107 return cval; in __arch_counter_get_cntvct()
|
/Linux-v5.10/arch/powerpc/platforms/embedded6xx/ |
D | ls_uart.c | 60 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure() local 66 out_8(avr_addr + UART_LCR, cval); /* initialise UART */ in avr_uart_configure() 70 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure() 72 out_8(avr_addr + UART_LCR, cval); /* Set character format */ in avr_uart_configure() 74 out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in avr_uart_configure() 77 out_8(avr_addr + UART_LCR, cval); /* reset DLAB */ in avr_uart_configure()
|
/Linux-v5.10/sound/pci/ice1712/ |
D | amp.c | 21 unsigned short cval; in wm_put() local 22 cval = (reg << 9) | val; in wm_put() 23 snd_vt1724_write_i2c(ice, WM_DEV, cval >> 8, cval & 0xff); in wm_put()
|
/Linux-v5.10/drivers/memory/tegra/ |
D | tegra210-emc-cc-r21021.c | 126 unsigned long cval = 0; in update_clock_tree_delay() local 155 cval = tegra210_emc_actual_osc_clocks(last->run_clocks); in update_clock_tree_delay() 156 cval *= 1000000; in update_clock_tree_delay() 157 cval /= last_timing_rate_mhz * 2 * temp[0][0]; in update_clock_tree_delay() 161 __INCREMENT_PTFV(C0D0U0, cval); in update_clock_tree_delay() 165 __WEIGHTED_UPDATE_PTFV(C0D0U0, cval); in update_clock_tree_delay() 180 cval = tegra210_emc_actual_osc_clocks(last->run_clocks); in update_clock_tree_delay() 181 cval *= 1000000; in update_clock_tree_delay() 182 cval /= last_timing_rate_mhz * 2 * temp[0][1]; in update_clock_tree_delay() 186 __INCREMENT_PTFV(C0D0U1, cval); in update_clock_tree_delay() [all …]
|
/Linux-v5.10/drivers/accessibility/speakup/ |
D | serialio.c | 51 unsigned int cval = 0; in spk_serial_init() local 64 cval = cflag & (CSIZE | CSTOPB); in spk_serial_init() 66 cval >>= 8; in spk_serial_init() 68 cval >>= 4; in spk_serial_init() 71 cval |= UART_LCR_PARITY; in spk_serial_init() 73 cval |= UART_LCR_EPAR; in spk_serial_init() 89 outb(cval | UART_LCR_DLAB, ser->port + UART_LCR); /* set DLAB */ in spk_serial_init() 92 outb(cval, ser->port + UART_LCR); /* reset DLAB */ in spk_serial_init()
|
/Linux-v5.10/drivers/video/fbdev/ |
D | atafb_iplan2p2.c | 197 u32 cval[4]; in atafb_iplan2p2_fillrect() local 203 expand8_col2mask(color, cval); in atafb_iplan2p2_fillrect() 206 fill8_col(dest8, cval); in atafb_iplan2p2_fillrect() 213 expand16_col2mask(color, cval); in atafb_iplan2p2_fillrect() 219 d = fill16_col(d, rows, cval); in atafb_iplan2p2_fillrect() 229 expand8_col2mask(color, cval); in atafb_iplan2p2_fillrect() 232 fill8_col(dest8, cval); in atafb_iplan2p2_fillrect()
|
D | atafb_iplan2p4.c | 211 u32 cval[4]; in atafb_iplan2p4_fillrect() local 217 expand8_col2mask(color, cval); in atafb_iplan2p4_fillrect() 220 fill8_col(dest8, cval); in atafb_iplan2p4_fillrect() 227 expand16_col2mask(color, cval); in atafb_iplan2p4_fillrect() 233 d = fill16_col(d, rows, cval); in atafb_iplan2p4_fillrect() 243 expand8_col2mask(color, cval); in atafb_iplan2p4_fillrect() 246 fill8_col(dest8, cval); in atafb_iplan2p4_fillrect()
|
D | atafb_iplan2p8.c | 246 u32 cval[4]; in atafb_iplan2p8_fillrect() local 252 expand8_col2mask(color, cval); in atafb_iplan2p8_fillrect() 255 fill8_col(dest8, cval); in atafb_iplan2p8_fillrect() 262 expand16_col2mask(color, cval); in atafb_iplan2p8_fillrect() 268 d = fill16_col(d, rows, cval); in atafb_iplan2p8_fillrect() 278 expand8_col2mask(color, cval); in atafb_iplan2p8_fillrect() 281 fill8_col(dest8, cval); in atafb_iplan2p8_fillrect()
|
/Linux-v5.10/arch/arm64/kvm/ |
D | trace_arm.h | 299 __field( unsigned long long, cval ) 305 __entry->cval = timer_get_cval(ctx); 311 __entry->cval, 321 __field( unsigned long long, cval ) 327 __entry->cval = timer_get_cval(ctx); 333 __entry->cval,
|
D | arch_timer.c | 112 static void timer_set_cval(struct arch_timer_context *ctxt, u64 cval) in timer_set_cval() argument 118 __vcpu_sys_reg(vcpu, CNTV_CVAL_EL0) = cval; in timer_set_cval() 121 __vcpu_sys_reg(vcpu, CNTP_CVAL_EL0) = cval; in timer_set_cval() 212 u64 cval, now; in kvm_timer_compute_delta() local 214 cval = timer_get_cval(timer_ctx); in kvm_timer_compute_delta() 217 if (now < cval) { in kvm_timer_compute_delta() 221 cval - now, in kvm_timer_compute_delta() 315 u64 cval, now; in kvm_timer_should_fire() local 346 cval = timer_get_cval(timer_ctx); in kvm_timer_should_fire() 349 return cval <= now; in kvm_timer_should_fire()
|
/Linux-v5.10/drivers/tty/serial/ |
D | xilinx_uartps.c | 693 u32 cval = 0; in cdns_uart_set_termios() local 764 cval |= CDNS_UART_MR_CHARLEN_6_BIT; in cdns_uart_set_termios() 767 cval |= CDNS_UART_MR_CHARLEN_7_BIT; in cdns_uart_set_termios() 771 cval |= CDNS_UART_MR_CHARLEN_8_BIT; in cdns_uart_set_termios() 779 cval |= CDNS_UART_MR_STOPMODE_2_BIT; /* 2 STOP bits */ in cdns_uart_set_termios() 781 cval |= CDNS_UART_MR_STOPMODE_1_BIT; /* 1 STOP bit */ in cdns_uart_set_termios() 787 cval |= CDNS_UART_MR_PARITY_MARK; in cdns_uart_set_termios() 789 cval |= CDNS_UART_MR_PARITY_SPACE; in cdns_uart_set_termios() 792 cval |= CDNS_UART_MR_PARITY_ODD; in cdns_uart_set_termios() 794 cval |= CDNS_UART_MR_PARITY_EVEN; in cdns_uart_set_termios() [all …]
|
D | pxa.c | 428 unsigned char cval, fcr = 0; in serial_pxa_set_termios() local 435 cval = UART_LCR_WLEN5; in serial_pxa_set_termios() 438 cval = UART_LCR_WLEN6; in serial_pxa_set_termios() 441 cval = UART_LCR_WLEN7; in serial_pxa_set_termios() 445 cval = UART_LCR_WLEN8; in serial_pxa_set_termios() 450 cval |= UART_LCR_STOP; in serial_pxa_set_termios() 452 cval |= UART_LCR_PARITY; in serial_pxa_set_termios() 454 cval |= UART_LCR_EPAR; in serial_pxa_set_termios() 528 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_pxa_set_termios() 539 serial_out(up, UART_LCR, cval); /* reset DLAB */ in serial_pxa_set_termios() [all …]
|
D | serial_txx9.c | 625 unsigned int cval, fcr = 0; in serial_txx9_set_termios() local 635 cval = sio_in(up, TXX9_SILCR); in serial_txx9_set_termios() 637 cval &= ~TXX9_SILCR_UMODE_MASK; in serial_txx9_set_termios() 640 cval |= TXX9_SILCR_UMODE_7BIT; in serial_txx9_set_termios() 646 cval |= TXX9_SILCR_UMODE_8BIT; in serial_txx9_set_termios() 650 cval &= ~TXX9_SILCR_USBL_MASK; in serial_txx9_set_termios() 652 cval |= TXX9_SILCR_USBL_2BIT; in serial_txx9_set_termios() 654 cval |= TXX9_SILCR_USBL_1BIT; in serial_txx9_set_termios() 655 cval &= ~(TXX9_SILCR_UPEN | TXX9_SILCR_UEPS); in serial_txx9_set_termios() 657 cval |= TXX9_SILCR_UPEN; in serial_txx9_set_termios() [all …]
|
D | sunsu.c | 779 unsigned char cval, fcr = 0; in sunsu_change_speed() local 784 cval = 0x00; in sunsu_change_speed() 787 cval = 0x01; in sunsu_change_speed() 790 cval = 0x02; in sunsu_change_speed() 794 cval = 0x03; in sunsu_change_speed() 799 cval |= 0x04; in sunsu_change_speed() 801 cval |= UART_LCR_PARITY; in sunsu_change_speed() 803 cval |= UART_LCR_EPAR; in sunsu_change_speed() 806 cval |= UART_LCR_SPAR; in sunsu_change_speed() 883 serial_outp(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */ in sunsu_change_speed() [all …]
|
/Linux-v5.10/tools/testing/selftests/bpf/progs/ |
D | test_l4lb.c | 334 struct ctl_value *cval; in process_packet() local 429 cval = bpf_map_lookup_elem(&ctl_array, &v6_intf_pos); in process_packet() 430 if (!cval) in process_packet() 432 ifindex = cval->ifindex; in process_packet() 436 cval = bpf_map_lookup_elem(&ctl_array, &v4_intf_pos); in process_packet() 437 if (!cval) in process_packet() 439 ifindex = cval->ifindex; in process_packet()
|
D | test_l4lb_noinline.c | 331 struct ctl_value *cval; in process_packet() local 426 cval = bpf_map_lookup_elem(&ctl_array, &v6_intf_pos); in process_packet() 427 if (!cval) in process_packet() 429 ifindex = cval->ifindex; in process_packet() 433 cval = bpf_map_lookup_elem(&ctl_array, &v4_intf_pos); in process_packet() 434 if (!cval) in process_packet() 436 ifindex = cval->ifindex; in process_packet()
|
D | test_xdp_noinline.c | 278 bool encap_v6(struct xdp_md *xdp, struct ctl_value *cval, in encap_v6() argument 299 memcpy(new_eth->eth_dest, cval->mac, 6); in encap_v6() 321 bool encap_v4(struct xdp_md *xdp, struct ctl_value *cval, in encap_v4() argument 347 memcpy(new_eth->eth_dest, cval->mac, 6); in encap_v4() 705 struct ctl_value *cval; in process_packet() local 775 cval = bpf_map_lookup_elem(&ctl_array, &mac_addr_pos); in process_packet() 776 if (!cval) in process_packet() 779 if (!encap_v6(xdp, cval, &pckt, dst, pkt_bytes)) in process_packet() 782 if (!encap_v4(xdp, cval, &pckt, dst, pkt_bytes)) in process_packet()
|
/Linux-v5.10/drivers/mmc/core/ |
D | sdio_uart.c | 250 unsigned char cval, fcr = 0; in sdio_uart_change_speed() local 255 cval = UART_LCR_WLEN5; in sdio_uart_change_speed() 258 cval = UART_LCR_WLEN6; in sdio_uart_change_speed() 261 cval = UART_LCR_WLEN7; in sdio_uart_change_speed() 265 cval = UART_LCR_WLEN8; in sdio_uart_change_speed() 270 cval |= UART_LCR_STOP; in sdio_uart_change_speed() 272 cval |= UART_LCR_PARITY; in sdio_uart_change_speed() 274 cval |= UART_LCR_EPAR; in sdio_uart_change_speed() 335 port->lcr = cval; in sdio_uart_change_speed() 338 sdio_out(port, UART_LCR, cval | UART_LCR_DLAB); in sdio_uart_change_speed() [all …]
|
/Linux-v5.10/sound/synth/emux/ |
D | emux_nrpn.c | 43 int i, cval; in send_converted_effect() local 46 cval = table[i].convert(val); in send_converted_effect() 48 cval, mode); in send_converted_effect()
|
/Linux-v5.10/fs/nls/ |
D | nls_base.c | 30 int cval; member 66 if ((c0 & t->cmask) == t->cval) { in utf8_to_utf32() 104 *s = (u8) (t->cval | (l >> c)); in utf32_to_utf8()
|
/Linux-v5.10/drivers/tty/serial/8250/ |
D | 8250_omap.c | 352 unsigned char cval = 0; in omap_8250_set_termios() local 357 cval = UART_LCR_WLEN5; in omap_8250_set_termios() 360 cval = UART_LCR_WLEN6; in omap_8250_set_termios() 363 cval = UART_LCR_WLEN7; in omap_8250_set_termios() 367 cval = UART_LCR_WLEN8; in omap_8250_set_termios() 372 cval |= UART_LCR_STOP; in omap_8250_set_termios() 374 cval |= UART_LCR_PARITY; in omap_8250_set_termios() 376 cval |= UART_LCR_EPAR; in omap_8250_set_termios() 378 cval |= UART_LCR_SPAR; in omap_8250_set_termios() 435 up->lcr = cval; in omap_8250_set_termios()
|