Home
last modified time | relevance | path

Searched refs:pfx (Results 76 – 100 of 101) sorted by relevance

12345

/openbmc/linux/sound/pci/hda/
H A Dhda_auto_parser.c640 const char *pfx = check_output_pfx(codec, nid); in get_hp_label_index() local
646 if (pfx == check_output_pfx(codec, pins[j])) in get_hp_label_index()
659 const char *pfx, *sfx = ""; in fill_audio_out_name() local
664 pfx = check_output_pfx(codec, nid); in fill_audio_out_name()
682 snprintf(label, maxlen, "%s%s%s", pfx, name, sfx); in fill_audio_out_name()
H A Dhda_generic.c368 const char *pfx, struct nid_path *path) in print_nid_path() argument
997 const char *pfx, const char *dir, in add_control_with_pfx() argument
1013 #define add_pb_sw_ctrl(spec, type, pfx, val) \ argument
1905 const char *pfx, int idx) in print_nid_path_idx() argument
1911 print_nid_path(codec, pfx, path); in print_nid_path_idx()
2158 const char *pfx, int cidx) in create_extra_out() argument
2166 err = add_stereo_vol(codec, pfx, cidx, path); in create_extra_out()
2169 err = add_stereo_sw(codec, pfx, cidx, path); in create_extra_out()
2177 const int *paths, const char *pfx) in create_extra_outs() argument
2190 pfx, channel_name[i]); in create_extra_outs()
[all …]
H A Dpatch_ca0132.c6643 const char *pfx, int dir) in ca0132_alt_add_effect_slider() argument
6650 sprintf(namestr, "FX: %s %s Volume", pfx, dirstr[dir]); in ca0132_alt_add_effect_slider()
6678 const char *pfx, int dir) in add_fx_switch() argument
6689 sprintf(namestr, "FX: %s %s Switch", pfx, dirstr[dir]); in add_fx_switch()
6691 sprintf(namestr, "%s %s Switch", pfx, dirstr[dir]); in add_fx_switch()
/openbmc/linux/tools/testing/selftests/net/
H A Dfib-onlink-tests.sh147 local pfx
150 addr=$(${pfx} ip -6 -br addr show dev ${dev} | \
/openbmc/linux/include/net/
H A D6lowpan.h113 struct in6_addr pfx; member
H A Daddrconf.h72 const struct in6_addr *pfx; member
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-nft.sh.in63 # We only want to allow a <pfx>:: address
H A Dgbmc-ncsi-br-pub-addr.sh.in52 # We never want to use the stateless pfx
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py992 pfx = ''
1001 pfx = m.group('pfx')
1008 pfx = m.group('pfx')
1010 return (pv, pfx, sfx)
1048 (pv, pfx, sfx) = get_recipe_pv_with_pfx_sfx(rd.getVar('PV'), uri_type)
/openbmc/linux/fs/adfs/
H A Dsuper.c41 void adfs_msg(struct super_block *sb, const char *pfx, const char *fmt, ...) in adfs_msg() argument
49 printk("%sADFS-fs (%s): %pV\n", pfx, sb->s_id, &vaf); in adfs_msg()
H A Dadfs.h161 void adfs_msg(struct super_block *sb, const char *pfx, const char *fmt, ...);
/openbmc/linux/include/linux/
H A Dcoresight.h280 const char *pfx; member
286 .pfx = dev_pfx, \
/openbmc/linux/arch/s390/kernel/
H A Dsmp.c1265 u32 pfx; in set_new_lowcore() local
1271 pfx = __pa(lc); in set_new_lowcore()
1277 : [pfx] "Q" (pfx) in set_new_lowcore()
/openbmc/linux/include/target/
H A Dtarget_core_fabric.h198 void target_show_cmd(const char *pfx, struct se_cmd *cmd);
/openbmc/linux/tools/bpf/bpftool/
H A Dmain.h91 bool is_prefix(const char *pfx, const char *str);
H A Dgen.c107 const char *pfx = pfxs[i]; in get_datasec_ident() local
109 if (str_has_prefix(sec_name, pfx)) { in get_datasec_ident()
/openbmc/linux/drivers/pinctrl/renesas/
H A Dpfc-r8a7740.c14 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
15 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \
16 PORT_10(100, fn, pfx##10, sfx), PORT_90(100, fn, pfx##1, sfx), \
17 PORT_10(200, fn, pfx##20, sfx), \
18 PORT_1(210, fn, pfx##210, sfx), PORT_1(211, fn, pfx##211, sfx)
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A DmISDNipac.c128 char pfx[MISDN_MAX_IDLEN + 16]; in isac_empty_fifo() local
130 snprintf(pfx, MISDN_MAX_IDLEN + 15, "D-recv %s %d ", in isac_empty_fifo()
132 print_hex_dump_bytes(pfx, DUMP_PREFIX_OFFSET, ptr, count); in isac_empty_fifo()
165 char pfx[MISDN_MAX_IDLEN + 16]; in isac_fill_fifo() local
167 snprintf(pfx, MISDN_MAX_IDLEN + 15, "D-send %s %d ", in isac_fill_fifo()
169 print_hex_dump_bytes(pfx, DUMP_PREFIX_OFFSET, ptr, count); in isac_fill_fifo()
/openbmc/u-boot/arch/arm/mach-rmobile/
H A Dpfc-r8a7740.c26 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
27 PORT_10(fn, pfx, sfx), PORT_90(fn, pfx, sfx), \
28 PORT_10(fn, pfx##10, sfx), PORT_90(fn, pfx##1, sfx), \
29 PORT_10(fn, pfx##20, sfx), \
30 PORT_1(fn, pfx##210, sfx), PORT_1(fn, pfx##211, sfx)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/
H A Ddefconfig122 # a file that usually has extension .p12 or .pfx)
/openbmc/linux/tools/net/ynl/
H A Dynl-gen-c.py88 pfx = '__' if space == 'user' else ''
92 pfx = '__' if space == 'user' else ''
706 pfx = yaml['name-prefix']
708 pfx = family.name + '-a-'
710 pfx = f"{family.name}-a-{self.name}-"
711 self.name_prefix = c_upper(pfx)
/openbmc/linux/sound/pci/ac97/
H A Dac97_codec.c1275 static int snd_ac97_cmix_new_stereo(struct snd_card *card, const char *pfx, in snd_ac97_cmix_new_stereo() argument
1287 sprintf(name, "%s Switch", pfx); in snd_ac97_cmix_new_stereo()
1296 sprintf(name, "%s Volume", pfx); in snd_ac97_cmix_new_stereo()
1304 #define snd_ac97_cmix_new(card, pfx, reg, acheck, ac97) \ argument
1305 snd_ac97_cmix_new_stereo(card, pfx, reg, 0, acheck, ac97)
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp838 auto pfx = stdplus::maskToPfx(unpackT<stdplus::In4Addr>(req)); in setLanInt() local
840 channelCall<reconfigureIfAddr4>(channel, std::nullopt, pfx); in setLanInt()
/openbmc/linux/drivers/target/
H A Dtarget_core_transport.c3141 void target_show_cmd(const char *pfx, struct se_cmd *cmd) in target_show_cmd() argument
3149 pfx, cdb[0], cdb[1], cmd->tag, in target_show_cmd()
3156 pfx, target_tmf_name(tmf->function), cmd->tag, in target_show_cmd()
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-Fix-CVE-2023-29491.patch257 TD(Num_Str, "pkey_xmit", "pfx", "px"),

12345