/openbmc/openbmc/poky/meta/recipes-kernel/make-mod-scripts/ |
H A D | make-mod-scripts_1.0.bb | 33 for t in prepare scripts_basic scripts; do 37 -C ${STAGING_KERNEL_DIR} O=${STAGING_KERNEL_BUILDDIR} $t
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | net2272.c | 1195 size -= t; in registers_show() 1196 next += t; in registers_show() 1206 size -= t; in registers_show() 1207 next += t; in registers_show() 1224 size -= t; in registers_show() 1225 next += t; in registers_show() 1250 size -= t; in registers_show() 1251 next += t; in registers_show() 1263 size -= t; in registers_show() 1264 next += t; in registers_show() [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | faq.rst | 15 don't find an answer for your needs here, it is likely that 60 to scan for services. So, you don't need to use an external 90 Almost all modern Digital TV cards don't have built-in hardware 151 4. Can't get a signal tuned correctly 167 If that doesn't work, check at the linux-media ML archives, to 177 5. The dvb_net device doesn't give me any packets at all 185 If ``tcpdump`` doesn't give you any output, check the statistics 187 address is wrong, ``dvb_net`` won't get any input; thus you have to 194 6. The ``dvb_net`` device doesn't give me any multicast packets
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_hid.rst | 106 For example type: g i s t r --left-shift 344 printf("\t\t%s\n", kmod[i].opt); 348 printf("\t\t%-8s%s", kval[i].opt, i % 2 ? "\n" : ""); 354 printf("\t\t%s\n", mmod[i].opt); 361 printf("\t\t%s\n", jmod[i].opt);
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | acornscsi-io.S | 11 #define LOADREGS(t,r,l...) ldm##t r, l argument 13 #define LOADREGS(t,r,l...) ldm##t r, l##^ argument
|
/openbmc/qemu/hw/display/ |
H A D | cirrus_vga_rop.h | 72 #define ROP_OP_TR(st, d, s, t) glue(rop_tr_8_, ROP_NAME)(st, d, s, t) argument 74 #define ROP_OP_TR_16(st, d, s, t) glue(rop_tr_16_, ROP_NAME)(st, d, s, t) argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | README | 32 git recipe might be ok but you can't expect to checkout a git tree. 47 to track all of its corner cases, it still doesn't give entire coverage 51 in OE's context as we can't build git-native, then parse a recipe and use 54 Not all fetchers support all features, autorev is optional and doesn't make
|
/openbmc/openbmc/meta-security/docs/ |
H A D | dm-verity-systemd-x86-64.txt | 7 While dm-verity in a qemu environment doesn't make practial sense as a 11 Set/uncomment the MACHINE line for "qemux86-64" if you haven't yet. It 14 successfully on physical hardware, but if you don't intend to use qemu, 28 Note the last line - you won't typically see that in on-line instructions
|
/openbmc/linux/include/net/ |
H A D | llc_c_ac.h | 180 void llc_conn_busy_tmr_cb(struct timer_list *t); 181 void llc_conn_pf_cycle_tmr_cb(struct timer_list *t); 182 void llc_conn_ack_tmr_cb(struct timer_list *t); 183 void llc_conn_rej_tmr_cb(struct timer_list *t);
|
/openbmc/linux/arch/parisc/mm/ |
H A D | fault.c | 229 const char *t = NULL; in trap_name() local 232 t = trap_description[code]; in trap_name() 234 return t ? t : "Unknown trap"; in trap_name()
|
/openbmc/linux/net/bridge/ |
H A D | br_netlink_tunnel.c | 300 int t, v; in br_process_vlan_tunnel_info() local 307 t = tinfo_last->tunid; in br_process_vlan_tunnel_info() 311 err = br_vlan_tunnel_info(p, cmd, v, t, &curr_change); in br_process_vlan_tunnel_info() 314 t++; in br_process_vlan_tunnel_info()
|
/openbmc/linux/include/ufs/ |
H A D | ufshci.h | 307 #define UIC_ARG_ATTR_TYPE(t) (((t) & 0xFF) << 16) argument 352 #define INT_AGGR_TIMEOUT_VAL(t) (((t) & 0xFF) << 0) argument
|
/openbmc/linux/arch/um/kernel/ |
H A D | process.c | 335 int singlestepping(void * t) in singlestepping() argument 337 struct task_struct *task = t ? t : current; in singlestepping() 396 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_task_fpregs() argument
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-st-lpc.c | 152 static int st_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *t) in st_rtc_set_alarm() argument 162 alarm_secs = rtc_tm_to_time64(&t->time); in st_rtc_set_alarm() 164 memcpy(&rtc->alarm, t, sizeof(struct rtc_wkalrm)); in st_rtc_set_alarm() 171 st_rtc_alarm_irq_enable(dev, t->enabled); in st_rtc_set_alarm()
|
/openbmc/linux/kernel/trace/ |
H A D | trace.c | 2111 for (t = trace_types; t; t = t->next) { in init_trace_selftests() 2174 for (t = trace_types; t; t = t->next) { in register_tracer() 5129 while (t && !trace_ok_for_array(t, tr)) in get_tracer_for_array() 5130 t = t->next; in get_tracer_for_array() 5132 return t; in get_tracer_for_array() 5143 if (t) in t_next() 5144 t = get_tracer_for_array(tr, t->next); in t_next() 5158 for (; t && l < *pos; t = t_next(m, t, &l)) in t_start() 5173 if (!t) in t_show() 6533 for (t = trace_types; t; t = t->next) { in tracing_set_tracer() [all …]
|
/openbmc/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 288 t = self.type 291 t = 'u' + t[1:] 292 return t 483 t = self.type 486 t = 'u' + t[1:] 487 return t 623 self.attr_list.append((t, self.attr_set[t]),) 626 self.attr_list.append((t, self.attr_set[t]),) 751 t = TypeMultiAttr(self.family, self, elem, value, t) 753 return t [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | curve25519-hacl64.c | 197 u128 t[5] = { 0 }; in fmul_fmul() local 198 fmul_mul_shift_reduce_(t, tmp, input21); in fmul_fmul() 199 fproduct_carry_wide_(t); in fmul_fmul() 200 b4 = t[4]; in fmul_fmul() 201 b0 = t[0]; in fmul_fmul() 204 t[4] = b4_; in fmul_fmul() 205 t[0] = b0_; in fmul_fmul() 206 fproduct_copy_from_wide_(output, t); in fmul_fmul() 284 u128 t[5]; in fsquare_fsquare_times() local 286 fsquare_fsquare_times_(output, t, count1); in fsquare_fsquare_times() [all …]
|
/openbmc/linux/net/sctp/ |
H A D | stream.c | 576 struct sctp_transport *t; in sctp_process_strreset_outreq() local 578 t = asoc->strreset_chunk->transport; in sctp_process_strreset_outreq() 579 if (del_timer(&t->reconf_timer)) in sctp_process_strreset_outreq() 580 sctp_transport_put(t); in sctp_process_strreset_outreq() 825 struct sctp_transport *t; in sctp_process_strreset_addstrm_out() local 828 if (del_timer(&t->reconf_timer)) in sctp_process_strreset_addstrm_out() 829 sctp_transport_put(t); in sctp_process_strreset_addstrm_out() 921 struct sctp_transport *t; in sctp_process_strreset_resp() local 1078 t = asoc->strreset_chunk->transport; in sctp_process_strreset_resp() 1079 if (del_timer(&t->reconf_timer)) in sctp_process_strreset_resp() [all …]
|
/openbmc/linux/kernel/ |
H A D | exit.c | 576 struct task_struct *t; in find_alive_thread() local 578 for_each_thread(p, t) { in find_alive_thread() 579 if (!(t->flags & PF_EXITING)) in find_alive_thread() 580 return t; in find_alive_thread() 693 struct task_struct *p, *t, *reaper; in forget_original_parent() local 705 for_each_thread(p, t) { in forget_original_parent() 707 BUG_ON((!t->ptrace) != (rcu_access_pointer(t->parent) == father)); in forget_original_parent() 708 if (likely(!t->ptrace)) in forget_original_parent() 709 t->parent = t->real_parent; in forget_original_parent() 710 if (t->pdeath_signal) in forget_original_parent() [all …]
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | sched-migration.py | 224 def next(self, t): argument 225 self.end = t 226 return TimeSlice(t, self) 265 def mouse_down(self, cpu, t): argument 266 idx = self.find_time_slice(t) 277 for t in rq.tasks: 278 raw += "%s \n" % thread_name(t)
|
/openbmc/linux/Documentation/core-api/ |
H A D | errseq.rst | 54 They're all handing him work to do -- so much he can't keep track of who 59 He might have made the mistake on work they didn't actually hand him, 60 but he can't keep track of things at that level of detail, all he can 76 don't care about anything that happened before their watch begins:: 110 Note that the supervisors can't tell how many mistakes he made, only 126 Since he's just going to discard "since" after that point, he doesn't 127 need to advance it here. He also doesn't need any locking since it's
|
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | Kconfig | 27 zones on Alienware machines that don't contain a dedicated AlienFX 123 If you aren't sure and this module doesn't work for your computer 124 it just won't load. 136 If you aren't sure and this module doesn't work for your computer 137 it just won't load.
|
/openbmc/linux/Documentation/scsi/ |
H A D | scsi-changer.rst | 25 changer device this is a "don't care", he *only* shuffles around the 61 wasn't covered by the NetBSD ioctl API. 77 I don't have any device lists, neither black-list nor white-list. Thus 81 doesn't, it is a bug. Either within the driver or within the firmware 92 device [ try "dmesg" if you don't see anything ] and should show up in 140 transfer elements. You likely don't need this as the jukebox 141 should provide this information. But some devices don't ...
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_mocs.c | 599 #define for_each_mocs(mocs, t, i) \ argument 601 i < (t)->n_entries ? (mocs = get_entry_control((t), i)), 1 : 0;\ 656 #define for_each_l3cc(l3cc, t, i) \ argument 658 i < ((t)->n_entries + 1) / 2 ? \ 659 (l3cc = l3cc_combine(get_entry_l3cc((t), 2 * i), \ 660 get_entry_l3cc((t), 2 * i + 1))), 1 : \
|
/openbmc/linux/sound/soc/codecs/ |
H A D | tas2552.c | 191 unsigned int d, q, t; in tas2552_setup_pll() local 199 t = (pll_clk * 2) << p; in tas2552_setup_pll() 200 j = t / pll_clkin; in tas2552_setup_pll() 201 d = t % pll_clkin; in tas2552_setup_pll() 202 t = pll_clkin / 10000; in tas2552_setup_pll() 203 q = d / (t + 1); in tas2552_setup_pll() 204 d = q + ((9999 - pll_clkin % 10000) * (d / t - q)) / 10000; in tas2552_setup_pll()
|