Home
last modified time | relevance | path

Searched refs:t (Results 1926 – 1950 of 8709) sorted by relevance

1...<<71727374757677787980>>...349

/openbmc/linux/drivers/iio/imu/
H A Dadis16480.c331 unsigned int t, sample_rate = st->clk_freq; in adis16480_set_freq() local
337 t = val * 1000 + val2 / 1000; in adis16480_set_freq()
338 if (t == 0) in adis16480_set_freq()
355 unsigned long scaled_rate = lcm(st->clk_freq, t); in adis16480_set_freq()
389 t = DIV_ROUND_CLOSEST(sample_rate, t); in adis16480_set_freq()
390 if (t) in adis16480_set_freq()
391 t--; in adis16480_set_freq()
393 if (t > st->chip_info->max_dec_rate) in adis16480_set_freq()
394 t = st->chip_info->max_dec_rate; in adis16480_set_freq()
405 uint16_t t; in adis16480_get_freq() local
[all …]
/openbmc/linux/Documentation/process/
H A Dhandling-regressions.rst7 *We don't cause regressions* -- this document describes what this "first rule of
191 dangerous way to fix a regression. Don't worry about mainlining a fixed
443 #regzbot invalid: wasn't a regression, problem has always existed
474 - we don't cause regressions
506 Behavioral changes happen, and maybe we don't even support some
570 doesn't make for too much trouble for users (ie "ok, there are a
604 X, now I can't".
647 maybe it worked because the user didn't notice - again, it doesn't
661 don't break users". Because "I fixed a bug" is absolutely NOT AN
706 simply doesn't matter.
[all …]
/openbmc/linux/drivers/soc/apple/
H A Drtkit.c649 long t; in apple_rtkit_send_message_wait() local
665 t = wait_for_completion_interruptible_timeout( in apple_rtkit_send_message_wait()
667 if (t < 0) in apple_rtkit_send_message_wait()
668 return t; in apple_rtkit_send_message_wait()
669 else if (t == 0) in apple_rtkit_send_message_wait()
770 long t; in apple_rtkit_wait_for_completion() local
772 t = wait_for_completion_interruptible_timeout(c, in apple_rtkit_wait_for_completion()
774 if (t < 0) in apple_rtkit_wait_for_completion()
775 return t; in apple_rtkit_wait_for_completion()
776 else if (t == 0) in apple_rtkit_wait_for_completion()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c167 dest.ft = arfs->arfs_tables[i].ft.t; in mlx5e_arfs_enable()
196 if (!IS_ERR_OR_NULL(arfs->arfs_tables[i].ft.t)) in _mlx5e_cleanup_tables()
235 arfs_t->default_rule = mlx5_add_flow_rules(arfs_t->ft.t, NULL, in arfs_add_default_rule()
319 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in arfs_create_groups()
328 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in arfs_create_groups()
363 ft->t = mlx5_create_flow_table(ns, &ft_attr); in arfs_create_table()
364 if (IS_ERR(ft->t)) { in arfs_create_table()
365 err = PTR_ERR(ft->t); in arfs_create_table()
366 ft->t = NULL; in arfs_create_table()
544 ft = arfs_table->ft.t; in arfs_add_rule()
/openbmc/linux/sound/hda/
H A Dhdmi_chmap.c419 struct channel_map_table *t = map_tables; in snd_hdac_chmap_to_spk_mask() local
421 for (; t->map; t++) { in snd_hdac_chmap_to_spk_mask()
422 if (t->map == c) in snd_hdac_chmap_to_spk_mask()
423 return t->spk_mask; in snd_hdac_chmap_to_spk_mask()
454 struct channel_map_table *t = map_tables; in snd_hdac_spk_to_chmap() local
456 for (; t->map; t++) { in snd_hdac_spk_to_chmap()
457 if (t->spk_mask == spk) in snd_hdac_spk_to_chmap()
458 return t->map; in snd_hdac_spk_to_chmap()
/openbmc/linux/drivers/input/joystick/
H A Dgrip_mp.c588 int j, t; in register_slot() local
609 for (j = 0; (t = grip_abs[port->mode][j]) >= 0; j++) in register_slot()
610 input_set_abs_params(input_dev, t, -1, 1, 0, 0); in register_slot()
612 for (j = 0; (t = grip_btn[port->mode][j]) >= 0; j++) in register_slot()
613 if (t > 0) in register_slot()
614 set_bit(t, input_dev->keybit); in register_slot()
/openbmc/linux/drivers/watchdog/
H A Dpcwd_usb.c310 static int usb_pcwd_set_heartbeat(struct usb_pcwd_private *usb_pcwd, int t) in usb_pcwd_set_heartbeat() argument
312 unsigned char msb = t / 256; in usb_pcwd_set_heartbeat()
313 unsigned char lsb = t % 256; in usb_pcwd_set_heartbeat()
315 if ((t < 0x0001) || (t > 0xFFFF)) in usb_pcwd_set_heartbeat()
321 heartbeat = t; in usb_pcwd_set_heartbeat()
/openbmc/linux/drivers/usb/phy/
H A DKconfig26 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't be 'y'
42 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, NOP can't be built-in
46 built-in with usb ip or which are autonomous and doesn't require any
78 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't be 'y'
103 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't be 'y'
132 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't be 'y'
/openbmc/linux/Documentation/arch/arm/omap/
H A Domap_pm.rst24 DaVinci) to add these constraints in a way which won't affect non-OMAP
36 (*pdata->set_max_mpu_wakeup_lat)(struct device *dev, unsigned long t)
40 (*pdata->set_max_dev_wakeup_lat)(struct device *dev, unsigned long t)
44 (*pdata->set_max_sdma_lat)(struct device *dev, long t)
82 (*pdata->set_max_dev_wakeup_lat)(dev, t);
104 function with a t argument of -1 (except in the case of
/openbmc/linux/drivers/net/dsa/realtek/
H A Drealtek-smi.c173 u32 t; in realtek_smi_read_byte0() local
176 realtek_smi_read_bits(priv, 8, &t); in realtek_smi_read_byte0()
177 *data = (t & 0xff); in realtek_smi_read_byte0()
187 u32 t; in realtek_smi_read_byte1() local
190 realtek_smi_read_bits(priv, 8, &t); in realtek_smi_read_byte1()
191 *data = (t & 0xff); in realtek_smi_read_byte1()
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-unit-test-docker398 for t in pkg_threads:
399 t.start()
403 for t in pkg_threads:
404 t.join()
406 if t.exception:
408 raise t.exception
/openbmc/qemu/hw/audio/
H A Dfmopl.c604 int s,t; in OPLOpenTable() local
632 for (t = 0;t < EG_ENT-1 ;t++){ in OPLOpenTable()
633 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
634 TL_TABLE[ t] = (int)rate; in OPLOpenTable()
635 TL_TABLE[TL_MAX+t] = -TL_TABLE[t]; in OPLOpenTable()
639 for ( t = EG_ENT-1; t < TL_MAX ;t++){ in OPLOpenTable()
640 TL_TABLE[t] = TL_TABLE[TL_MAX+t] = 0; in OPLOpenTable()
/openbmc/linux/drivers/net/hamradio/
H A Dscc.c189 static void t_dwait(struct timer_list *t);
190 static void t_txdelay(struct timer_list *t);
191 static void t_tail(struct timer_list *t);
194 static void t_idle(struct timer_list *t);
999 void (*handler)(struct timer_list *t), in __scc_start_tx_timer() argument
1128 static void t_dwait(struct timer_list *t) in t_dwait() argument
1170 static void t_txdelay(struct timer_list *t) in t_txdelay() argument
1191 static void t_tail(struct timer_list *t) in t_tail() argument
1218 static void t_busy(struct timer_list *t) in t_busy() argument
1237 static void t_maxkeyup(struct timer_list *t) in t_maxkeyup() argument
[all …]
/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/
H A DTODO7 space that the VPU reserved and Linux otherwise doesn't have access
14 padding in the V4L2 spec, but that padding doesn't match what the
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/files/
H A D0001-kexecboot-Use-new-reboot-API-with-klibc.patch28 log_msg(lg, "Can't initiate reboot: %s", ERRMSG);
37 log_msg(lg, "Can't initiate shutdown: %s", ERRMSG);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rsnapshot/rsnapshot/
H A Dconfigure-fix-cmd_rsync.patch6 Don't break configure if rsync is not installed on host.
34 dnl bail out if we can't find it
/openbmc/u-boot/drivers/timer/
H A Datcpit100_timer.c36 #define CH_TMR_EN(c , t) ((1<<t)<<(4*c)) argument
/openbmc/qemu/scripts/simplebench/
H A Dsimplebench.py68 t = time.time()
76 if time.time() - t > slow_limit:
/openbmc/openbmc/poky/meta/recipes-support/itstool/itstool/
H A D0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch4 Subject: [PATCH] Native: Don't use build time hardcoded python binary path.
11 don't support it [2]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-filter-buffertext-perl_1.01.bb4 cause of grief (and programmer error) is that XML parsers aren't required \
6 to, and most don't. This filter does the trivial but oft-repeated task \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibdev-checklib-perl_1.16.bb12 file://0001-CheckLib.pm-don-t-execute-the-binary.patch \
22 # since old version env doesn't support multiple arguments, replace option
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/doxygen/doxygen/
H A D0001-build-don-t-look-for-Iconv.patch4 Subject: [PATCH] build: don't look for Iconv
8 C library. We don't need this check in meta-openembedded.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-systemd/
H A D0001-Provide-implementation-of-strndupa-for-musl.patch2 From: Tim Orling <timothy.t.orling@linux.intel.com>
11 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0002-rpmio-rpmglob.c-avoid-using-GLOB_BRACE-if-undefined-.patch26 +/* Don't fail if the standard C library
27 ++ * doesn't provide brace expansion */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0010-net-snmp-Reproducibility-Don-t-check-build-host-for.patch4 Subject: [PATCH] net-snmp: Reproducibility: Don't check build host for
6 Reproducible build: Don't check for /etc/printcap on the build machine when

1...<<71727374757677787980>>...349