| /linux/tools/perf/util/ |
| H A D | llvm.c | 150 const char *triplet = is_64bit ? "x86_64-pc-linux" : "i686-pc-linux"; in symbol__disassemble_llvm() local 152 disasm = LLVMCreateDisasm(triplet, &storage, /*tag_type=*/0, in symbol__disassemble_llvm() 155 char triplet[64]; in symbol__disassemble_llvm() local 158 scnprintf(triplet, sizeof(triplet), "%s-linux-gnu", in symbol__disassemble_llvm() 162 disasm = LLVMCreateDisasmCPUFeatures(triplet, /*cpu=*/"", in symbol__disassemble_llvm()
|
| /linux/drivers/w1/ |
| H A D | w1_io.c | 195 if (dev->bus_master->triplet) in w1_triplet() 196 return dev->bus_master->triplet(dev->bus_master->data, bdir); in w1_triplet()
|
| /linux/Documentation/devicetree/bindings/mips/cavium/ |
| H A D | bootbus.txt | 18 - ranges: There must be one one triplet of (child-bus-address, 20 length element for any triplet is zero, the chip select is disabled,
|
| /linux/Documentation/devicetree/bindings/cpufreq/ |
| H A D | nvidia,tegra20-cpufreq.txt | 23 - opp-microvolt: CPU voltage triplet.
|
| /linux/Documentation/arch/xtensa/ |
| H A D | mmu.rst | 60 4. Only the first triplet in the "ranges" property is considered 65 "ranges" triplet length field is ignored
|
| /linux/drivers/iio/pressure/ |
| H A D | hsc030pa.c | 449 const char *triplet; in hsc_common_probe() local 474 &triplet); in hsc_common_probe() 479 if (str_has_prefix(triplet, "NA")) { in hsc_common_probe()
|
| H A D | mprls0025pa.c | 330 const char *triplet; in mpr_common_probe() local 370 &triplet); in mpr_common_probe()
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | hisilicon-femac.txt | 19 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
|
| H A D | hisilicon-hix5hd2-gmac.txt | 28 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
|
| /linux/include/linux/ |
| H A D | w1.h | 149 u8 (*triplet)(void *, u8); member
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-rgb.rst | 10 These formats encode each pixel as a triplet of RGB values. They are packed 54 These formats store an RGB triplet in one, two or four bytes. They are named 646 These formats store an RGB triplet in three or four bytes. They are named based 770 These formats store a 30-bit RGB triplet with an optional 2 bit alpha in four 960 These formats store an RGB triplet in six or eight bytes, with 12 bits per component. 1003 These formats store an RGB triplet in six bytes, with 16 bits per component
|
| H A D | pixfmt-packed-yuv.rst | 27 full triplet of Y, Cb and Cr values.
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | cmd.c | 702 t = &domain->triplet[num_triplet]; in lbs_set_11d_domain_info() 715 t = &domain->triplet[num_triplet]; in lbs_set_11d_domain_info()
|
| H A D | host.h | 394 struct ieee80211_country_ie_triplet triplet[MAX_11D_TRIPLETS]; member
|
| /linux/drivers/w1/masters/ |
| H A D | omap_hdq.c | 590 omap_w1_master.triplet = omap_w1_triplet; in omap_hdq_probe()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | sta_cfg.c | 218 memcpy((u8 *)domain_info->triplet, in nxpwifi_process_country_ie()
|
| H A D | main.h | 427 triplet[NXPWIFI_MAX_TRIPLET_802_11D]; member
|
| H A D | cfg80211.c | 530 t = &domain_info->triplet[no_of_triplet]; in nxpwifi_send_domain_info_cmd_fw() 543 t = &domain_info->triplet[no_of_triplet]; in nxpwifi_send_domain_info_cmd_fw()
|
| H A D | sta_cmd.c | 855 memcpy(domain->triplet, adapter->domain_reg.triplet, in nxpwifi_cmd_sta_802_11d_domain_info()
|
| H A D | fw.h | 1698 struct ieee80211_country_ie_triplet triplet[]; member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_cmd.c | 1033 memcpy(domain->triplet, adapter->domain_reg.triplet, in mwifiex_cmd_802_11d_domain_info()
|
| H A D | sta_ioctl.c | 310 memcpy((u8 *)domain_info->triplet, in mwifiex_process_country_ie()
|
| H A D | fw.h | 1686 struct ieee80211_country_ie_triplet triplet[]; member
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 88 if and only if no GPIO has been assigned to the device/function/index triplet,
|
| /linux/net/mac80211/ |
| H A D | mlme.c | 3599 struct ieee80211_country_ie_triplet *triplet; in ieee80211_find_80211h_pwr_constr() local 3608 triplet = (void *)(country_ie + 3); in ieee80211_find_80211h_pwr_constr() 3636 u8 first_channel = triplet->chans.first_channel; in ieee80211_find_80211h_pwr_constr() 3641 for (i = 0; i < triplet->chans.num_channels; i++) { in ieee80211_find_80211h_pwr_constr() 3644 *chan_pwr = triplet->chans.max_power; in ieee80211_find_80211h_pwr_constr() 3652 triplet++; in ieee80211_find_80211h_pwr_constr()
|