/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 1046 static void ath_chanctx_timer(struct timer_list *t) in ath_chanctx_timer() argument 1048 struct ath_softc *sc = from_timer(sc, t, sched.timer); in ath_chanctx_timer() 1057 static void ath_offchannel_timer(struct timer_list *t) in ath_offchannel_timer() argument 1059 struct ath_softc *sc = from_timer(sc, t, offchannel.timer); in ath_offchannel_timer()
|
/openbmc/linux/drivers/net/ethernet/calxeda/ |
H A D | xgmac.c | 397 #define dma_ring_space(h, t, s) CIRC_SPACE(h, t, s) argument 398 #define dma_ring_cnt(h, t, s) CIRC_CNT(h, t, s) argument
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-usb | 85 device. This is useful to ensure auto probing won't 131 If the device doesn't support LTM, the file will read "no". 245 power switching -- most hubs don't support it). If 501 Returns 1 if the device doesn't support autosuspend.
|
/openbmc/linux/drivers/media/pci/ngene/ |
H A D | ngene-core.c | 53 static void event_tasklet(struct tasklet_struct *t) in event_tasklet() argument 55 struct ngene *dev = from_tasklet(dev, t, event_tasklet); in event_tasklet() 71 static void demux_tasklet(struct tasklet_struct *t) in demux_tasklet() argument 73 struct ngene_channel *chan = from_tasklet(chan, t, demux_tasklet); in demux_tasklet()
|
/openbmc/openbmc-test-automation/ |
H A D | CONTRIBUTING.md | 408 To re-iterate, it doesn't matter whether the contents of the variable 444 To re-iterate, it doesn't matter whether the contents of the variable 765 To re-iterate, it doesn't matter whether the contents of the variable are 800 To re-iterate, it doesn't matter whether the contents of the variable are
|
/openbmc/linux/net/sched/ |
H A D | act_ct.c | 1501 struct tcf_t t; in tcf_ct_dump() local 1548 tcf_tm_dump(&t, &c->tcf_tm); in tcf_ct_dump() 1549 if (nla_put_64bit(skb, TCA_CT_TM, sizeof(t), &t, TCA_CT_PAD)) in tcf_ct_dump()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76.h | 1155 mt76_get_txwi_ptr(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_get_txwi_ptr() argument 1157 return (u8 *)t - dev->drv->txwi_size; in mt76_get_txwi_ptr() 1398 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t); 1399 void mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-core.c | 1157 struct iio_dev_attr *iio_attr, *t; in __iio_add_chan_devattr() local 1170 list_for_each_entry(t, attr_list, l) in __iio_add_chan_devattr() 1171 if (strcmp(t->dev_attr.attr.name, in __iio_add_chan_devattr() 1175 t->dev_attr.attr.name); in __iio_add_chan_devattr()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | openbmc_ffdc_methods.robot | 104 [Documentation] Call into BMC method keywords. Don't let one 551 # I can't find a way to do this: scp.Close Connection 739 # If linux distro doesn't have os-release, check for uname. 752 # If linux distro doesn't have os-release, check for uname.
|
/openbmc/linux/fs/ |
H A D | exec.c | 1566 struct task_struct *p = current, *t; in check_unsafe_exec() local 1585 t = p; in check_unsafe_exec() 1589 while_each_thread(p, t) { in check_unsafe_exec() 1590 if (t->fs == p->fs) in check_unsafe_exec()
|
/openbmc/qemu/gdbstub/ |
H A D | gdbstub.c | 666 unsigned long p, t; in read_thread_id() local 683 ret = qemu_strtoul(buf, &buf, 16, &t); in read_thread_id() 699 if (t == -1) { in read_thread_id() 704 *tid = t; in read_thread_id()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 344 def _print_exception(t, value, tb, realfile, text, context): argument 347 exception = traceback.format_exception_only(t, value) 416 (t, value, tb) = sys.exc_info() 418 _print_exception(t, value, tb, realfile, text, context)
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | faq.rst | 45 Wiki. Don't hesitate to contribute to this page if you know other such 230 Why don't other recipes find the files provided by my ``*-native`` recipe? 262 Why isn't there a way to append bbclass files like bbappend for recipes? 433 Why aren't spaces in path names supported?
|
/openbmc/linux/Documentation/filesystems/ |
H A D | locking.rst | 8 instances in the tree, don't leave that to maintainers of filesystems/devices/ 10 Don't turn it into log - maintainers of out-of-the-tree code are supposed to 210 doesn't hold it when calling ->statfs() - superblock is pinned down 373 keep it that way and don't breed new callers. 576 anything that resembles union-mount we won't have a struct file for all
|
H A D | xfs-delayed-logging-design.rst | 46 The method used to log an item or chain modifications together isn't 155 because it can't be written to the journal due to a lack of space in the 180 so that when we come to write the dirty metadata into the log we don't run out 235 into the log rather than basic blocks. Hence it technically isn't using LSNs to 353 hand in hand. That is, transactions don't get written to the physical journal 516 If we don't keep the vector around, we do not know where the region boundaries 753 synchronisation in the log force code so that we don't need to wait anywhere 770 transaction. We don't know how big a checkpoint transaction is going to be 840 As mentioned early, transactions can't grow to more than half the size of the 894 current CIL or not. If we don't pin the CIL first before we check and pin the [all …]
|
H A D | gfs2-uevents.rst | 64 as part of the "withdraw" mechanism. Currently this doesn't give any
|
/openbmc/linux/tools/perf/tests/ |
H A D | parse-events.c | 2468 static int test_term(const struct terms_test *t) in test_term() argument 2475 ret = parse_events_terms(&terms, t->str, /*input=*/ NULL); in test_term() 2478 t->str , ret); in test_term() 2482 ret = t->check(&terms); in test_term() 2493 const struct terms_test *t = &terms[i]; in test_terms() local 2495 pr_debug("running test %d '%s'\n", i, t->str); in test_terms() 2496 ret = test_term(t); in test_terms()
|
/openbmc/linux/net/ipv4/ |
H A D | ipmr.c | 114 static void ipmr_expire_process(struct timer_list *t); 761 static void ipmr_expire_process(struct timer_list *t) in ipmr_expire_process() argument 763 struct mr_table *mrt = from_timer(mrt, t, ipmr_expire_timer); in ipmr_expire_process() 2847 unsigned int t = 0, s_t; in ipmr_rtm_dumplink() local 2866 if (t < s_t) in ipmr_rtm_dumplink() 2913 t++; in ipmr_rtm_dumplink() 2918 cb->args[0] = t; in ipmr_rtm_dumplink()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 532 struct ieee80211_country_ie_triplet *t; in mwifiex_send_domain_info_cmd_fw() local 576 t = &domain_info->triplet[no_of_triplet]; in mwifiex_send_domain_info_cmd_fw() 577 t->chans.first_channel = first_chan; in mwifiex_send_domain_info_cmd_fw() 578 t->chans.num_channels = no_of_parsed_chan; in mwifiex_send_domain_info_cmd_fw() 579 t->chans.max_power = max_pwr; in mwifiex_send_domain_info_cmd_fw() 589 t = &domain_info->triplet[no_of_triplet]; in mwifiex_send_domain_info_cmd_fw() 590 t->chans.first_channel = first_chan; in mwifiex_send_domain_info_cmd_fw() 591 t->chans.num_channels = no_of_parsed_chan; in mwifiex_send_domain_info_cmd_fw() 592 t->chans.max_power = max_pwr; in mwifiex_send_domain_info_cmd_fw()
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 1334 static enum hrtimer_restart fotg210_hrtimer_func(struct hrtimer *t) in fotg210_hrtimer_func() argument 1337 container_of(t, struct fotg210_hcd, hrtimer); in fotg210_hrtimer_func() 4428 u32 t; in itd_complete() local 4442 t = hc32_to_cpup(fotg210, &itd->hw_transaction[uframe]); in itd_complete() 4446 if (unlikely(t & ISO_ERRS)) { in itd_complete() 4448 if (t & FOTG210_ISOC_BUF_ERR) in itd_complete() 4452 else if (t & FOTG210_ISOC_BABBLE) in itd_complete() 4458 if (!(t & FOTG210_ISOC_BABBLE)) { in itd_complete() 4459 desc->actual_length = FOTG210_ITD_LENGTH(t); in itd_complete() 4462 } else if (likely((t & FOTG210_ISOC_ACTIVE) == 0)) { in itd_complete() [all …]
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptbase.c | 4655 int t; in mpt_handshake_req_reply_wait() local 4677 if ((t = WaitForDoorbellInt(ioc, 5, sleepFlag)) < 0) in mpt_handshake_req_reply_wait() 4711 if ((t = WaitForDoorbellAck(ioc, 5, sleepFlag)) < 0) in mpt_handshake_req_reply_wait() 4719 ioc->name, t, failcnt ? " - MISSING DOORBELL ACK!" : "")); in mpt_handshake_req_reply_wait() 4728 ioc->name, t, failcnt ? " - MISSING DOORBELL REPLY!" : "")); in mpt_handshake_req_reply_wait() 4860 int t; in WaitForDoorbellReply() local 4871 if ((t = WaitForDoorbellInt(ioc, howlong, sleepFlag)) < 0) { in WaitForDoorbellReply() 4876 if ((t = WaitForDoorbellInt(ioc, 5, sleepFlag)) < 0) in WaitForDoorbellReply() 4885 ioc->name, t, le32_to_cpu(*(u32 *)hs_reply), in WaitForDoorbellReply() 4893 if ((t = WaitForDoorbellInt(ioc, 5, sleepFlag)) < 0) in WaitForDoorbellReply() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 3195 int result[][8], int t) in rtl8xxxu_phy_iqcalibrate() argument 3227 if (t == 0) { in rtl8xxxu_phy_iqcalibrate() 3238 if (t == 0) { in rtl8xxxu_phy_iqcalibrate() 3296 result[t][0] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate() 3299 result[t][1] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate() 3302 result[t][2] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate() 3305 result[t][3] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate() 3314 result[t][0] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate() 3317 result[t][1] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate() 3339 result[t][4] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 30 int t = 0; in _il_poll_bit() local 34 return t; in _il_poll_bit() 36 t += interval; in _il_poll_bit() 37 } while (t < timeout); in _il_poll_bit() 111 int t = 0; in il_poll_bit() local 115 return t; in il_poll_bit() 117 t += interval; in il_poll_bit() 118 } while (t < timeout); in il_poll_bit() 4835 il_bg_watchdog(struct timer_list *t) in il_bg_watchdog() argument 4837 struct il_priv *il = from_timer(il, t, watchdog); in il_bg_watchdog()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 028.out | 2 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=3221227008 73 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294968832 backing_file=TEST_DIR/t.IMGFMT.base back… 471 Formatting 'TEST_DIR/t.IMGFMT.copy', fmt=IMGFMT size=4294968832 473 (qemu) drive_backup -n disk TEST_DIR/t.IMGFMT.copy 739 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=3221225472 740 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294968832 backing_file=TEST_DIR/t.IMGFMT.base back…
|
/openbmc/linux/Documentation/driver-api/media/ |
H A D | rc-core.rst | 50 frequency. Due to that, the receiver doesn't care about the carrier's
|