Home
last modified time | relevance | path

Searched refs:t (Results 2151 – 2175 of 8705) sorted by relevance

1...<<81828384858687888990>>...349

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-g-frame-interval.rst42 don't support frame intervals must not implement these ioctls.
66 doesn't match the device capabilities. They must instead modify the
108 The frame interval can't be changed because the pad is currently
117 ``pad`` references a non-existing pad, or the pad doesn't support
/openbmc/linux/drivers/staging/fieldbus/
H A Ddev_core.c105 const char *t; in fieldbus_type_show() local
109 t = "profinet"; in fieldbus_type_show()
112 t = "unknown"; in fieldbus_type_show()
116 return sysfs_emit(buf, "%s\n", t); in fieldbus_type_show()
/openbmc/linux/fs/fuse/
H A Dcontrol.c80 unsigned long t; in fuse_conn_limit_write() local
87 err = kstrtoul_from_user(buf, count, 0, &t); in fuse_conn_limit_write()
94 if (t > limit) in fuse_conn_limit_write()
97 *val = t; in fuse_conn_limit_write()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_icmpv6.c231 const struct nf_conntrack_tuple *t) in icmpv6_tuple_to_nlattr() argument
233 if (nla_put_be16(skb, CTA_PROTO_ICMPV6_ID, t->src.u.icmp.id) || in icmpv6_tuple_to_nlattr()
234 nla_put_u8(skb, CTA_PROTO_ICMPV6_TYPE, t->dst.u.icmp.type) || in icmpv6_tuple_to_nlattr()
235 nla_put_u8(skb, CTA_PROTO_ICMPV6_CODE, t->dst.u.icmp.code)) in icmpv6_tuple_to_nlattr()
/openbmc/linux/drivers/input/keyboard/
H A Dmpr121_touchkey.c177 int i, t, vdd, ret; in mpr121_phys_init() local
181 t = ELE0_TOUCH_THRESHOLD_ADDR + (i * 2); in mpr121_phys_init()
182 ret = i2c_smbus_write_byte_data(client, t, TOUCH_THRESHOLD); in mpr121_phys_init()
185 ret = i2c_smbus_write_byte_data(client, t + 1, in mpr121_phys_init()
/openbmc/linux/arch/arm/mm/
H A Dinit.c428 struct task_struct *t, *s; in update_sections_early() local
430 for_each_process(t) { in update_sections_early()
431 if (t->flags & PF_KTHREAD) in update_sections_early()
433 for_each_thread(t, s) in update_sections_early()
/openbmc/linux/net/sched/
H A Dact_skbmod.c245 struct tcf_t t; in tcf_skbmod_dump() local
268 tcf_tm_dump(&t, &d->tcf_tm); in tcf_skbmod_dump()
269 if (nla_put_64bit(skb, TCA_SKBMOD_TM, sizeof(t), &t, TCA_SKBMOD_PAD)) in tcf_skbmod_dump()
/openbmc/qemu/hw/misc/
H A Dpci-testdev.c157 int t, r; in pci_testdev_write() local
164 t = type * IOTEST_MAX_TEST + val; in pci_testdev_write()
165 r = pci_testdev_start(&d->tests[t]); in pci_testdev_write()
169 d->current = t; in pci_testdev_write()
/openbmc/linux/Documentation/admin-guide/
H A Dsvga.rst45 for exact meaning of the ID). Warning: LILO doesn't support
80 "Unknown mode ID", it is trying to tell you that it isn't possible to set such
100 ``ghost modes``). If you are afraid this could damage your monitor, don't use
113 by entering its mode directly if you know it even if it isn't shown on the menu.
117 0x0000 to 0x00ff - menu item references. 0x0000 is the first item. Don't use
133 0x0f00 standard 80x25, don't reset mode if already set (=FFFF)
169 text screen resolution instead of peeking it from BIOS variables. Don't use
173 Still doesn't work?
176 When the mode detection doesn't work (e.g., the mode list is incorrect or
186 current settings") to Linux, because if you don't and you use any non-standard
[all …]
/openbmc/linux/arch/x86/crypto/
H A Dsm3-avx-asm_64.S160 #define GG1(x, y, z, o, t) \ argument
165 #define FF1(x, y, z, o, t) GG1(x, y, z, o, t) argument
167 #define GG2(x, y, z, o, t) \ argument
169 movl y, t; \
170 andl x, t; \
171 addl2(t, o);
173 #define FF2(x, y, z, o, t) \ argument
176 movl y, t; \
177 andl x, t; \
179 xorl t, o;
/openbmc/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst60 The KVM x86 tree doesn't have its own official merge window, but there's a soft
74 i.e. radio silence during this period isn't unusual.
116 variable declarations isn't strictly required, though it is still preferred.
119 functions. The vast majority of "public" KVM functions aren't truly public as
140 and APM are constantly changing, and so the numbers/labels aren't stable.
166 Note, these don't align with the topics branches (the topic branches care much
185 you want to propose introducing a new topic, i.e. don't go rogue.
269 If you can't fully test a change, e.g. due to lack of hardware, clearly state
275 tests aren't strictly required, e.g. if coverage is provided by running a
283 can't prevent a guest from using and for which there is no true enabling.
[all …]
/openbmc/linux/drivers/nfc/
H A Dtrf7970a.c490 struct spi_transfer t[2]; in trf7970a_read_cont() local
498 memset(&t, 0, sizeof(t)); in trf7970a_read_cont()
500 t[0].tx_buf = &addr; in trf7970a_read_cont()
501 t[0].len = sizeof(addr); in trf7970a_read_cont()
504 t[1].rx_buf = buf; in trf7970a_read_cont()
505 t[1].len = len; in trf7970a_read_cont()
660 memset(&t, 0, sizeof(t)); in trf7970a_transmit()
662 t[0].tx_buf = prefix; in trf7970a_transmit()
663 t[0].len = prefix_len; in trf7970a_transmit()
666 t[1].tx_buf = skb->data; in trf7970a_transmit()
[all …]
/openbmc/linux/Documentation/arch/m68k/
H A Dkernel-options.rst70 this isn't possible here, because the root filesystem (with /dev)
123 If the device containing your root partition isn't in the table
236 I can't find any sign of this option in 2.2.6.
241 I can't find any sign of this option in 2.2.6.
312 don't need to expand the sound.
395 the kernel doesn't know how to set the base address at all.)
457 't':
603 ignored (others aren't affected).
611 don't make sense. Default: 16/8.
646 isn't given, the default ID is 7. (both, TT and Falcon).
[all …]
/openbmc/linux/fs/orangefs/
H A Dorangefs-bufmap.c87 long n = left, t; in wait_for_free() local
102 t = schedule_timeout(n); in wait_for_free()
104 if (unlikely(!t) && n != left && m->c < 0) in wait_for_free()
105 left = t; in wait_for_free()
107 left = t + (left - n); in wait_for_free()
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dbttv-devel.rst22 You should verify this is correct. If it isn't, you have to pass the
27 If your card isn't listed there, you might check the source code for
28 new entries which are not listed yet. If there isn't one for your
35 module like ``msp3400`` to make sound work. If there isn't one for the
47 Still doesn't work? Looks like some driver hacking is required.
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo_types.rst10 .. _video-format-t:
33 .. _video-displayformat-t:
55 .. _video-stream-source-t:
80 .. _video-play-state-t:
134 .. _video-size-t:
/openbmc/linux/tools/testing/selftests/ptp/
H A Dtestptp.c111 static int64_t pctns(struct ptp_clock_time *t) in pctns() argument
113 return t->sec * NSEC_PER_SEC + t->nsec; in pctns()
433 event.t.sec, event.t.nsec); in main()
/openbmc/linux/include/net/sctp/
H A Dsm.h310 void sctp_generate_t3_rtx_event(struct timer_list *t);
311 void sctp_generate_heartbeat_event(struct timer_list *t);
312 void sctp_generate_reconf_event(struct timer_list *t);
313 void sctp_generate_probe_event(struct timer_list *t);
314 void sctp_generate_proto_unreach_event(struct timer_list *t);
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-mickey.dts86 * and don't let the GPU go faster than 400 MHz.
139 /* At very hot, don't let GPU go over 300 MHz */
188 * the CPU can't go faster than 1.4 GHz. Note that we won't
206 /* When really hot, don't let GPU go _above_ 300 MHz */
/openbmc/linux/drivers/iio/frequency/
H A Dadrf6780.c95 struct spi_transfer t = {0}; in __adrf6780_spi_read() local
101 t.rx_buf = &st->data[0]; in __adrf6780_spi_read()
102 t.tx_buf = &st->data[0]; in __adrf6780_spi_read()
103 t.len = 3; in __adrf6780_spi_read()
105 ret = spi_sync_transfer(st->spi, &t, 1); in __adrf6780_spi_read()
/openbmc/qemu/tests/qtest/
H A Divshmem-test.c252 ServerThread *t = data; in server_thread() local
253 IvshmemServer *server = t->server; in server_thread()
260 FD_SET(t->pipe[0], &fds); in server_thread()
261 maxfd = t->pipe[0] + 1; in server_thread()
279 if (FD_ISSET(t->pipe[0], &fds)) { in server_thread()
/openbmc/linux/drivers/hid/
H A Dhid-hyperv.c333 unsigned long t; in mousevsc_connect_to_vsp() local
358 t = wait_for_completion_timeout(&input_dev->wait_event, 5*HZ); in mousevsc_connect_to_vsp()
359 if (!t) { in mousevsc_connect_to_vsp()
373 t = wait_for_completion_timeout(&input_dev->wait_event, 5*HZ); in mousevsc_connect_to_vsp()
374 if (!t) { in mousevsc_connect_to_vsp()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py467 for t in tgts:
469 elem['target'] = t
507 target_sdk_files = t.targetsdkfile_set.all()
566 key=lambda t:'%s_%s %s'%(t.recipe.name, t.recipe.version, t.task_name))
569 key=lambda t:'%s_%s %s'%( t.recipe.name, t.recipe.version, t.task_name ))
1566 for t in b.target_set.all():
1684 t=request.POST['configvarAdd'].strip()
1685 if ":" in t:
1688 variable = t
1695 if ":" in t:
[all …]
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dsonypi.rst9 - Copyright (C) 2000 Takaya Kinjo <t-kinjo@tc4.so-net.ne.jp>
44 driver and the ACPI BIOS, because Sony doesn't agree to release any programming
64 fnkeyinit: on some Vaios (C1VE, C1VR etc), the Fn key events don't
67 some Vaio models don't deal well with this option.
70 with it and it shouldn't be required anyway if
137 continue to use them, don't use this driver.
/openbmc/linux/Documentation/driver-api/usb/
H A Derror-codes.rst34 ``-ENODEV`` specified USB-device or bus doesn't exist
48 ``-EXDEV`` ISO: ``URB_ISO_ASAP`` wasn't specified and all the
52 ``-EFBIG`` Host controller driver can't schedule that many ISO
55 ``-EPIPE`` The pipe type specified in the URB doesn't match the
77 ``-ENOEXEC`` A control URB doesn't contain a Setup packet.
158 of other errors, since the hub driver doesn't

1...<<81828384858687888990>>...349