/openbmc/linux/net/sched/ |
H A D | act_pedit.c | 506 struct tcf_t t; in tcf_pedit_dump() local 540 tcf_tm_dump(&t, &p->tcf_tm); in tcf_pedit_dump() 541 if (nla_put_64bit(skb, TCA_PEDIT_TM, sizeof(t), &t, TCA_PEDIT_PAD)) in tcf_pedit_dump()
|
H A D | act_csum.c | 642 struct tcf_t t; in tcf_csum_dump() local 653 tcf_tm_dump(&t, &p->tcf_tm); in tcf_csum_dump() 654 if (nla_put_64bit(skb, TCA_CSUM_TM, sizeof(t), &t, TCA_CSUM_PAD)) in tcf_csum_dump()
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_parser.py | 592 for t in failed_subtests: 593 all_failures.extend(failed_names(t, full_name)) 650 for t in subtests: 651 counts.add_subtest_counts(t.counts)
|
/openbmc/linux/drivers/mmc/host/ |
H A D | uniphier-sd.c | 93 static void uniphier_sd_external_dma_issue(struct tasklet_struct *t) in uniphier_sd_external_dma_issue() argument 95 struct tmio_mmc_host *host = from_tasklet(host, t, dma_issue); in uniphier_sd_external_dma_issue() 239 static void uniphier_sd_internal_dma_issue(struct tasklet_struct *t) in uniphier_sd_internal_dma_issue() argument 241 struct tmio_mmc_host *host = from_tasklet(host, t, dma_issue); in uniphier_sd_internal_dma_issue()
|
/openbmc/linux/drivers/nfc/st-nci/ |
H A D | se.c | 686 static void st_nci_se_wt_timeout(struct timer_list *t) in st_nci_se_wt_timeout() argument 699 struct st_nci_info *info = from_timer(info, t, se_info.bwi_timer); in st_nci_se_wt_timeout() 715 static void st_nci_se_activation_timeout(struct timer_list *t) in st_nci_se_activation_timeout() argument 717 struct st_nci_info *info = from_timer(info, t, in st_nci_se_activation_timeout()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-script-perl.txt | 46 handler function; some of the less common ones aren't - those are 90 and some of the common_* fields aren't common enough to to be passed 152 doesn't have a handler explicitly defined for it. The standard set 190 Some of the 'common' fields in the event format file aren't all that
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_lru_list.c | 17 #define LOCAL_LIST_IDX(t) ((t) - BPF_LOCAL_LIST_T_OFFSET) argument 20 #define IS_LOCAL_LIST_TYPE(t) ((t) >= BPF_LOCAL_LIST_T_OFFSET) argument
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf_counter.c | 67 const struct btf_type *t; in bpf_target_prog_name() local 89 t = btf__type_by_id(btf, func_info[0].type_id); in bpf_target_prog_name() 90 if (!t) { in bpf_target_prog_name() 95 name = strdup(btf__name_by_offset(btf, t->name_off)); in bpf_target_prog_name()
|
/openbmc/linux/drivers/dma/sf-pdma/ |
H A D | sf-pdma.c | 295 static void sf_pdma_donebh_tasklet(struct tasklet_struct *t) in sf_pdma_donebh_tasklet() argument 297 struct sf_pdma_chan *chan = from_tasklet(chan, t, done_tasklet); in sf_pdma_donebh_tasklet() 319 static void sf_pdma_errbh_tasklet(struct tasklet_struct *t) in sf_pdma_errbh_tasklet() argument 321 struct sf_pdma_chan *chan = from_tasklet(chan, t, err_tasklet); in sf_pdma_errbh_tasklet()
|
/openbmc/linux/Documentation/core-api/ |
H A D | kernel-api.rst | 156 .. kernel-doc:: lib/crc-itu-t.c 364 don't relate to timekeeping or real time clocks (RTCs), each of which 371 clocks are disabled, so the system doesn't waste power changing the 372 state of transistors that aren't in active use. On some systems this may
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-tpm | 53 execution time, so that the driver doesn't have to wait 84 indicates that ownership hasn't been taken. 116 owner's authorization. Since the TPM driver doesn't store any 117 secrets, it can't authorize its own request for the pubek,
|
/openbmc/linux/net/mac80211/ |
H A D | agg-rx.c | 152 static void sta_rx_agg_session_timer_expired(struct timer_list *t) in sta_rx_agg_session_timer_expired() argument 154 struct tid_ampdu_rx *tid_rx = from_timer(tid_rx, t, session_timer); in sta_rx_agg_session_timer_expired() 172 static void sta_rx_agg_reorder_timer_expired(struct timer_list *t) in sta_rx_agg_reorder_timer_expired() argument 174 struct tid_ampdu_rx *tid_rx = from_timer(tid_rx, t, reorder_timer); in sta_rx_agg_reorder_timer_expired()
|
/openbmc/linux/drivers/parisc/ |
H A D | iosapic.c | 620 u32 *t = (u32 *) ((ulong) vi->eoi_addr & ~0xffUL); in iosapic_unmask_irq() local 622 for ( ; t < vi->eoi_addr; t++) in iosapic_unmask_irq() 623 printk(" %x", readl(t)); in iosapic_unmask_irq()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display.h | 542 #define assert_transcoder_enabled(d, t) assert_transcoder(d, t, true) argument 543 #define assert_transcoder_disabled(d, t) assert_transcoder(d, t, false) argument
|
/openbmc/linux/drivers/leds/ |
H A D | leds-tca6507.c | 218 int t = time_codes[c1]; in choose_times() local 219 if (t*2 < tmin) in choose_times() 221 if (t > tmax) in choose_times() 224 int tt = t + time_codes[c2]; in choose_times()
|
/openbmc/linux/init/ |
H A D | initramfs.c | 127 struct timespec64 t[2] = { { .tv_sec = mtime }, { .tv_sec = mtime } }; in do_utime() local 128 init_utimes(filename, t); in do_utime() 133 struct timespec64 t[2] = { { .tv_sec = mtime }, { .tv_sec = mtime } }; in do_utime_path() local 134 vfs_utimes(path, t); in do_utime_path()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipsec.c | 625 struct timeval t = { .tv_sec = 0, .tv_usec = u_timeout }; in udp_ping_init() local 650 if (setsockopt(sock[0], SOL_SOCKET, SO_RCVTIMEO, (const char *)&t, sizeof t)) { in udp_ping_init() 1682 struct xfrmu_spdhthresh *t = RTA_DATA(attr); in xfrm_spdinfo_attrs() local 1685 if (t->lbits != 32 || t->rbits != 31) { in xfrm_spdinfo_attrs() 1687 t->lbits, t->rbits); in xfrm_spdinfo_attrs() 1692 struct xfrmu_spdhthresh *t = RTA_DATA(attr); in xfrm_spdinfo_attrs() local 1695 if (t->lbits != 120 || t->rbits != 16) { in xfrm_spdinfo_attrs() 1697 t->lbits, t->rbits); in xfrm_spdinfo_attrs()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_transport_fc.c | 325 struct scsi_transport_template t; member 2426 return &i->t.host_attrs.ac == cont; in fc_host_match() 2445 return &i->t.target_attrs.ac == cont; in fc_target_match() 2632 i->t.target_attrs.ac.match = fc_target_match; in fc_attach_transport() 2636 i->t.host_attrs.ac.attrs = &i->host_attrs[0]; in fc_attach_transport() 2638 i->t.host_attrs.ac.match = fc_host_match; in fc_attach_transport() 2639 i->t.host_size = sizeof(struct fc_host_attrs); in fc_attach_transport() 2658 i->t.create_work_queue = 1; in fc_attach_transport() 2660 i->t.user_scan = fc_user_scan; in fc_attach_transport() 2759 return &i->t; in fc_attach_transport() [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
H A D | README.soc | 254 1)LS2048A, few difference w.r.t. LS2088A: 257 2)LS2084A, few difference w.r.t. LS2088A: 263 3)LS2044A, few difference w.r.t. LS2084A: 273 1)LS2041A, few difference w.r.t. LS2081A: 326 1)LX2120A, few difference w.r.t. LX2160A: 329 2)LX2080A, few difference w.r.t. LX2160A:
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | URB.rst | 16 This particular documentation file isn't complete and may not be 17 updated to the last version; don't rely on it except for a quick 79 // (IN/OUT) start_frame is set unless URB_ISO_ASAP isn't set 109 You may free an urb that you've submitted, but which hasn't yet been 166 There are two ways to cancel an URB you've submitted but which hasn't 236 disabled, but in the future this will be changed, so don't assume that
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | parsing.py | 607 t = timestamp_re.match (line) 608 if t is None: 612 time_ms = float (t.group(1)) * 1000 626 m = split_re.match (t.group(2)) 635 if t.group(2).startswith ('Write protecting the') or \ 636 t.group(2).startswith ('Freeing unused kernel memory'):
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 128 static const char *smca_get_name(enum smca_bank_types t) in smca_get_name() argument 130 if (t >= N_SMCA_BANK_TYPES) in smca_get_name() 133 return smca_names[t].name; in smca_get_name() 136 const char *smca_get_long_name(enum smca_bank_types t) in smca_get_long_name() argument 138 if (t >= N_SMCA_BANK_TYPES) in smca_get_long_name() 141 return smca_names[t].long_name; in smca_get_long_name()
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | page_fault_test.c | 1094 struct test_desc *t; in for_each_test_and_guest_mode() local 1096 for (t = &tests[0]; t->name; t++) { in for_each_test_and_guest_mode() 1097 if (t->skip) in for_each_test_and_guest_mode() 1102 .test_desc = t, in for_each_test_and_guest_mode()
|
/openbmc/linux/Documentation/hid/ |
H A D | intel-ish-hid.rst | 19 mainly use HID over I2C or USB. But ISH doesn't use either I2C or USB. 202 if the host doesn't support DMA, then it won't send DMA allocation, so FW can't 203 send DMA; if FW doesn't support DMA then it won't respond with
|
/openbmc/linux/drivers/acpi/ |
H A D | thermal.c | 500 int t; in thermal_get_trend() local 511 t = tz->trips.passive.tc1 * (tz->temperature - in thermal_get_trend() 515 if (t > 0) in thermal_get_trend() 517 else if (t < 0) in thermal_get_trend() 525 t = acpi_thermal_temp(tz, tz->temperature); in thermal_get_trend() 526 if (t <= trip->temperature) in thermal_get_trend()
|