Home
last modified time | relevance | path

Searched refs:t (Results 6976 – 7000 of 8710) sorted by relevance

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

/openbmc/u-boot/doc/
H A DREADME.fsl-ddr54 doesn't check the size or organization of interleaved DIMMs.
434 Warning: e1000#0 MAC addresses don't match:
/openbmc/linux/drivers/usb/storage/
H A Drealtek_cr.c755 static void rts51x_suspend_timer_fn(struct timer_list *t) in rts51x_suspend_timer_fn() argument
757 struct rts51x_chip *chip = from_timer(chip, t, rts51x_suspend_timer); in rts51x_suspend_timer_fn()
/openbmc/linux/net/nfc/hci/
H A Dcore.c442 static void nfc_hci_cmd_timeout(struct timer_list *t) in nfc_hci_cmd_timeout() argument
444 struct nfc_hci_dev *hdev = from_timer(hdev, t, cmd_timer); in nfc_hci_cmd_timeout()
/openbmc/docs/
H A Drest-api.md228 when the client doesn't know where to put it. OpenBMC does not support creating
317 don't have do employ polling. Instead, the rest server on the BMC can push data
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlibc-package.bbclass363 m.write("\t@echo 'Progress %d/%d'\n" % (i, total))
364 m.write("\t" + makerecipe + "\n\n")
/openbmc/linux/drivers/hwmon/
H A Dnpcm750-pwm-fan.c330 static void npcm7xx_fan_polling(struct timer_list *t) in npcm7xx_fan_polling() argument
335 data = from_timer(data, t, fan_timer); in npcm7xx_fan_polling()
/openbmc/linux/drivers/media/rc/
H A Dene_ir.c663 static void ene_tx_irqsim(struct timer_list *t) in ene_tx_irqsim() argument
665 struct ene_device *dev = from_timer(dev, t, tx_sim_timer); in ene_tx_irqsim()
/openbmc/linux/Documentation/filesystems/
H A Ddax.rst93 flag, the change to existing regular files won't take effect until the
262 Since `DAX` IO normally doesn't go through the ``driver/bio`` path, applications or
H A Dtmpfs.rst148 and can't be changed on remount. Default global quota limits are taking
240 So 'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'
/openbmc/linux/Documentation/driver-api/
H A Dntb.rst13 special status bits to make sure the information isn't rewritten by another
116 maximum possible address or isn't properly aligned.
/openbmc/linux/drivers/video/console/
H A Dvgacon.c1107 static bool vgacon_scroll(struct vc_data *c, unsigned int t, unsigned int b, in vgacon_scroll() argument
1113 if (t || b != c->vc_rows || vga_is_gfx || c->vc_mode != KD_TEXT) in vgacon_scroll()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_erl1.c1094 void iscsit_handle_dataout_timeout(struct timer_list *t) in iscsit_handle_dataout_timeout() argument
1098 struct iscsit_cmd *cmd = from_timer(cmd, t, dataout_timer); in iscsit_handle_dataout_timeout()
/openbmc/linux/net/nfc/
H A Dcore.c1011 static void nfc_check_pres_timeout(struct timer_list *t) in nfc_check_pres_timeout() argument
1013 struct nfc_dev *dev = from_timer(dev, t, check_pres_timer); in nfc_check_pres_timeout()
/openbmc/linux/drivers/comedi/drivers/
H A Ddas16.c518 static void das16_timer_interrupt(struct timer_list *t) in das16_timer_interrupt() argument
520 struct das16_private_struct *devpriv = from_timer(devpriv, t, timer); in das16_timer_interrupt()
/openbmc/linux/drivers/mtd/
H A Dsm_ftl.c994 static void sm_cache_flush_timer(struct timer_list *t) in sm_cache_flush_timer() argument
996 struct sm_ftl *ftl = from_timer(ftl, t, timer); in sm_cache_flush_timer()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dxen_shinfo_test.c900 for (time_t t = time(NULL) + SHINFO_RACE_TIMEOUT; time(NULL) < t;) in main() local
/openbmc/linux/Documentation/arch/x86/
H A Dtdx.rst175 will expose the register state to the host. TDX guests don't trust the host
176 and can't have their state exposed to the host.
/openbmc/linux/drivers/memstick/host/
H A Djmb38x_ms.c591 static void jmb38x_ms_abort(struct timer_list *t) in jmb38x_ms_abort() argument
593 struct jmb38x_ms_host *host = from_timer(host, t, timer); in jmb38x_ms_abort()
/openbmc/linux/drivers/bluetooth/
H A Dhci_h5.c148 static void h5_timed_event(struct timer_list *t) in h5_timed_event() argument
152 struct h5 *h5 = from_timer(h5, t, timer); in h5_timed_event()
/openbmc/linux/drivers/net/usb/
H A Dcatc.c603 static void catc_stats_timer(struct timer_list *t) in catc_stats_timer() argument
605 struct catc *catc = from_timer(catc, t, timer); in catc_stats_timer()
/openbmc/linux/drivers/dma/
H A Dapple-admac.c713 static void admac_chan_tasklet(struct tasklet_struct *t) in admac_chan_tasklet() argument
715 struct admac_chan *adchan = from_tasklet(adchan, t, tasklet); in admac_chan_tasklet()
/openbmc/linux/drivers/s390/cio/
H A Ddevice_fsm.c99 ccw_device_timeout(struct timer_list *t) in ccw_device_timeout() argument
101 struct ccw_device_private *priv = from_timer(priv, t, timer); in ccw_device_timeout()
/openbmc/linux/Documentation/filesystems/nfs/
H A Dexporting.rst72 dentries. That guarantees that we won't need to hunt them down upon
86 If it doesn't, a new anonymous (IS_ROOT and
/openbmc/linux/crypto/
H A Dfcrypt.c60 u32 t = lo & ((1 << n) - 1); \
62 hi = (hi >> n) | (t << (24-n)); \
/openbmc/linux/Documentation/sound/designs/
H A Dcompress-offload.rst210 user can perceive this as gapless playback as we don't have silence while
317 in nature and data written/read doesn't translate directly to

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