/openbmc/linux/fs/hpfs/ |
H A D | Kconfig | 12 floppies however are in regular MSDOS format, so you don't need this
|
/openbmc/linux/arch/um/kernel/ |
H A D | uml.lds.S | 44 *(.gnu.linkonce.t*)
|
/openbmc/linux/drivers/of/unittest-data/ |
H A D | tests-address.dtsi | 15 /* ranges here is to make sure we don't use it for
|
/openbmc/linux/rust/ |
H A D | bindgen_parameters | 18 # warning. We don't need to peek into it anyway.
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | prism2mgmt.h | 92 void prism2sta_commsqual_timer(struct timer_list *t);
|
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/ |
H A D | 0001-extmk-fix-cross-compilation-of-external-gems.patch | 9 Note that I (André) didn't actually write this patch, I
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
H A D | 0005-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch | 4 Subject: [PATCH] snmplib/keytools.c: Don't check for return from
|
/openbmc/openbmc/poky/meta/recipes-core/newlib/ |
H A D | libgloss_git.bb | 15 # install doesn't create this itself, avoid install error
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/ |
H A D | dpkg_1.22.6.bb | 11 file://0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch \
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | initrd.rst | 67 in this case and doesn't necessarily have to be a file system image. 72 can't be opened anymore. 83 archive. On such systems, the creation of a ramdisk image doesn't need to 142 # mount -t ext2 -o loop initrd /mnt 150 environment. Don't forget the most important file, ``/sbin/init`` 288 4) ``/sbin/init`` creates and populates the root file system (this doesn't 313 like the location of the root FS partition doesn't have to be provided at 365 mount -n -t proc proc /proc
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-417.c | 1266 struct v4l2_tuner *t) in vidioc_g_tuner() argument 1272 if (0 != t->index) in vidioc_g_tuner() 1274 strscpy(t->name, "Television", sizeof(t->name)); in vidioc_g_tuner() 1275 call_all(dev, tuner, g_tuner, t); in vidioc_g_tuner() 1277 dprintk(1, "VIDIOC_G_TUNER: tuner type %d\n", t->type); in vidioc_g_tuner() 1283 const struct v4l2_tuner *t) in vidioc_s_tuner() argument 1291 call_all(dev, tuner, s_tuner, t); in vidioc_s_tuner()
|
H A D | cx23885-video.c | 896 struct v4l2_tuner *t) in vidioc_g_tuner() argument 911 if (0 != t->index) in vidioc_g_tuner() 914 strscpy(t->name, "Television", sizeof(t->name)); in vidioc_g_tuner() 916 call_all(dev, tuner, g_tuner, t); in vidioc_g_tuner() 921 const struct v4l2_tuner *t) in vidioc_s_tuner() argument 936 if (0 != t->index) in vidioc_s_tuner() 939 call_all(dev, tuner, s_tuner, t); in vidioc_s_tuner()
|
/openbmc/linux/net/sctp/ |
H A D | outqueue.c | 1160 struct sctp_transport *t; in sctp_outq_flush_transports() local 1164 t = list_entry(ltransport, struct sctp_transport, send_ready); in sctp_outq_flush_transports() 1165 packet = &t->packet; in sctp_outq_flush_transports() 1168 if (t->dst && __sk_dst_get(sk) != t->dst) { in sctp_outq_flush_transports() 1169 dst_hold(t->dst); in sctp_outq_flush_transports() 1170 sk_setup_caps(sk, t->dst); in sctp_outq_flush_transports() 1179 sctp_transport_burst_reset(t); in sctp_outq_flush_transports()
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_8188f.c | 1078 int result[][8], int t) in rtl8188fu_phy_iqcalibrate() argument 1113 if (t == 0) { in rtl8188fu_phy_iqcalibrate() 1124 if (t == 0) { in rtl8188fu_phy_iqcalibrate() 1160 result[t][0] = (val32 >> 16) & 0x3ff; in rtl8188fu_phy_iqcalibrate() 1164 result[t][1] = (val32 >> 16) & 0x3ff; in rtl8188fu_phy_iqcalibrate() 1174 result[t][2] = (val32 >> 16) & 0x3ff; in rtl8188fu_phy_iqcalibrate() 1178 result[t][3] = (val32 >> 16) & 0x3ff; in rtl8188fu_phy_iqcalibrate() 1191 if (t == 0) in rtl8188fu_phy_iqcalibrate()
|
/openbmc/linux/lib/ |
H A D | Kconfig | 424 values for parameters 'm' (Galois field order) and 't' 430 usual (m,t) values (typically such that m*t < 200). 432 only a single (m,t) configuration. This is mainly useful 442 that (k + m*t) <= 2**m - 1. 449 Constant value for error correction capability in bits 't'. 576 working on the code to ensure they haven't introduced any 581 it, but you probably don't need it.
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | pt.c | 616 #define TOPA_ENTRY(t, i) \ argument 618 ? &topa_to_page(t)->table[(t)->last] \ 619 : &topa_to_page(t)->table[(i)]) 620 #define TOPA_ENTRY_SIZE(t, i) (sizes(TOPA_ENTRY((t), (i))->size)) argument 621 #define TOPA_ENTRY_PAGES(t, i) (1 << TOPA_ENTRY((t), (i))->size) argument
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 79 Remove redundant paths from the path for display. If pkg isn't set then 269 # that don't follow the standard naming convention. It checks later 441 …oe.qa.add_message(messages, "ldflags", "File %s in package %s doesn't have GNU_HASH (didn't pass L… 486 Check that /usr/share/info/dir isn't shipped in a particular package 872 # Don't do this check for kernel/module recipes, there aren't too many debug/development 1006 Check that the recipe didn't ship a perlocal.pod file, which shouldn't be 1325 msg += "Don't forget to review changes done by devtool!\n" 1372 …ath.exists(os.path.join(srcdir, "t")) and any(filename.endswith('.t') for filename in os.listdir(o… 1555 # don't have it in DEPENDS. 1577 msg += "type of assignment, and don't forget the colon.\n" [all …]
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-service-time.rst | 29 If '0' is given, the path isn't selected while 69 If such optimizations can't be applied, calculate service time, and
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/ |
H A D | 0001-kpatch-build-add-cross-compilation-support.patch | 51 -options="$(getopt -o ha:r:s:c:v:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vm… 52 +options="$(getopt -o ha:r:s:c:v:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vm…
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | gpio-pcf857x.txt | 5 the direction and output level into a single bit per line, which can't be read 6 back. We can't actually know at initialization time whether a line is configured
|
/openbmc/u-boot/include/linux/ |
H A D | kernel.h | 62 #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) argument
|
/openbmc/u-boot/board/Synology/ds109/ |
H A D | openocd.cfg | 15 # don't talk to JTAG after reset for: [ms] 26 # Furthermore, the JTAG interface doesn't respond at all when
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi.h | 267 u32 t = 0, v; in hdmi_wait_for_bit_change() local 269 if (t++ > 10000) in hdmi_wait_for_bit_change()
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | Kconfig | 64 driver doesn't use onboard MPEG2 decoder. The 79 # While technically independent, it doesn't make sense to keep
|
/openbmc/linux/sound/isa/sb/ |
H A D | sb8_midi.c | 200 static void snd_sb8dsp_midi_output_timer(struct timer_list *t) in snd_sb8dsp_midi_output_timer() argument 202 struct snd_sb *chip = from_timer(chip, t, midi_timer); in snd_sb8dsp_midi_output_timer()
|