Home
last modified time | relevance | path

Searched refs:triplet (Results 1 – 25 of 26) sorted by relevance

12

/linux/tools/perf/util/
H A Dllvm.c150 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 Dw1_io.c195 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 Dbootbus.txt18 - 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 Dnvidia,tegra20-cpufreq.txt23 - opp-microvolt: CPU voltage triplet.
/linux/Documentation/arch/xtensa/
H A Dmmu.rst60 4. Only the first triplet in the "ranges" property is considered
65 "ranges" triplet length field is ignored
/linux/drivers/iio/pressure/
H A Dhsc030pa.c449 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 Dmprls0025pa.c330 const char *triplet; in mpr_common_probe() local
370 &triplet); in mpr_common_probe()
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-femac.txt19 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
H A Dhisilicon-hix5hd2-gmac.txt28 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
/linux/include/linux/
H A Dw1.h149 u8 (*triplet)(void *, u8); member
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-rgb.rst10 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 Dpixfmt-packed-yuv.rst27 full triplet of Y, Cb and Cr values.
/linux/drivers/net/wireless/marvell/libertas/
H A Dcmd.c702 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 Dhost.h394 struct ieee80211_country_ie_triplet triplet[MAX_11D_TRIPLETS]; member
/linux/drivers/w1/masters/
H A Domap_hdq.c590 omap_w1_master.triplet = omap_w1_triplet; in omap_hdq_probe()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_cfg.c218 memcpy((u8 *)domain_info->triplet, in nxpwifi_process_country_ie()
H A Dmain.h427 triplet[NXPWIFI_MAX_TRIPLET_802_11D]; member
H A Dcfg80211.c530 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 Dsta_cmd.c855 memcpy(domain->triplet, adapter->domain_reg.triplet, in nxpwifi_cmd_sta_802_11d_domain_info()
H A Dfw.h1698 struct ieee80211_country_ie_triplet triplet[]; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1033 memcpy(domain->triplet, adapter->domain_reg.triplet, in mwifiex_cmd_802_11d_domain_info()
H A Dsta_ioctl.c310 memcpy((u8 *)domain_info->triplet, in mwifiex_process_country_ie()
H A Dfw.h1686 struct ieee80211_country_ie_triplet triplet[]; member
/linux/Documentation/driver-api/gpio/
H A Dconsumer.rst88 if and only if no GPIO has been assigned to the device/function/index triplet,
/linux/net/mac80211/
H A Dmlme.c3599 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()

12