/openbmc/openbmc/meta-ibm/meta-sbp1/conf/templates/default/ |
H A D | local.conf.sample | 7 # but new users likely won't need any of them initially. 234 # artifact can be reused as equivalent, even if the current task hash doesn't 254 # this doesn't mean anything to you.
|
/openbmc/openbmc/meta-ibm/meta-system1/conf/templates/default/ |
H A D | local.conf.sample | 7 # but new users likely won't need any of them initially. 234 # artifact can be reused as equivalent, even if the current task hash doesn't 254 # this doesn't mean anything to you.
|
/openbmc/openbmc/meta-facebook/meta-harma/conf/templates/default/ |
H A D | local.conf.sample | 7 # but new users likely won't need any of them initially. 234 # artifact can be reused as equivalent, even if the current task hash doesn't 254 # this doesn't mean anything to you.
|
/openbmc/openbmc/meta-facebook/meta-minerva/conf/templates/default/ |
H A D | local.conf.sample | 7 # but new users likely won't need any of them initially. 234 # artifact can be reused as equivalent, even if the current task hash doesn't 254 # this doesn't mean anything to you.
|
/openbmc/linux/tools/testing/nvdimm/test/ |
H A D | ndtest.c | 286 struct ndtest_priv *t = instances[i]; in ndtest_resource_lookup() local 288 if (!t) in ndtest_resource_lookup() 291 list_for_each_entry(n, &t->resources, list) { in ndtest_resource_lookup()
|
/openbmc/linux/drivers/hwmon/ |
H A D | hwmon.c | 159 long t; in hwmon_thermal_get_temp() local 162 tdata->index, &t); in hwmon_thermal_get_temp() 166 *temp = t; in hwmon_thermal_get_temp()
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | snps,dwc3.yaml | 112 description: Indicate if we don't want to enable USB2 HW LPM for host 121 description: Indicate if we don't want to enable USB2 HW LPM for gadget 222 PHY doesn't provide a free-running PHY clock.
|
/openbmc/linux/Documentation/trace/ |
H A D | kprobetrace.rst | 18 Similar to the event tracer, this doesn't need to be activated via 109 symbols, and you don't need to solve symbol name by yourself. 128 Note that kprobe-event provides the user-memory access syntax but it doesn't
|
/openbmc/linux/Documentation/gpu/amdgpu/display/ |
H A D | mpo-overview.rst | 50 For this hardware example, we have 4 pipes (if you don't know what AMD pipe 182 protect the plane that handles the video playback; notice that we don't have 229 video won't be MPO since we have used 3/3 pipes.
|
/openbmc/linux/Documentation/sound/soc/ |
H A D | dapm.rst | 190 If you don't want the mixer elements prefixed with the name of the mixer widget, 198 Machine widgets are different from codec widgets in that they don't have a 232 Sometimes widgets exist in the codec or machine audio map that don't have any
|
/openbmc/linux/arch/powerpc/ |
H A D | Kconfig.debug | 4 bool "Don't build arch/powerpc code with -Werror" 11 arch/powerpc code caused by a warning, and you don't feel 75 If you don't know what this means, say N.
|
/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/ |
H A D | local.conf.sample | 7 # but new users likely won't need any of them initially. 234 # artifact can be reused as equivalent, even if the current task hash doesn't 254 # this doesn't mean anything to you.
|
/openbmc/openbmc/meta-facebook/meta-ventura/conf/templates/default/ |
H A D | local.conf.sample | 7 # but new users likely won't need any of them initially. 234 # artifact can be reused as equivalent, even if the current task hash doesn't 254 # this doesn't mean anything to you.
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/ |
H A D | local.conf.sample | 7 # but new users likely won't need any of them initially. 234 # artifact can be reused as equivalent, even if the current task hash doesn't 254 # this doesn't mean anything to you.
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/ |
H A D | util-linux_2.39.3.bb | 187 echo 'MOUNTALL="-t nonfs,nosmbfs,noncpfs"' > ${D}${sysconfdir}/default/mountall 343 for t in tests/ts/col/multibyte \ 346 rm -rf ${D}${PTEST_PATH}/$t
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | rust-target-config.bbclass | 11 # don't want to use this for the host/build. 262 # rust's internals won't choke on. 406 # These are accounted for in tmpdir path names so don't need to be in the task sig
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_execlists_submission.c | 2415 const struct timer_list *t = &engine->execlists.preempt; in preempt_timeout() local 2420 if (!timer_expired(t)) in preempt_timeout() 2430 static void execlists_submission_tasklet(struct tasklet_struct *t) in execlists_submission_tasklet() argument 2433 from_tasklet(sched_engine, t, tasklet); in execlists_submission_tasklet() 2537 #define execlists_kick(t, member) \ argument 2538 __execlists_kick(container_of(t, struct intel_engine_execlists, member)) 3137 static void nop_submission_tasklet(struct tasklet_struct *t) in nop_submission_tasklet() argument 3140 from_tasklet(sched_engine, t, tasklet); in nop_submission_tasklet() 3809 static void virtual_submission_tasklet(struct tasklet_struct *t) in virtual_submission_tasklet() argument 3812 from_tasklet(sched_engine, t, tasklet); in virtual_submission_tasklet()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | dw_mmc.c | 1824 static enum hrtimer_restart dw_mci_fault_timer(struct hrtimer *t) in dw_mci_fault_timer() argument 1826 struct dw_mci *host = container_of(t, struct dw_mci, fault_timer); in dw_mci_fault_timer() 2060 static void dw_mci_tasklet_func(struct tasklet_struct *t) in dw_mci_tasklet_func() argument 2062 struct dw_mci *host = from_tasklet(host, t, tasklet); in dw_mci_tasklet_func() 3091 static void dw_mci_cmd11_timer(struct timer_list *t) in dw_mci_cmd11_timer() argument 3093 struct dw_mci *host = from_timer(host, t, cmd11_timer); in dw_mci_cmd11_timer() 3105 static void dw_mci_cto_timer(struct timer_list *t) in dw_mci_cto_timer() argument 3107 struct dw_mci *host = from_timer(host, t, cto_timer); in dw_mci_cto_timer() 3160 static void dw_mci_dto_timer(struct timer_list *t) in dw_mci_dto_timer() argument 3162 struct dw_mci *host = from_timer(host, t, dto_timer); in dw_mci_dto_timer()
|
/openbmc/rest-dbus/resources/ |
H A D | jquery.min.js | 2 …t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l… 5 …t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!j){j={};while(b…
|
/openbmc/linux/Documentation/fb/ |
H A D | sisfb.rst | 28 a graphical console, you don't need sisfb on kernels >=2.6.3. 114 If using XFree86 or X.org, it is recommended that you don't use the "fbdev"
|
/openbmc/linux/drivers/tty/vt/ |
H A D | defkeymap.map | 61 keycode 20 = t 354 compose 't' 'h' to '�'
|
/openbmc/linux/drivers/media/radio/ |
H A D | radio-cadet.c | 285 static void cadet_handler(struct timer_list *t) in cadet_handler() argument 287 struct cadet *dev = from_timer(dev, t, readtimer); in cadet_handler()
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | asus-laptop.rst | 113 Switching doesn't work for the following: 264 - which driver features work and which don't
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | os.c | 759 time_t t = time(NULL); in os_localtime() local 762 tm = localtime(&t); in os_localtime()
|
/openbmc/linux/sound/isa/sb/ |
H A D | sb8_main.c | 84 struct snd_interval t = { .min = 1, .max = 1 }; in snd_sb8_hw_constraint_channels_rate() local 85 return snd_interval_refine(hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS), &t); in snd_sb8_hw_constraint_channels_rate()
|