Searched refs:fixed (Results 126 - 147 of 147) sorted by path

123456

/linux-master/kernel/dma/
H A Dcontiguous.c217 bool fixed = false; local
228 fixed = true;
248 fixed);
263 * @fixed: hint about where to place the reserved area
271 * If @fixed is true, reserve contiguous area at exactly @base. If false,
276 bool fixed)
280 ret = cma_declare_contiguous(base, size, limit, 0, 0, fixed,
274 dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, phys_addr_t limit, struct cma **res_cma, bool fixed) argument
/linux-master/kernel/trace/
H A Dtrace_events_user.c2014 char *fixed, *pos; local
2018 fixed = kmalloc(len + 1, GFP_KERNEL);
2020 if (!fixed)
2023 pos = fixed;
2035 return fixed;
2041 char *fixed; local
2052 fixed = insert_space_after_semis(args, count);
2054 if (!fixed)
2058 split = argv_split(GFP_KERNEL, fixed, argc);
2061 kfree(fixed);
[all...]
/linux-master/mm/
H A Dcma.c217 * @fixed: hint about where to place the reserved area
227 * If @fixed is true, reserve contiguous area at exactly @base. If false,
233 bool fixed, const char *name, struct cma **res_cma,
266 if (fixed && base & (alignment - 1)) {
277 fixed = false;
284 * If allocating at a fixed base the request region must not cross the
287 if (fixed && base < highmem_start && base + size > highmem_start) {
310 if (fixed) {
230 cma_declare_contiguous_nid(phys_addr_t base, phys_addr_t size, phys_addr_t limit, phys_addr_t alignment, unsigned int order_per_bit, bool fixed, const char *name, struct cma **res_cma, int nid) argument
/linux-master/net/802/
H A Dhippi.c58 hip->fp.fixed = htonl(0x04800018);
/linux-master/net/mac80211/
H A Dcfg.c1372 params->eht_cap->fixed.phy_cap_info[0] &
1375 params->eht_cap->fixed.phy_cap_info[0] &
1378 params->eht_cap->fixed.phy_cap_info[7] &
H A Ddebugfs_sta.c1057 struct ieee80211_eht_cap_elem_fixed *fixed = &bec->eht_cap_elem; local
1076 fixed->mac_cap_info[0], fixed->mac_cap_info[1]);
1079 fixed->phy_cap_info[0], fixed->phy_cap_info[1],
1080 fixed->phy_cap_info[2], fixed->phy_cap_info[3],
1081 fixed->phy_cap_info[4], fixed->phy_cap_info[5],
1082 fixed
[all...]
H A Deht.c32 &eht_cap_ie_elem->fixed,
39 if (eht_cap_ie_elem->fixed.phy_cap_info[5] &
49 eht_cap_ie_elem->fixed.phy_cap_info);
H A Dutil.c4220 struct ieee80211_eht_cap_elem_fixed fixed; local
4239 fixed = eht_cap->eht_cap_elem;
4242 fixed.phy_cap_info[6] &=
4246 fixed.phy_cap_info[1] &=
4248 fixed.phy_cap_info[2] &=
4250 fixed.phy_cap_info[6] &=
4255 fixed.phy_cap_info[0] &=
4257 fixed.phy_cap_info[1] &=
4259 fixed.phy_cap_info[2] &=
4261 fixed
[all...]
/linux-master/net/smc/
H A Dsmc_clc.c857 struct smc_clc_v2_extension, fixed);
859 struct smc_clc_smcd_v2_extension, fixed);
H A Dsmc_clc.h138 struct_group_tagged(smc_clc_v2_extension_fixed, fixed,
166 struct_group_tagged(smc_clc_smcd_v2_extension_fixed, fixed,
/linux-master/net/wireless/
H A Dscan.c3757 iwe.u.bitrate.fixed = iwe.u.bitrate.disabled = 0;
H A Dwext-compat.c266 if (rts->disabled || !rts->fixed) {
295 rts->fixed = 1;
312 if (frag->disabled || !frag->fixed) {
341 frag->fixed = 1;
926 if (data->txpower.fixed) {
984 data->txpower.fixed = 1;
1254 u32 fixed, maxrate; local
1263 fixed = 0;
1268 } else if (rate->fixed) {
1269 fixed
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl1263 my @fixed = ();
1341 @fixed = ();
2703 push(@fixed, $rawline) if ($fix);
3036 $fixed[$fixlinenr] =~ s/$sign_off/$suggested_signature/;
3044 $fixed[$fixlinenr] =
3052 $fixed[$fixlinenr] =
3061 $fixed[$fixlinenr] =
3081 $fixed[$fixlinenr] =~ s/\Q$email\E/$suggested_email/;
3092 $fixed[$fixlinenr] =~ s/\Q$email_address\E/$stripped_address/;
3127 $fixed[
[all...]
/linux-master/sound/pci/echoaudio/
H A Dechoaudio.c236 struct snd_interval fixed; local
244 snd_interval_any(&fixed);
245 fixed.min = fixed.max = chip->sample_rate;
246 err = snd_interval_refine(rate, &fixed);
/linux-master/sound/soc/codecs/
H A Dwm2200.c21 #include <linux/regulator/fixed.h>
H A Dwm5100.c22 #include <linux/regulator/fixed.h>
/linux-master/sound/usb/line6/
H A Dmidibuf.c156 unsigned char fixed = command & 0xf0; local
157 this->buf[this->pos_read] = fixed;
158 command = fixed;
/linux-master/tools/net/ynl/
H A Dethtool.py238 fixed = ""
240 fixed = " [fixed]"
249 print(f'{f}: {value}{fixed}{req}')
/linux-master/tools/perf/pmu-events/
H A Djevents.py252 fixed = {
262 if name.lower() in fixed:
263 return fixed[name.lower()]
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py647 table.fstat {table-layout:fixed;padding:150px 15px 0 0;font-size:10px;column-width:30px;}\n\
H A Dsleepgraph.py2604 fixed = False
2610 fixed = self.addLine(t)
2611 if fixed != 0:
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dloopback.sh80 if ethtool -k $h1 | grep loopback | grep -q fixed; then

Completed in 409 milliseconds

123456