/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_psi.c | 1573 struct vidtv_psi_table_transport *t = nit->transport; in vidtv_psi_nit_table_update_sec_len() local 1590 while (t) { in vidtv_psi_nit_table_update_sec_len() 1598 desc_loop_len = vidtv_psi_desc_comp_loop_len(t->descriptor); in vidtv_psi_nit_table_update_sec_len() 1599 vidtv_psi_set_desc_loop_len(&t->bitfield, desc_loop_len, 12); in vidtv_psi_nit_table_update_sec_len() 1603 t = t->next; in vidtv_psi_nit_table_update_sec_len() 1783 static void vidtv_psi_transport_destroy(struct vidtv_psi_table_transport *t) in vidtv_psi_transport_destroy() argument 1786 struct vidtv_psi_table_transport *curr_t = t; in vidtv_psi_transport_destroy()
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.megaraid | 111 > In a 64 bit structure, the allignment of member doesn't fit 64 bit 113 > In a 32 bit structure, we don't see the message because the allinment 155 As found in the following URL, rmb() only didn't help the 206 I don't have easy access to hardware, so only compile tested. 224 http://marc.theaimsgroup.com/?t=108001993000001&r=1&w=2 for more 314 "I don't see why not ... it's your driver, you can publish whatever 357 "Why can't the existing sysfs interfaces be used to do this?" 585 PCI table doesn't change, there's lots of users that prefer the more
|
/openbmc/linux/net/sched/ |
H A D | act_ife.c | 652 struct tcf_t t; in tcf_ife_dump() local 663 tcf_tm_dump(&t, &ife->tcf_tm); in tcf_ife_dump() 664 if (nla_put_64bit(skb, TCA_IFE_TM, sizeof(t), &t, TCA_IFE_PAD)) in tcf_ife_dump()
|
/openbmc/linux/Documentation/staging/ |
H A D | crc32.rst | 41 When computing a CRC, we don't care about the quotient, so we can 57 the remainder don't actually affect any decision-making until 87 As long as next_input_bit is returning the bits in a sensible order, we don't 189 you start the same way on decoding, it doesn't make a difference.
|
/openbmc/qemu/target/riscv/ |
H A D | debug.c | 179 trigger_type_t t) in tdata1_validate() argument 188 tdata1 = RV32_TYPE(t); in tdata1_validate() 194 tdata1 = RV64_TYPE(t); in tdata1_validate() 200 if (type != t) { in tdata1_validate()
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.c | 54 #define extts_to_data(t) \ argument 55 container_of((t), struct sja1105_ptp_data, extts_timer) 677 static void sja1105_ptp_extts_timer(struct timer_list *t) in sja1105_ptp_extts_timer() argument 679 struct sja1105_ptp_data *ptp_data = extts_to_data(t); in sja1105_ptp_extts_timer()
|
/openbmc/linux/fs/hpfs/ |
H A D | namei.c | 14 time64_t t = local_to_gmt(dir->i_sb, local_get_seconds(dir->i_sb)); in hpfs_update_directory_times() local 15 if (t == dir->i_mtime.tv_sec && in hpfs_update_directory_times() 16 t == inode_get_ctime(dir).tv_sec) in hpfs_update_directory_times() 18 dir->i_mtime = inode_set_ctime(dir, t, 0); in hpfs_update_directory_times()
|
/openbmc/linux/arch/arm/boot/dts/hisilicon/ |
H A D | hip04.dtsi | 347 /* non-configurable replicators don't show up on the 382 /* non-configurable replicators don't show up on the 417 /* non-configurable replicators don't show up on the 451 /* non-configurable replicators don't show up on the
|
/openbmc/linux/tools/usb/usbip/ |
H A D | INSTALL | 37 some point `config.cache' contains results you don't want to keep, you 137 find the X include and library files automatically, but if it doesn't, 159 `config.sub' isn't included in this package, then this package doesn't
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | gpio_keys.c | 407 static enum hrtimer_restart gpio_keys_debounce_timer(struct hrtimer *t) in gpio_keys_debounce_timer() argument 410 container_of(t, struct gpio_button_data, debounce_timer); in gpio_keys_debounce_timer() 451 static enum hrtimer_restart gpio_keys_irq_timer(struct hrtimer *t) in gpio_keys_irq_timer() argument 453 struct gpio_button_data *bdata = container_of(t, in gpio_keys_irq_timer()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | cyttsp5.c | 295 int i, t = 0, offset = 0; in cyttsp5_get_mt_touches() local 322 t = tch->abs[CY_TCH_T]; in cyttsp5_get_mt_touches() 323 input_mt_slot(ts->input, t); in cyttsp5_get_mt_touches() 325 __set_bit(t, ids); in cyttsp5_get_mt_touches()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | clk.rst | 256 default disabling of unused clocks. For example, if drivers aren't enabling 281 atomic context. However, it doesn't really make any sense to hold the enable 287 using it for to make sure that the enable state doesn't change during that 296 Drivers don't need to manually protect resources shared between the operations
|
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
H A D | 0002-musl-does-not-provide-printf-h.patch | 2 From: Tim Orling <timothy.t.orling@linux.intel.com> 12 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> 223 + S('z') = ZTPRE, S('j') = JPRE, S('t') = ZTPRE 251 + }, { /* 6: z- or t-prefixed (assumed to be same size) */
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.h | 61 LIBBPF_API const char *libbpf_bpf_attach_type_str(enum bpf_attach_type t); 70 LIBBPF_API const char *libbpf_bpf_link_type_str(enum bpf_link_type t); 79 LIBBPF_API const char *libbpf_bpf_map_type_str(enum bpf_map_type t); 88 LIBBPF_API const char *libbpf_bpf_prog_type_str(enum bpf_prog_type t);
|
/openbmc/linux/Documentation/mm/ |
H A D | highmem.rst | 23 VM space so that we don't have to pay the full TLB invalidation costs for 129 It is assumed that k[un]map_atomic() won't fail. 202 The general recommendation is that you don't use more than 8GiB on a 32-bit 204 much on your own - don't expect kernel developers to really care much if things
|
/openbmc/u-boot/drivers/net/ |
H A D | tsec.c | 417 uint t, count = 0; in redundant_init() local 454 for (t = 0; in redundant_init() 456 t++) { in redundant_init() 457 if (t >= 10 * TOUT_LOOP) { in redundant_init()
|
/openbmc/linux/drivers/usb/atm/ |
H A D | speedtch.c | 560 static void speedtch_status_poll(struct timer_list *t) in speedtch_status_poll() argument 562 struct speedtch_instance_data *instance = from_timer(instance, t, in speedtch_status_poll() 574 static void speedtch_resubmit_int(struct timer_list *t) in speedtch_resubmit_int() argument 576 struct speedtch_instance_data *instance = from_timer(instance, t, in speedtch_resubmit_int()
|
/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/ |
H A D | usb.c | 547 static void slif_data_plane_sap_timer_callb(struct timer_list *t) in slif_data_plane_sap_timer_callb() argument 549 struct plfxlc_usb *usb = from_timer(usb, t, tx.tx_retry_timer); in slif_data_plane_sap_timer_callb() 557 static void sta_queue_cleanup_timer_callb(struct timer_list *t) in sta_queue_cleanup_timer_callb() argument 559 struct plfxlc_usb *usb = from_timer(usb, t, sta_queue_cleanup); in sta_queue_cleanup_timer_callb()
|
/openbmc/qemu/docs/devel/ |
H A D | tcg.rst | 27 be generated and the previous TB won't be used anymore until the state 43 translating it from the guest architecture if it isn’t already available 101 current CPU state information (creating the TB if it wasn’t already 197 unlike the main code it can't use debug information to link individual
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_rule_tests.sh | 467 for t in $TESTS 469 case $t in
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-flash.rst | 10 older ``ethtool-flash`` mechanism, and doesn't require taking any 111 # Reboot, if reset wasn't enough
|
/openbmc/boost-dbus/test/ |
H A D | dbusPropertiesServer.cpp | 261 TestClass t; in TEST() local 262 iface->register_method("MyClassFunctionPointer", t.test_method); in TEST()
|
/openbmc/linux/drivers/pci/pcie/ |
H A D | Kconfig | 127 will be handled by the DPC driver. If your system doesn't 138 is safe to enable even if you don't.
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | continuous-integration-and-kas.md | 39 …he same revision of the various different layers that are used. If this isn't done then there's a … 41 … artefact of the update-repos job by the CI, and only generated if it doesn't already exist in the…
|
/openbmc/linux/drivers/char/hw_random/ |
H A D | xgene-rng.c | 89 static void xgene_rng_expired_timer(struct timer_list *t) in xgene_rng_expired_timer() argument 91 struct xgene_rng_dev *ctx = from_timer(ctx, t, failure_timer); in xgene_rng_expired_timer()
|