/openbmc/u-boot/doc/ |
H A D | README.fsl-ddr | 54 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 D | realtek_cr.c | 755 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 D | core.c | 442 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 D | rest-api.md | 228 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 D | libc-package.bbclass | 363 m.write("\t@echo 'Progress %d/%d'\n" % (i, total)) 364 m.write("\t" + makerecipe + "\n\n")
|
/openbmc/linux/drivers/hwmon/ |
H A D | npcm750-pwm-fan.c | 330 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 D | ene_ir.c | 663 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 D | dax.rst | 93 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 D | tmpfs.rst | 148 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 D | ntb.rst | 13 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 D | vgacon.c | 1107 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 D | iscsi_target_erl1.c | 1094 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 D | core.c | 1011 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 D | das16.c | 518 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 D | sm_ftl.c | 994 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 D | xen_shinfo_test.c | 900 for (time_t t = time(NULL) + SHINFO_RACE_TIMEOUT; time(NULL) < t;) in main() local
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | tdx.rst | 175 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 D | jmb38x_ms.c | 591 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 D | hci_h5.c | 148 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 D | catc.c | 603 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 D | apple-admac.c | 713 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 D | device_fsm.c | 99 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 D | exporting.rst | 72 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 D | fcrypt.c | 60 u32 t = lo & ((1 << n) - 1); \ 62 hi = (hi >> n) | (t << (24-n)); \
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | compress-offload.rst | 210 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
|