/Linux-v6.1/drivers/firmware/broadcom/ |
D | bcm47xx_sprom.c | 36 static void create_key(const char *prefix, const char *postfix, in create_key() argument 39 if (prefix && postfix) in create_key() 40 snprintf(buf, len, "%s%s%s", prefix, name, postfix); in create_key() 43 else if (postfix) in create_key() 44 snprintf(buf, len, "%s%s", name, postfix); in create_key() 49 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var() argument 55 create_key(prefix, postfix, name, key, sizeof(key)); in get_nvram_var() 59 create_key(NULL, postfix, name, key, sizeof(key)); in get_nvram_var() 67 const char *postfix, const char *name, \ 74 err = get_nvram_var(prefix, postfix, name, buf, sizeof(buf), \ [all …]
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | v4l2-i2c.c | 33 const char *devname, const char *postfix) in v4l2_i2c_subdev_set_name() argument 37 if (!postfix) in v4l2_i2c_subdev_set_name() 38 postfix = ""; in v4l2_i2c_subdev_set_name() 40 snprintf(sd->name, sizeof(sd->name), "%s%s %d-%04x", devname, postfix, in v4l2_i2c_subdev_set_name()
|
/Linux-v6.1/tools/iio/ |
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-v6.1/drivers/clk/ti/ |
D | adpll.c | 175 const char *postfix) in ti_adpll_clk_get_name() argument 189 d->pa, postfix); in ti_adpll_clk_get_name() 202 const char *postfix = NULL; in ti_adpll_setup_clock() local 209 postfix = strrchr(name, '.'); in ti_adpll_setup_clock() 210 if (postfix && strlen(postfix) > 1) { in ti_adpll_setup_clock() 211 if (strlen(postfix) > ADPLL_MAX_CON_ID) in ti_adpll_setup_clock() 214 snprintf(con_id, 16, "pll%03lx%s", d->pa & 0xfff, postfix + 1); in ti_adpll_setup_clock() 486 const char *postfix; in ti_adpll_init_dco() local 497 postfix = "dco"; in ti_adpll_init_dco() 499 postfix = NULL; in ti_adpll_init_dco() [all …]
|
/Linux-v6.1/drivers/bluetooth/ |
D | btbcm.c | 534 char postfix[16] = ""; in btbcm_initialize() local 601 snprintf(postfix, sizeof(postfix), "-%4.4x-%4.4x", vid, pid); in btbcm_initialize() 611 "brcm/%s%s.%s.hcd", hw_name, postfix, board_name); in btbcm_initialize() 615 "brcm/%s%s.hcd", hw_name, postfix); in btbcm_initialize() 621 "brcm/BCM%s.%s.hcd", postfix, board_name); in btbcm_initialize() 625 "brcm/BCM%s.hcd", postfix); in btbcm_initialize()
|
D | btrtl.h | 53 const char *postfix); 69 const char *postfix) in btrtl_initialize() argument
|
D | btrtl.c | 599 const char *postfix) in btrtl_initialize() argument 703 if (postfix) { in btrtl_initialize() 705 btrtl_dev->ic_info->cfg_name, postfix); in btrtl_initialize()
|
/Linux-v6.1/tools/thermal/thermometer/ |
D | thermometer.c | 42 char postfix[PATH_MAX]; member 212 strftime(options->postfix, sizeof(options->postfix), in options_init() 237 strcpy(options->postfix, optarg); in options_init() 373 thermometer->tz[i].name, options->postfix); in thermometer_start()
|
/Linux-v6.1/drivers/iio/ |
D | industrialio-event.c | 368 char *postfix; in iio_device_add_event() local 375 postfix = kasprintf(GFP_KERNEL, "%s_%s_%s", in iio_device_add_event() 380 postfix = kasprintf(GFP_KERNEL, "%s_%s", in iio_device_add_event() 383 if (postfix == NULL) in iio_device_add_event() 394 ret = __iio_add_chan_devattr(postfix, chan, show, store, in iio_device_add_event() 398 kfree(postfix); in iio_device_add_event()
|
D | iio_core.h | 40 int __iio_add_chan_devattr(const char *postfix,
|
D | industrialio-core.c | 1019 const char *postfix, in __iio_device_attr_init() argument 1043 postfix); in __iio_device_attr_init() 1048 postfix); in __iio_device_attr_init() 1051 full_postfix = kstrdup(postfix, GFP_KERNEL); in __iio_device_attr_init() 1056 postfix); in __iio_device_attr_init() 1153 int __iio_add_chan_devattr(const char *postfix, in __iio_add_chan_devattr() argument 1175 postfix, chan, in __iio_add_chan_devattr()
|
/Linux-v6.1/tools/testing/memblock/tests/ |
D | common.c | 151 void print_prefixes(const char *postfix) in print_prefixes() argument 155 test_print(postfix); in print_prefixes()
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | bitops.h | 151 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument 164 postfix \
|
/Linux-v6.1/drivers/firmware/imx/ |
D | scu-pd.c | 87 bool postfix; member 314 if (pd_ranges->postfix) in imx_scu_add_pm_domain()
|
/Linux-v6.1/tools/perf/util/ |
D | data.h | 94 const char *postfix,
|
D | data.c | 413 const char *postfix, in perf_data__switch() argument 424 if (asprintf(new_filepath, "%s.%s", data->path, postfix) < 0) in perf_data__switch()
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | i915_request.c | 230 if (rq->postfix < head) { in __i915_request_fill() 234 memset(vaddr + head, val, rq->postfix - head); in __i915_request_fill() 387 rq->ring->head = rq->postfix; in i915_request_retire() 560 if (rq->infix == rq->postfix) in __i915_request_skip() 571 rq->infix = rq->postfix; in __i915_request_skip() 666 request->ring->vaddr + request->postfix); in __i915_request_submit() 1780 rq->postfix = intel_ring_offset(rq, cs); in __i915_request_commit()
|
D | i915_request.h | 291 u32 postfix; member
|
/Linux-v6.1/Documentation/driver-api/media/drivers/ccs/ |
D | mk-ccs-regs | 215 my ($this, $postfix, $is_same_reg) = @_; 218 my $varname = "ccs_reg_arg_" . (lc $name) . $postfix;
|
/Linux-v6.1/include/media/ |
D | v4l2-common.h | 184 const char *devname, const char *postfix); 243 const char *devname, const char *postfix) in v4l2_i2c_subdev_set_name() argument
|
/Linux-v6.1/scripts/kconfig/ |
D | confdata.c | 598 const char *postfix; member 604 .postfix = "#", 610 .postfix = " */", 625 fprintf(fp, "%s\n", cs->postfix); in conf_write_heading()
|
/Linux-v6.1/drivers/misc/cxl/ |
D | file.c | 565 struct device **chardev, char *postfix, char *desc, in cxl_add_chardev() argument 579 "afu%i.%i%s", afu->adapter->adapter_num, afu->slice, postfix); in cxl_add_chardev()
|
/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | intel_ring.c | 208 if (bytes <= __intel_ring_space(target->postfix, in wait_for_space()
|
D | selftest_execlists.c | 238 GEM_BUG_ON(rq[0]->postfix > ce[1]->ring->emit); in live_unlite_restore() 268 GEM_BUG_ON(rq[1]->postfix <= rq[0]->postfix); in live_unlite_restore() 291 GEM_BUG_ON(rq[0]->postfix > rq[1]->postfix); in live_unlite_restore()
|
/Linux-v6.1/scripts/mod/ |
D | modpost.c | 88 static inline bool strends(const char *str, const char *postfix) in strends() argument 90 if (strlen(str) < strlen(postfix)) in strends() 93 return strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in strends()
|