/linux-6.12.1/drivers/misc/echo/ |
D | fir.h | 95 int offset1; in fir16() local 101 offset1 = fir->taps - offset2; in fir16() 103 for (i = fir->taps - 1; i >= offset1; i--) in fir16() 104 y += fir->coeffs[i] * fir->history[i - offset1]; in fir16() 137 int offset1; in fir32() local 142 offset1 = fir->taps - offset2; in fir32() 144 for (i = fir->taps - 1; i >= offset1; i--) in fir32() 145 y += fir->coeffs[i] * fir->history[i - offset1]; in fir32()
|
D | echo.c | 110 int offset1; in lms_adapt_bg() local 123 offset1 = ec->taps - offset2; in lms_adapt_bg() 125 for (i = ec->taps - 1; i >= offset1; i--) { in lms_adapt_bg() 126 exp = (ec->fir_state_bg.history[i - offset1] * factor); in lms_adapt_bg()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | sys_ppc32.c | 88 u32, offset1, u32, offset2, u32, count) in PPC32_SYSCALL_DEFINE5() argument 90 return ksys_readahead(fd, merge_64(offset1, offset2), count); in PPC32_SYSCALL_DEFINE5() 108 int, fd, u32, unused, u32, offset1, u32, offset2, in PPC32_SYSCALL_DEFINE6() argument 111 return ksys_fadvise64_64(fd, merge_64(offset1, offset2), len, in PPC32_SYSCALL_DEFINE6() 117 unsigned int, offset1, unsigned int, offset2, in PPC32_SYSCALL_DEFINE6() argument 120 loff_t offset = merge_64(offset1, offset2); in PPC32_SYSCALL_DEFINE6() 129 u32, offset1, u32, offset2, u32, len1, u32, len2) in SYSCALL_DEFINE6() argument 132 merge_64(offset1, offset2), in SYSCALL_DEFINE6()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | syscalls.h | 100 u32 offset1, u32 offset2, u32 count); 105 long sys_ppc32_fadvise64(int fd, u32 unused, u32 offset1, u32 offset2, 108 unsigned int offset1, 112 long sys_ppc_fallocate(int fd, int mode, u32 offset1, u32 offset2, 126 u32 offset1, u32 offset2, u32 count); 131 long compat_sys_ppc32_fadvise64(int fd, u32 unused, u32 offset1, u32 offset2, 134 unsigned int offset1,
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | adf_tl_debugfs.h | 70 * @offset1: offset of 1st register 76 size_t offset1; member 83 .offset1 = _offset \ 89 .offset1 = _offset1, \
|
D | adf_tl_debugfs.c | 123 sample_cnt = tl_collect_values_u32(telemetry, ctr->offset1, hist_vals); in tl_calc_count() 185 sample_cnt = tl_collect_values_u64(telemetry, ctr->offset1, hist_vals); in tl_lat_acc_avg() 229 sample_cnt = tl_collect_values_u32(telemetry, ctr->offset1, hist_vals); in tl_bw_hw_units_to_mbps() 303 slice_ctr.offset1 += offset_inc; in tl_print_sl_counter() 597 ctr.offset1 += rp_regs_sz * rp_regs_index; in tl_print_rp_data()
|
/linux-6.12.1/drivers/media/usb/pwc/ |
D | pwc-dec23.c | 147 unsigned int offset1 = ONE_HALF; in fill_table_dc00_d800() local 151 pdec->table_dc00[i] = offset1 & ~(ONE_HALF); in fill_table_dc00_d800() 154 offset1 += 0x7bc4; in fill_table_dc00_d800() 176 * unsigned char offset1; // offset to add to access in the table_0004 % 16 492 unsigned int channel_v, offset1, op; in decode_block() local 517 offset1 = 0; in decode_block() 546 /* offset1 += yyyy */ in decode_block() 548 offset1 += 1 + yyyy; in decode_block() 549 offset1 &= 0x0F; in decode_block() 550 nbits = ptable8004[offset1 * 2]; in decode_block() [all …]
|
/linux-6.12.1/drivers/rtc/ |
D | rtc-m48t86.c | 198 unsigned int offset1 = M48T86_NVRAM(M48T86_NVRAM_LEN - 1); in m48t86_verify_chip() local 202 tmp1 = m48t86_readb(&pdev->dev, offset1); in m48t86_verify_chip() 205 m48t86_writeb(&pdev->dev, 0x55, offset1); in m48t86_verify_chip() 206 if (m48t86_readb(&pdev->dev, offset1) == 0x55) { in m48t86_verify_chip() 207 m48t86_writeb(&pdev->dev, 0xaa, offset1); in m48t86_verify_chip() 208 if (m48t86_readb(&pdev->dev, offset1) == 0xaa && in m48t86_verify_chip() 211 m48t86_writeb(&pdev->dev, tmp1, offset1); in m48t86_verify_chip()
|
/linux-6.12.1/arch/sh/kernel/ |
D | sys_sh32.c | 51 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1, in sys_fadvise64_64_wrapper() argument 55 return ksys_fadvise64_64(fd, (u64)offset1 << 32 | offset0, in sys_fadvise64_64_wrapper() 58 return ksys_fadvise64_64(fd, (u64)offset0 << 32 | offset1, in sys_fadvise64_64_wrapper()
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 1823 unsigned *offset0, unsigned *offset1, in calc_vrfb_rotation_offset() argument 1865 *offset1 = 0; in calc_vrfb_rotation_offset() 1888 *offset1 = 0; in calc_vrfb_rotation_offset() 1910 unsigned *offset0, unsigned *offset1, in calc_dma_rotation_offset() argument 1948 *offset1 = 0; in calc_dma_rotation_offset() 1950 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset() 1952 *offset0 = *offset1; in calc_dma_rotation_offset() 1963 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset() 1965 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset() 1967 *offset0 = *offset1; in calc_dma_rotation_offset() [all …]
|
/linux-6.12.1/drivers/iio/adc/ |
D | qcom-spmi-rradc.c | 661 int64_t offset1, offset2; in rradc_read_offset() local 681 offset1 = -(fab_offset * RR_ADC_TEMP_FS_VOLTAGE_DEN * in rradc_read_offset() 683 offset1 += (int64_t)RR_ADC_TEMP_FS_VOLTAGE_NUM / 2ULL; in rradc_read_offset() 684 offset1 = div64_s64(offset1, in rradc_read_offset() 700 *val = (int)(offset1 - offset2 - 1); in rradc_read_offset() 703 offset1 = -RR_ADC_DIE_TEMP_OFFSET * in rradc_read_offset() 706 offset1 = div64_s64(offset1, RR_ADC_TEMP_FS_VOLTAGE_NUM); in rradc_read_offset() 719 *val = (int)(offset1 - offset2); in rradc_read_offset()
|
/linux-6.12.1/Documentation/devicetree/bindings/soundwire/ |
D | qcom,soundwire.yaml | 108 qcom,ports-offset1: 111 Payload transport window offset1 of each data port. 223 - qcom,ports-offset1 263 qcom,ports-offset1 = /bits/ 8 <0x00 0x00 0x0b 0x01 0x01>;
|
/linux-6.12.1/drivers/nvmem/ |
D | microchip-otpc.c | 109 * offset1 +------------+ <-- packet 1 111 * offset1 + 0x4 +------------+ 129 * where offset1, offset2, offsetN depends on the size of payload 0, payload 1, 136 * the range [offset1, offset2) the data registers are updated by controller
|
/linux-6.12.1/drivers/macintosh/ |
D | windfarm_pm81.c | 170 s16 offset1; member 185 s16 offset1; member 203 .offset1 = 0x0208, 215 .offset1 = 0x0000, 227 .offset1 = 0x0091, 297 wf_smu_sys_fans->offset1 = param->offset1; in wf_smu_create_sys_fans() 364 cputarget = ((((s64)cputarget) * (s64)st->scale1) >> 12) + st->offset1; in wf_smu_sys_fans_tick()
|
/linux-6.12.1/drivers/s390/crypto/ |
D | zcrypt_msgtype6.h | 38 unsigned int offset1; /* 0x00000058 (offset to CPRB) */ member 88 unsigned int offset1; /* offset to CPRB */ member 134 .offset1 = 0x00000058, in rng_type6cprb_msgx()
|
D | zcrypt_msgtype6.c | 197 .offset1 = 0x00000058, in icamex_msg_to_type6mex_msgx() 266 .offset1 = 0x00000058, in icacrt_msg_to_type6crt_msgx() 341 .offset1 = 0x00000058, in xcrb_msg_to_type6cprb_msgx() 402 msg->hdr.offset2 = msg->hdr.offset1 + rcblen; in xcrb_msg_to_type6cprb_msgx() 465 .offset1 = 0x00000058, in xcrb_msg_to_type6_ep11cprb_msgx() 636 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_xcrb() 680 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_ep11_xcrb() 885 len = t86r->fmt2.offset1 + t86r->fmt2.count1; in zcrypt_msgtype6_receive() 935 len = t86r->fmt2.offset1 + t86r->fmt2.count1; in zcrypt_msgtype6_receive_ep11()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v9_4_3_cleaner_shader.asm | 98 ds_write2_b64 v1, v[2:3], v[2:3] offset1:32 99 ds_write2_b64 v1, v[4:5], v[4:5] offset0:64 offset1:96
|
/linux-6.12.1/arch/sh/include/asm/ |
D | syscalls_32.h | 18 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1,
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt76x2/ |
D | mcu.h | 60 u8 offset1; member
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sdm845-wcd9340.dtsi | 65 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0c 0x6 0x12 0x0d 0x07 0x0a>;
|
/linux-6.12.1/Documentation/driver-api/ |
D | io-mapping.rst | 59 addr1 = io_mapping_map_local_wc(map1, offset1);
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
D | hw_common.c | 368 u32 rfpath, eeaddr, group, offset, offset1, offset2; in _rtl92d_readpowervalue_fromprom() local 420 offset1 = group / 3; in _rtl92d_readpowervalue_fromprom() 423 eeaddr += offset2 + offset1 * 21; in _rtl92d_readpowervalue_fromprom() 437 offset1 = group / 3; in _rtl92d_readpowervalue_fromprom() 439 offset = offset2 + offset1 * 21; in _rtl92d_readpowervalue_fromprom()
|
/linux-6.12.1/Documentation/devicetree/bindings/mtd/ |
D | qcom,nandc.yaml | 73 It's in the form of <offset1 size1 offset2 size2 offset3 ...>
|
/linux-6.12.1/tools/gpio/ |
D | gpio-hammer.c | 8 * gpio-hammer -n <device-name> -o <offset1> -o <offset2>
|
/linux-6.12.1/drivers/soundwire/ |
D | bus.h | 180 params->offset1 = off1; in sdw_fill_xport_params()
|