/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/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/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/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/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/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/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/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/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/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/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/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/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/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/ethernet/myricom/ |
H A D | Kconfig | 13 Note that the answer to this question doesn't directly affect the
|
/openbmc/linux/Documentation/hwmon/ |
H A D | lm77.rst | 40 * All 3 hysteresis can't be set independently. We decided to make
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-stp-policy | 15 arbitrary string. If <device> part doesn't match an existing
|
/openbmc/linux/drivers/media/pci/ddbridge/ |
H A D | Kconfig | 45 If you're unsure, concerned about stability and don't want to pass
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.h | 133 void sunvnet_clean_timer_expire_common(struct timer_list *t);
|
/openbmc/linux/Documentation/timers/ |
H A D | hpet.rst | 17 role. Many x86 BIOS writers don't route HPET interrupts at all, which
|
/openbmc/linux/Documentation/networking/ |
H A D | mpls-sysctl.rst | 43 propagated from an IP header, either because one isn't present
|
/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A D | brcm,bus-axi.txt | 18 (devices). This is needed since some hardware details can't be auto
|
/openbmc/linux/tools/firewire/ |
H A D | nosy-dump.h | 172 int decode_fcp(struct link_transaction *t);
|
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/ |
H A D | rcS-default | 16 # Set EDITMOTD to "no" if you don't want /etc/motd to be edited automatically
|