| /linux/tools/iio/ |
| H A D | lsiio.c | 34 static inline int check_postfix(const char *str, const char *postfix) in check_postfix() argument 36 return strlen(str) > strlen(postfix) && in check_postfix() 37 strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in check_postfix()
|
| /linux/drivers/clk/ti/ |
| H A D | adpll.c | 177 const char *postfix) in ti_adpll_clk_get_name() argument 191 d->pa, postfix); in ti_adpll_clk_get_name() 204 const char *postfix = NULL; in ti_adpll_setup_clock() local 211 postfix = strrchr(name, '.'); in ti_adpll_setup_clock() 212 if (postfix && strlen(postfix) > 1) { in ti_adpll_setup_clock() 213 if (strlen(postfix) > ADPLL_MAX_CON_ID) in ti_adpll_setup_clock() 216 snprintf(con_id, 16, "pll%03lx%s", d->pa & 0xfff, postfix + 1); in ti_adpll_setup_clock() 488 const char *postfix; in ti_adpll_init_dco() local 499 postfix = "dco"; in ti_adpll_init_dco() 501 postfix = NULL; in ti_adpll_init_dco() [all …]
|
| /linux/tools/testing/memblock/tests/ |
| H A D | common.c | 154 void print_prefixes(const char *postfix) in print_prefixes() argument 158 test_print(postfix); in print_prefixes()
|
| /linux/drivers/bluetooth/ |
| H A D | btrtl.h | 138 const char *postfix); 155 const char *postfix) in btrtl_initialize() argument
|
| H A D | btrtl.c | 1064 const char *postfix) in btrtl_initialize() argument 1219 if (postfix) { in btrtl_initialize() 1221 btrtl_dev->ic_info->cfg_name, postfix); in btrtl_initialize()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | bitops.h | 151 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument 164 postfix \
|
| /linux/scripts/kconfig/ |
| H A D | confdata.c | 535 const char *postfix; member 541 .postfix = "#", 547 .postfix = " */", 562 fprintf(fp, "%s\n", cs->postfix); in conf_write_heading()
|
| /linux/tools/perf/util/ |
| H A D | data.h | 88 * perf.data.<postfix>, continue write on original data. 94 const char *postfix,
|
| H A D | data.c | 412 const char *postfix, in perf_data__read() 421 if (asprintf(new_filepath, "%s.%s", data->path, postfix) < 0) in perf_data__write() 432 perf_data__switch(struct perf_data * data,const char * postfix,size_t pos,bool at_exit,char ** new_filepath) perf_data__switch() argument
|
| /linux/Documentation/driver-api/media/drivers/ccs/ |
| H A D | mk-ccs-regs | 247 my ($this, $postfix, $is_same_reg) = @_; 250 my $varname = "ccs_reg_arg_" . (lc $name) . $postfix;
|
| /linux/drivers/pmdomain/imx/ |
| H A D | scu-pd.c | 104 bool postfix; member 430 if (pd_ranges->postfix) in imx_scu_add_pm_domain()
|
| /linux/drivers/iio/ |
| H A D | iio_core.h | 41 int __iio_add_chan_devattr(const char *postfix,
|
| H A D | industrialio-core.c | 1045 const char *postfix, in __iio_device_attr_init() argument 1068 postfix); in __iio_device_attr_init() 1072 postfix); in __iio_device_attr_init() 1075 full_postfix = kstrdup(postfix, GFP_KERNEL); in __iio_device_attr_init() 1080 postfix); in __iio_device_attr_init() 1177 int __iio_add_chan_devattr(const char *postfix, in __iio_add_chan_devattr() argument 1199 postfix, chan, in __iio_add_chan_devattr()
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm_tis.rst | 17 framework for FIFO drivers is named as tpm_tis_core. The postfix "tis" in
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ring.c | 209 if (bytes <= __intel_ring_space(target->postfix, in wait_for_space()
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_usb.c | 215 const char* postfix) in get_fw_name() argument 220 postfix); in get_fw_name()
|
| /linux/Documentation/locking/ |
| H A D | ww-mutex-design.rst | 80 These functions have the _slow postfix.
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 2944 const char *postfix = rec->timestamp_filename ? in __cmd_record() local 2955 data->path, postfix, samples); in __cmd_record()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-subdev.rst | 395 Actual targets (without a postfix) reflect the actual hardware
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 2489 if (__intel_ring_space(rq->postfix, in eb_throttle()
|
| /linux/Documentation/process/ |
| H A D | coding-style.rst | 283 no space before the postfix increment & decrement unary operators::
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 58 - remove typecast for constants - a U postfix marks them
|