Home
last modified time | relevance | path

Searched refs:t (Results 6851 – 6875 of 8710) sorted by relevance

1...<<271272273274275276277278279280>>...349

/openbmc/linux/drivers/pci/
H A Dxen-pcifront.c554 struct pci_bus_entry *bus_entry, *t; in pcifront_free_roots() local
559 list_for_each_entry_safe(bus_entry, t, &pdev->root_buses, list) { in pcifront_free_roots()
/openbmc/linux/drivers/tty/
H A Dmips_ejtag_fdc.c684 static void mips_ejtag_fdc_tty_timer(struct timer_list *t) in mips_ejtag_fdc_tty_timer() argument
686 struct mips_ejtag_fdc_tty *priv = from_timer(priv, t, poll_timer); in mips_ejtag_fdc_tty_timer()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-oneplus-common.dtsi147 * don't know how this is actually wired up...
748 * We don't have the capability to switch modes yet.
/openbmc/linux/drivers/iio/adc/
H A Dad7280a.c229 struct spi_transfer t = { in __ad7280_read32() local
237 ret = spi_sync_transfer(st->spi, &t, 1); in __ad7280_read32()
/openbmc/linux/drivers/input/joystick/
H A Dgamecon.c727 static void gc_timer(struct timer_list *t) in gc_timer() argument
729 struct gc *gc = from_timer(gc, t, timer); in gc_timer()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-evk.dts197 eee-broken-1000t;
286 eee-broken-1000t;
/openbmc/linux/drivers/net/usb/
H A Drtl8150.c580 static void rx_fixup(struct tasklet_struct *t) in rx_fixup() argument
582 struct rtl8150 *dev = from_tasklet(dev, t, tl); in rx_fixup()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dce.c909 void ath11k_ce_rx_replenish_retry(struct timer_list *t) in ath11k_ce_rx_replenish_retry() argument
911 struct ath11k_base *ab = from_timer(ab, t, rx_replenish_retry); in ath11k_ce_rx_replenish_retry()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c14 static void ionic_watchdog_cb(struct timer_list *t) in ionic_watchdog_cb() argument
16 struct ionic *ionic = from_timer(ionic, t, watchdog_timer); in ionic_watchdog_cb()
/openbmc/qemu/qapi/
H A Dmisc.json233 # * Commands that prompt the user for data don't currently work.
523 # - if the given @option doesn't exist
/openbmc/linux/kernel/
H A Dkthread.c1047 void kthread_delayed_work_timer_fn(struct timer_list *t) in kthread_delayed_work_timer_fn() argument
1049 struct kthread_delayed_work *dwork = from_timer(dwork, t, timer); in kthread_delayed_work_timer_fn()
/openbmc/qemu/docs/system/ppc/
H A Dpseries.rst208 to start pSeries guests. As the pSeries guest doesn't have access to the
209 hypervisor mode of the Power CPU, it wasn't possible to run KVM-HV on a guest.
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_req.c99 void rnr_nak_timer(struct timer_list *t) in rnr_nak_timer() argument
101 struct rxe_qp *qp = from_timer(qp, t, rnr_nak_timer); in rnr_nak_timer()
/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/templates/default/
H A Dlocal.conf.sample7 # but new users likely won't need any of them initially.
244 # this doesn't mean anything to you.
/openbmc/linux/drivers/net/can/spi/
H A Dhi311x.c203 struct spi_transfer t = { in hi3110_spi_trans() local
213 spi_message_add_tail(&t, &m); in hi3110_spi_trans()
/openbmc/linux/drivers/hid/
H A Dhid-magicmouse.c803 static void magicmouse_battery_timer_tick(struct timer_list *t) in magicmouse_battery_timer_tick() argument
805 struct magicmouse_sc *msc = from_timer(msc, t, battery_timer); in magicmouse_battery_timer_tick()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dni_dpm.c741 u16 v, s32 t, in ni_calculate_leakage_for_v_and_t_formula() argument
749 temperature = div64_s64(drm_int2fixp(t), 1000); in ni_calculate_leakage_for_v_and_t_formula()
764 s32 t, in ni_calculate_leakage_for_v_and_t() argument
768 ni_calculate_leakage_for_v_and_t_formula(coeff, v, t, i_leakage, leakage); in ni_calculate_leakage_for_v_and_t()
3056 s32 t; in ni_init_driver_calculated_leakage_table() local
3069 t = (1000 * ((i + 1) * 8)); in ni_init_driver_calculated_leakage_table()
3071 if (t < ni_pi->cac_data.leakage_minimum_temperature) in ni_init_driver_calculated_leakage_table()
3072 t = ni_pi->cac_data.leakage_minimum_temperature; in ni_init_driver_calculated_leakage_table()
3077 t, in ni_init_driver_calculated_leakage_table()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py528 with open(os.path.join(include_path, 'test-file'), 'w') as t:
529 t.write("test\n")
567 with open(os.path.join(include_path, 'test-file'), 'w') as t:
568 t.write("test\n")
/openbmc/linux/tools/perf/Documentation/
H A Dperf-report.txt181 supports substring match so user doesn't need to specify full subsystem
223 -t::
225 Use a special separator character and don't pad with spaces, replacing
340 Don't do ownership validation.
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c2063 static void sge_rx_timer_cb(struct timer_list *t) in sge_rx_timer_cb() argument
2065 struct adapter *adapter = from_timer(adapter, t, sge.rx_timer); in sge_rx_timer_cb()
2122 static void sge_tx_timer_cb(struct timer_list *t) in sge_tx_timer_cb() argument
2124 struct adapter *adapter = from_timer(adapter, t, sge.tx_timer); in sge_tx_timer_cb()
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c105 static void sxgbe_eee_ctrl_timer(struct timer_list *t) in sxgbe_eee_ctrl_timer() argument
107 struct sxgbe_priv_data *priv = from_timer(priv, t, eee_ctrl_timer); in sxgbe_eee_ctrl_timer()
1014 static void sxgbe_tx_timer(struct timer_list *t) in sxgbe_tx_timer() argument
1016 struct sxgbe_tx_queue *p = from_timer(p, t, txtimer); in sxgbe_tx_timer()
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dintro.rst156 increasing value. The value gets echoed back in responses and doesn't
268 __u8 version: 2 /* or 1, doesn't matter */
330 __u16 nlmsg_flags: NLM_F_CAPPED /* There won't be a payload */
575 validate the fields of structures it didn't process. This made it impossible
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-lpc18xx.c213 #define LPC_P(port, pin, f0, f1, f2, f3, f4, f5, f6, f7, a, t) \ argument
222 .type = TYPE_##t, \
225 #define LPC_N(pname, off, f0, f1, f2, f3, f4, f5, f6, f7, a, t) \ argument
234 .type = TYPE_##t, \
/openbmc/qemu/target/microblaze/
H A Dtranslate.c1299 TCGv_i32 t; in msr_read() local
1302 t = tcg_temp_new_i32(); in msr_read()
1303 tcg_gen_muli_i32(t, cpu_msr_c, MSR_C | MSR_CC); in msr_read()
1304 tcg_gen_or_i32(d, cpu_msr, t); in msr_read()
/openbmc/qemu/target/openrisc/
H A Dtranslate.c1284 static void load_pair(DisasContext *dc, TCGv_i64 t, int r, int p) in load_pair() argument
1286 tcg_gen_concat_i32_i64(t, cpu_R(dc, r + 1 + p), cpu_R(dc, r)); in load_pair()
1289 static void save_pair(DisasContext *dc, TCGv_i64 t, int r, int p) in save_pair() argument
1291 tcg_gen_extr_i64_i32(cpu_R(dc, r + 1 + p), cpu_R(dc, r), t); in save_pair()

1...<<271272273274275276277278279280>>...349