Home
last modified time | relevance | path

Searched full:diff (Results 476 – 500 of 600) sorted by relevance

1...<<11121314151617181920>>...24

/linux/sound/soc/renesas/rcar/
H A Dsrc.c226 /* Do nothing if no diff */ in rsnd_src_set_convert_rate()
/linux/scripts/
H A Dcheckpatch.pl1324 open($FILE, '-|', "diff -u /dev/null $filename") ||
1325 die "$P: $filename: diff failed - $!\n";
1564 # Drop the diff line leader and expand tabs
1595 # Always copy over the diff marker.
1823 # Strip the diff line prefixes and rip blank lines at start and end.
2768 # is the start of a diff block and this line starts
2818 $line =~ /^diff --git a\/[\w\/\.\_\-]+ b\/\S+\s*$/))) {
2849 # new versions of GNU diff omit the leading space on completely
2876 if ($line =~ /^diff --git.*?(\S+)$/) {
2958 # Check if the commit log has what seems like a diff which can confuse patch
[all …]
/linux/sound/soc/codecs/
H A Dwm8962.c2470 int best, min_diff, diff; in wm8962_configure_bclk() local
2556 diff = (dspclk / bclk_divs[i]) - wm8962->bclk; in wm8962_configure_bclk()
2557 if (diff < 0) /* Table is sorted */ in wm8962_configure_bclk()
2559 if (diff < min_diff) { in wm8962_configure_bclk()
2561 min_diff = diff; in wm8962_configure_bclk()
H A Darizona.c2651 * @diff: True to set the output to differential mode
2663 bool diff) in arizona_set_output_mode() argument
2672 if (diff) in arizona_set_output_mode()
/linux/drivers/iio/adc/
H A Dad7606.c342 ret = fwnode_property_read_u32_array(child, "diff-channels", in ad7606_get_chan_config()
355 "'bipolar' must be added for diff channel %d\n", in ad7606_get_chan_config()
/linux/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.c1414 static int sunxi_pinctrl_get_debounce_div(struct clk *clk, int freq, int *diff) in sunxi_pinctrl_get_debounce_div() argument
1432 *diff = best_diff; in sunxi_pinctrl_get_debounce_div()
/linux/Documentation/core-api/
H A Dassoc_array.rst148 4. Diff the index keys of two objects::
/linux/drivers/comedi/drivers/
H A Dpcl816.c18 * PCL 816 and 814B have 16 SE/DIFF ADCs, 16 DACs, 16 DI and 16 DO.
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c109 /* so we add gain diff by experiences, the val is 6 */ in _rtl92se_query_rxphystatus()
/linux/drivers/iio/frequency/
H A Dadmv1014.c117 static const char * const quad_se_mode_names[] = { "se-pos", "se-neg", "diff" };
/linux/drivers/usb/host/
H A Disp1362-hcd.c879 s16 diff = fno - (u16)urb->start_frame; in start_iso_transfers() local
883 if (diff > urb->number_of_packets) { in start_iso_transfers()
887 } else if (diff < -1) { in start_iso_transfers()
893 } else if (diff == -1) { in start_iso_transfers()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c1616 u32 i, j, diff, simularity_bitmap, bound; in _rtl88e_phy_simularity_compare() local
1630 diff = (result[c1][i] > result[c2][i]) ? in _rtl88e_phy_simularity_compare()
1634 if (diff > MAX_TOLERANCE) { in _rtl88e_phy_simularity_compare()
/linux/drivers/staging/rtl8723bs/hal/
H A DHalPhyRf_8723B.c1227 u32 i, j, diff, SimularityBitMap, bound = 0; in phy_SimularityCompare_8723B() local
1252 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in phy_SimularityCompare_8723B()
1254 if (diff > MAX_TOLERANCE) { in phy_SimularityCompare_8723B()
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-api.c725 * (analog / dtv). We only configure the diff through the analog encoder
740 /* Pick any analog standard to init the diff. in saa7164_api_initialize_dif()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h1077 u8 dummy5g[24]; /* max channel group (14) + power diff offset (10) */
1127 u8 dummy5g[24]; /* max channel group (14) + power diff offset (10) */
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru.dtsi439 dlg,mic-amp-in-sel = "diff";
/linux/drivers/iio/dac/
H A Dad5758.c433 * is different from the desired slew time and store the diff in ad5758_slew_rate_config()
/linux/drivers/clk/
H A Dclk-sp7021.c237 u32 df; /* diff freq */ in plltv_fractional_div()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c1933 u32 i, j, diff, simularity_bitmap, bound = 0; in _rtl8723be_phy_simularity_compare() local
1959 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in _rtl8723be_phy_simularity_compare()
1961 if (diff > MAX_TOLERANCE) { in _rtl8723be_phy_simularity_compare()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dphy.c382 u8 diff; in rtw_phy_dig_check_damping() local
389 diff = min_rssi > damping_rssi ? min_rssi - damping_rssi : in rtw_phy_dig_check_damping()
391 if (diff > 3 || dm_info->damping_cnt++ > 20) { in rtw_phy_dig_check_damping()
/linux/kernel/time/
H A Dtimer.c1038 long diff = timer->expires - expires; in __mod_timer() local
1040 if (!diff) in __mod_timer()
1042 if (options & MOD_TIMER_REDUCE && diff <= 0) in __mod_timer()
/linux/fs/nfs/
H A Dinode.c1911 s64 diff = fattr->change_attr - inode_peek_iversion_raw(inode); in nfs_inode_attrs_cmp_monotonic() local
1912 if (diff > 0) in nfs_inode_attrs_cmp_monotonic()
1914 return diff == 0 ? 0 : -1; in nfs_inode_attrs_cmp_monotonic()
/linux/kernel/sched/
H A Dfair.c2692 int diff; in update_task_scan_period() local
2732 diff = slot * period_slot; in update_task_scan_period()
2742 diff = slot * period_slot; in update_task_scan_period()
2750 diff = -(NUMA_PERIOD_THRESHOLD - ratio) * period_slot; in update_task_scan_period()
2753 p->numa_scan_period = clamp(p->numa_scan_period + diff, in update_task_scan_period()
2918 long diff, f_diff, f_weight; in task_numa_placement() local
2926 diff = p->numa_faults[membuf_idx] - p->numa_faults[mem_idx] / 2; in task_numa_placement()
2943 p->numa_faults[mem_idx] += diff; in task_numa_placement()
2946 p->total_numa_faults += diff; in task_numa_placement()
2955 ng->faults[mem_idx] += diff; in task_numa_placement()
[all …]
/linux/fs/xfs/
H A Dxfs_trace.h2277 xfs_extlen_t len, xfs_extlen_t diff, bool new),
2278 TP_ARGS(cur, bno, len, diff, new),
2284 __field(xfs_extlen_t, diff)
2292 __entry->diff = diff;
2295 TP_printk("dev %d:%d %sbt agbno 0x%x fsbcount 0x%x diff 0x%x new %d",
2298 __entry->bno, __entry->len, __entry->diff, __entry->new)
/linux/net/core/
H A Dskbuff.c308 * available, tries to replenish the cache and bulk-allocates the diff from
6470 __be16 diff[] = { ~hdr->h_proto, ethertype }; in skb_mod_eth_type() local
6472 skb->csum = csum_partial((char *)diff, sizeof(diff), skb->csum); in skb_mod_eth_type()
6601 __be32 diff[] = { ~mpls_hdr(skb)->label_stack_entry, mpls_lse }; in skb_mpls_update_lse() local
6603 skb->csum = csum_partial((char *)diff, sizeof(diff), skb->csum); in skb_mpls_update_lse()

1...<<11121314151617181920>>...24