/openbmc/linux/drivers/dma/ |
H A D | txx9dmac.c | 604 static void txx9dmac_chan_tasklet(struct tasklet_struct *t) in txx9dmac_chan_tasklet() argument 610 dc = from_tasklet(dc, t, tasklet); in txx9dmac_chan_tasklet() 641 static void txx9dmac_tasklet(struct tasklet_struct *t) in txx9dmac_tasklet() argument 647 struct txx9dmac_dev *ddev = from_tasklet(ddev, t, tasklet); in txx9dmac_tasklet()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | upgrading-recipes.rst | 166 $ upgrade-helper.py recipe_name -t version 170 $ upgrade-helper.py xmodmap -t 1.2.3 276 NOTE: Tasks Summary: Attempted 74 tasks of which 72 didn't need to be rerun and all succeeded. 302 NOTE: Tasks Summary: Attempted 520 tasks of which 304 didn't need to be rerun and all succeeded.
|
/openbmc/linux/drivers/net/usb/ |
H A D | pegasus.c | 182 __le16 *t = (__le16 *) & data[1]; in __mii_op() local 183 *t = cpu_to_le16(*regd); in __mii_op() 565 static void rx_fixup(struct tasklet_struct *t) in rx_fixup() argument 567 pegasus_t *pegasus = from_tasklet(pegasus, t, rx_tl); in rx_fixup()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xen-hcd.c | 131 unsigned long t; in xenhcd_timer_action() local 135 t = XENHCD_RING_JIFFIES; in xenhcd_timer_action() 138 t = XENHCD_SCAN_JIFFIES; in xenhcd_timer_action() 141 mod_timer(&info->watchdog, t + jiffies); in xenhcd_timer_action()
|
/openbmc/linux/kernel/ |
H A D | sysctl.c | 775 struct ctl_table t; in proc_taint() local 782 t = *table; in proc_taint() 783 t.data = &tmptaint; in proc_taint() 784 err = proc_doulongvec_minmax(&t, write, buffer, lenp, ppos); in proc_taint()
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | cdrom.rst | 870 - ENOSYS Drive can't detect media change 906 - ENOSYS Drive can't detect drive status 956 with the current interface. Too bad this wasn't designed 1241 table of contents can't be read, this ioctl returns an
|
/openbmc/linux/Documentation/networking/ |
H A D | rds.rst | 60 doesn't move to a different transport. 102 if it isn't up yet. 143 This isn't a trivial problem, but applications can deal with 226 One might think that with reliable IB connections you wouldn't need
|
H A D | phy.rst | 173 useful to drivers that can't), connecting to the PHY is simple: 209 values pruned from them which don't make sense for your controller (a 10/100 221 driver. If you don't want to use interrupts, set phydev->irq to PHY_POLL. 317 PTP-enabled PHYs. This mode isn't compatible with QSGMII, but offers the 425 use this only to write registers which are not standard, and don't set off 438 If the desired PHY doesn't have any errata, quirks, or special
|
/openbmc/linux/Documentation/RCU/ |
H A D | listRCU.rst | 78 routing table static all you want, but that won't keep the external 435 alarm_cancel(&ctx->t.alarm); 437 hrtimer_cancel(&ctx->t.tmr); 495 is really OK to be processing stale data, then you don't need a
|
/openbmc/linux/drivers/edac/ |
H A D | Kconfig | 31 Use 'Y' if your edac utilities aren't ported to work with the newer 70 error mechanism won't work well, as BIOS will race with OS, while 243 depends on ACPI_NFIT || !ACPI_NFIT # if ACPI_NFIT=m, EDAC_SKX can't be y 255 depends on ACPI_NFIT || !ACPI_NFIT # if ACPI_NFIT=m, EDAC_I10NM can't be y
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_cmdline_parser_test.c | 940 static void drm_cmdline_invalid_desc(const struct drm_cmdline_invalid_test *t, in drm_cmdline_invalid_desc() argument 943 sprintf(desc, "%s", t->name); in drm_cmdline_invalid_desc() 997 static void drm_cmdline_tv_option_desc(const struct drm_cmdline_tv_option_test *t, in drm_cmdline_tv_option_desc() argument 1000 sprintf(desc, "%s", t->name); in drm_cmdline_tv_option_desc()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | request.c | 350 static void add_sequential(struct task_struct *t) in add_sequential() argument 352 ewma_add(t->sequential_io_avg, in add_sequential() 353 t->sequential_io, 8, 0); in add_sequential() 355 t->sequential_io = 0; in add_sequential()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-fitimage.bbclass | 433 compat=$(fdtget -t s "$dtb_path" / compatible | sed 's/ /", "/g') 801 …1 even though UBOOT_SIGN_ENABLE is set to 0. The keys will not be generated as they won't be used." 806 # Generate keys to sign configuration nodes, only if they don't already exist 824 # Generate keys to sign image nodes, only if they don't already exist
|
/openbmc/linux/net/nfc/nci/ |
H A D | core.c | 611 static void nci_cmd_timer(struct timer_list *t) in nci_cmd_timer() argument 613 struct nci_dev *ndev = from_timer(ndev, t, cmd_timer); in nci_cmd_timer() 620 static void nci_data_timer(struct timer_list *t) in nci_data_timer() argument 622 struct nci_dev *ndev = from_timer(ndev, t, data_timer); in nci_data_timer()
|
/openbmc/linux/Documentation/locking/ |
H A D | rt-mutex-design.rst | 11 It doesn't describe the reasons why rtmutex.c exists. For that please see 26 most of the time it can't be helped. Anytime a high priority process wants 133 would never diverge, since a process can't be blocked on more than one 293 Now since mutexes can be defined by user-land applications, we don't want a DOS 447 now, the current owner of the mutex being contended for can't release the mutex 520 take the slow path when unlocking the mutex. If the mutex doesn't have any
|
/openbmc/linux/drivers/scsi/isci/ |
H A D | host.c | 959 static void phy_startup_timeout(struct timer_list *t) in phy_startup_timeout() argument 961 struct sci_timer *tmr = from_timer(tmr, t, timer); in phy_startup_timeout() 1593 static void controller_timeout(struct timer_list *t) in controller_timeout() argument 1595 struct sci_timer *tmr = from_timer(tmr, t, timer); in controller_timeout() 1738 static void power_control_timeout(struct timer_list *t) in power_control_timeout() argument 1740 struct sci_timer *tmr = from_timer(tmr, t, timer); in power_control_timeout()
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | de2104x.c | 330 static void de21040_media_timer (struct timer_list *t); 331 static void de21041_media_timer (struct timer_list *t); 964 static void de21040_media_timer (struct timer_list *t) in de21040_media_timer() argument 966 struct de_private *de = from_timer(de, t, media_timer); in de21040_media_timer() 1045 static void de21041_media_timer (struct timer_list *t) in de21041_media_timer() argument 1047 struct de_private *de = from_timer(de, t, media_timer); in de21041_media_timer()
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_txnmgr.c | 350 tid_t t; in txBegin() local 394 if ((t = TxAnchor.freetid) == 0) { in txBegin() 401 tblk = tid_to_tblock(t); in txBegin() 431 HIGHWATERMARK(stattx.maxtid, t); /* statistics */ in txBegin() 436 jfs_info("txBegin: returning tid = %d", t); in txBegin() 438 return t; in txBegin()
|
/openbmc/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-qmp-usb.c | 1622 const struct qmp_phy_init_tbl *t = tbl; in qmp_usb_configure_lane() local 1624 if (!t) in qmp_usb_configure_lane() 1627 for (i = 0; i < num; i++, t++) { in qmp_usb_configure_lane() 1628 if (!(t->lane_mask & lane_mask)) in qmp_usb_configure_lane() 1631 writel(t->val, base + t->offset); in qmp_usb_configure_lane()
|
/openbmc/linux/drivers/net/ |
H A D | geneve.c | 1352 struct geneve_dev *geneve, *t = NULL; in geneve_find_dev() local 1364 t = geneve; in geneve_find_dev() 1366 return t; in geneve_find_dev() 1390 struct geneve_dev *t, *geneve = netdev_priv(dev); in geneve_configure() local 1404 t = geneve_find_dev(gn, info, &tun_on_same_port, &tun_collect_md); in geneve_configure() 1405 if (t) in geneve_configure()
|
/openbmc/linux/Documentation/input/ |
H A D | userio.rst | 45 that goes along with the command. In the event that the command doesn't have an
|
/openbmc/linux/Documentation/core-api/ |
H A D | gfp_mask-from-fs-io.rst | 58 vmalloc doesn't support GFP_NOFS semantic because there are hardcoded
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | era.rst | 38 Possibly move to a new era. You shouldn't assume the era has
|
/openbmc/linux/Documentation/hwmon/ |
H A D | pcf8591.rst | 68 The PCF8591 is plainly impossible to detect! Thus the driver won't even
|
/openbmc/linux/Documentation/driver-api/pm/ |
H A D | notifiers.rst | 72 respectively (both defined in :file:`include/linux/suspend.h`). If you don't
|