/openbmc/linux/scripts/genksyms/ |
H A D | lex.l | 55 ^#[ \t]+{INT}[ \t]+\"[^\"\n]+\".*\n return FILENAME; 60 [ \t\f\v\r]+ ;
|
/openbmc/openbmc/meta-security/recipes-security/opendnssec/files/ |
H A D | libxml2_conf.patch | 40 - AC_CHECK_LIB(xml2, xmlDocGetRootElement,,[AC_MSG_ERROR([Can't find libxml2 library])]) 61 + # then use that information and don't search ssldirs 101 + # if the file wasn't found, well, go ahead and try the link anyway -- maybe
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/ |
H A D | luajit_git.bb | 36 # We don't want the lua buildsystem's compiler optimizations, or its 37 # stripping, and we don't want it to pick up CFLAGS or LDFLAGS, as those apply 64 # '/share' and '/' + LUA_MULTILIB paths, so we don't want to break those
|
/openbmc/linux/kernel/sched/ |
H A D | autogroup.c | 161 struct task_struct *t; in autogroup_move_group() local 185 for_each_thread(p, t) in autogroup_move_group() 186 sched_move_task(t); in autogroup_move_group()
|
/openbmc/linux/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 58 static inline int ti_thermal_hotspot_temperature(int t, int s, int c) in ti_thermal_hotspot_temperature() argument 60 int delta = t * s / 1000 + c; in ti_thermal_hotspot_temperature() 65 return t + delta; in ti_thermal_hotspot_temperature()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/ |
H A D | init.c | 220 struct mt76x02_rate_power t; in mt76x0_init_txpower() local 227 mt76x0_get_tx_power_per_rate(dev, chan, &t); in mt76x0_init_txpower() 230 chan->orig_mpwr = (mt76x02_get_max_rate_power(&t) + tp) / 2; in mt76x0_init_txpower()
|
/openbmc/linux/net/rose/ |
H A D | rose_link.c | 75 static void rose_ftimer_expiry(struct timer_list *t) in rose_ftimer_expiry() argument 79 static void rose_t0timer_expiry(struct timer_list *t) in rose_t0timer_expiry() argument 81 struct rose_neigh *neigh = from_timer(neigh, t, t0timer); in rose_t0timer_expiry()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-chrome-common.dtsi | 69 /* The PMIC PON code isn't compatible w/ how Chrome EC/BIOS handle things. */ 129 * the active state and don't redefine them here. Also note 130 * that we don't need the reverse (output-enable) in the
|
/openbmc/linux/Documentation/hwmon/ |
H A D | nzxt-smart2.rst | 18 The device also has two connectors for RGB LEDs; support for them isn't 22 useless (and very imprecise), so support for it isn't implemented too. 30 must be reloaded to detect configuration changes; otherwise, new fans can't
|
/openbmc/linux/arch/um/kernel/ |
H A D | dyn.lds.S | 37 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } 38 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 81 *(.stub .text.* .gnu.linkonce.t.*)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/ |
H A D | sdbus-c++-libsystemd_255.6.bb | 25 file://0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ 27 file://0004-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch \ 30 file://0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch \
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | diagnose.py | 157 t = _consonants 159 t = _vowels 160 s += random.choice(t)
|
/openbmc/qemu/include/hw/i3c/ |
H A D | i3c.h | 233 int i3c_target_send_ibi(I3CTarget *t, uint8_t addr, bool is_recv); 234 int i3c_target_send_ibi_bytes(I3CTarget *t, uint8_t data); 235 int i3c_target_ibi_finish(I3CTarget *t, uint8_t data);
|
/openbmc/linux/net/core/ |
H A D | neighbour.c | 2862 int t, family, s_t; in neigh_dump_info() local 2882 for (t = 0; t < NEIGH_NR_TABLES; t++) { in neigh_dump_info() 2883 tbl = neigh_tables[t]; in neigh_dump_info() 2889 if (t > s_t) in neigh_dump_info() 2900 cb->args[0] = t; in neigh_dump_info() 3797 t = kmemdup(&neigh_sysctl_template, sizeof(*t), GFP_KERNEL_ACCOUNT); in neigh_sysctl_register() 3798 if (!t) in neigh_sysctl_register() 3863 if (!t->sysctl_header) in neigh_sysctl_register() 3866 p->sysctl_table = t; in neigh_sysctl_register() 3870 kfree(t); in neigh_sysctl_register() [all …]
|
/openbmc/linux/drivers/media/pci/tw5864/ |
H A D | tw5864-video.c | 178 static void tw5864_handle_frame_task(struct tasklet_struct *t); 804 struct v4l2_fract *t = &sp->parm.capture.timeperframe; in tw5864_s_parm() local 812 if (!t->numerator || !t->denominator) { in tw5864_s_parm() 813 t->numerator = time_base.numerator * input->frame_interval; in tw5864_s_parm() 814 t->denominator = time_base.denominator; in tw5864_s_parm() 815 } else if (t->denominator != time_base.denominator) { in tw5864_s_parm() 816 t->numerator = t->numerator * time_base.denominator / in tw5864_s_parm() 817 t->denominator; in tw5864_s_parm() 818 t->denominator = time_base.denominator; in tw5864_s_parm() 821 input->frame_interval = t->numerator / time_base.numerator; in tw5864_s_parm() [all …]
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_nocb.h | 550 struct task_struct *t; in __call_rcu_nocb_wake() local 553 t = READ_ONCE(rdp->nocb_gp_kthread); in __call_rcu_nocb_wake() 554 if (rcu_nocb_poll || !t) { in __call_rcu_nocb_wake() 1034 struct rcu_data *rdp = from_timer(rdp, t, nocb_timer); in do_nocb_deferred_wakeup_timer() 1479 struct task_struct *t; in rcu_spawn_cpu_nocb_kthread() local 1494 t = kthread_run(rcu_nocb_gp_kthread, rdp_gp, in rcu_spawn_cpu_nocb_kthread() 1500 WRITE_ONCE(rdp_gp->nocb_gp_kthread, t); in rcu_spawn_cpu_nocb_kthread() 1502 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread() 1507 t = kthread_run(rcu_nocb_cb_kthread, rdp, in rcu_spawn_cpu_nocb_kthread() 1513 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread() [all …]
|
/openbmc/linux/Documentation/input/joydev/ |
H A D | joystick-api.rst | 104 independent axes, even if the hardware doesn't allow independent movement. 112 don't read a 0 when the joystick is ``dead``, or if it doesn't span the 135 is much safer since it can't lose sync with the driver. As you would 154 are two alternatives if you can't afford to wait forever (which is, 167 If read returns -1 when reading in O_NONBLOCK mode, this isn't 194 Why can the queue get full? Because you don't empty the queue as 275 such as jscal or kcmjoy. These IOCTLs and data types aren't considered 337 doesn't try to be compatible with that interface.
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ioam6.sh | 417 for t in $TESTS_OUTPUT 419 $t "inline" 420 [ $encap_tests = 0 ] && $t "encap" 438 for t in $TESTS_INPUT 440 $t "inline" 441 [ $encap_tests = 0 ] && $t "encap" 457 for t in $TESTS_GLOBAL 459 $t "inline" 460 [ $encap_tests = 0 ] && $t "encap"
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | module.c | 141 int s, t; in reassemble_16a() local 144 t = (as16 << 1) & 0xffff; in reassemble_16a() 146 return (t ^ s ^ (s >> 1)) | (s >> 15); in reassemble_16a() 542 #define r(t) ELF32_R_TYPE(rel[i].r_info)==t ? #t : in apply_relocate_add() 687 #define r(t) ELF64_R_TYPE(rel[i].r_info)==t ? #t : in apply_relocate_add()
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-vt8500.c | 37 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) argument
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.h | 129 static inline void l2t_release(struct t3cdev *t, struct l2t_entry *e) in l2t_release() argument 134 d = L2DATA(t); in l2t_release()
|
/openbmc/linux/include/uapi/linux/ |
H A D | atm.h | 58 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ argument 59 sizeof(t))
|
/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/ |
H A D | noperlcheck.patch | 1 In the target case, we can't check if perl exists or try running it. If we 2 don't patch the code, the native perl location would be used, not the target
|
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/ |
H A D | 0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch | 4 Subject: [PATCH] staprun/stapbpf: don't support installing a non-root 7 expect to be running as root, don't create the group or chmod
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | 0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch | 6 It checks host's path such as /dev/log and uses it, this doesn't make sense for 8 usually doesn't have /dev/log which leads to a different build result since
|