Home
last modified time | relevance | path

Searched defs:postfix (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c36 static void create_key(const char *prefix, const char *postfix, in create_key()
49 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var()
412 char postfix[2]; in bcm47xx_fill_sprom_path_r4589() local
463 char postfix[2]; in bcm47xx_fill_sprom_path_r45() local
/linux/drivers/media/v4l2-core/
H A Dv4l2-i2c.c33 const char *devname, const char *postfix) in v4l2_i2c_subdev_set_name()
/linux/tools/iio/
H A Dlsiio.c34 static inline int check_postfix(const char *str, const char *postfix) in check_postfix()
/linux/tools/testing/memblock/tests/
H A Dcommon.c154 void print_prefixes(const char *postfix) in print_prefixes()
/linux/drivers/clk/ti/
H A Dadpll.c177 const char *postfix) in ti_adpll_clk_get_name()
204 const char *postfix = NULL; in ti_adpll_setup_clock() local
488 const char *postfix; in ti_adpll_init_dco() local
/linux/arch/powerpc/include/asm/
H A Dbitops.h151 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument
/linux/drivers/pmdomain/imx/
H A Dscu-pd.c104 bool postfix; member
/linux/tools/perf/util/
H A Ddata.c432 perf_data__switch(struct perf_data * data,const char * postfix,size_t pos,bool at_exit,char ** new_filepath) perf_data__switch() argument
/linux/kernel/bpf/
H A Dlog.c442 char postfix[16] = {0}, prefix[64] = {0}; in reg_type_str() local
/linux/drivers/bluetooth/
H A Dbtrtl.h155 const char *postfix) in btrtl_initialize()
H A Dbtrtl.c1059 const char *postfix) in btrtl_initialize()
/linux/scripts/kconfig/
H A Dconfdata.c528 const char *postfix; global() member
/linux/drivers/iio/
H A Dindustrialio-core.c1034 const char *postfix, in __iio_device_attr_init()
1166 int __iio_add_chan_devattr(const char *postfix, in __iio_add_chan_devattr()
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.c215 const char* postfix) in get_fw_name()
/linux/scripts/mod/
H A Dmodpost.c95 static inline bool strends(const char *str, const char *postfix) in strends()