Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/firmware/broadcom/
Dbcm47xx_sprom.c36 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 …]
/kernel/linux/linux-5.10/tools/iio/
Dlsiio.c34 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()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-i2c.c33 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()
/kernel/linux/linux-5.10/scripts/mod/
Dmodpost.h184 static inline bool strends(const char *str, const char *postfix) in strends() argument
186 if (strlen(str) < strlen(postfix)) in strends()
189 return strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in strends()
/kernel/linux/linux-5.10/drivers/clk/ti/
Dadpll.c184 const char *postfix) in ti_adpll_clk_get_name() argument
198 d->pa, postfix); in ti_adpll_clk_get_name()
211 const char *postfix = NULL; in ti_adpll_setup_clock() local
218 postfix = strrchr(name, '.'); in ti_adpll_setup_clock()
219 if (postfix && strlen(postfix) > 1) { in ti_adpll_setup_clock()
220 if (strlen(postfix) > ADPLL_MAX_CON_ID) in ti_adpll_setup_clock()
223 snprintf(con_id, 16, "pll%03lx%s", d->pa & 0xfff, postfix + 1); in ti_adpll_setup_clock()
495 const char *postfix; in ti_adpll_init_dco() local
506 postfix = "dco"; in ti_adpll_init_dco()
508 postfix = NULL; in ti_adpll_init_dco()
[all …]
/kernel/linux/linux-5.10/drivers/bluetooth/
Dbtrtl.h53 const char *postfix);
67 const char *postfix) in btrtl_initialize() argument
Dbtbcm.c435 char postfix[16] = ""; in btbcm_initialize() local
493 snprintf(postfix, sizeof(postfix), "-%4.4x-%4.4x", vid, pid); in btbcm_initialize()
502 "brcm/%s%s.hcd", hw_name, postfix); in btbcm_initialize()
507 "brcm/BCM%s.hcd", postfix); in btbcm_initialize()
Dbtrtl.c557 const char *postfix) in btrtl_initialize() argument
614 if (postfix) { in btrtl_initialize()
616 btrtl_dev->ic_info->cfg_name, postfix); in btrtl_initialize()
/kernel/linux/linux-5.10/drivers/iio/
Dindustrialio-event.c358 char *postfix; in iio_device_add_event() local
365 postfix = kasprintf(GFP_KERNEL, "%s_%s_%s", in iio_device_add_event()
370 postfix = kasprintf(GFP_KERNEL, "%s_%s", in iio_device_add_event()
373 if (postfix == NULL) in iio_device_add_event()
384 ret = __iio_add_chan_devattr(postfix, chan, show, store, in iio_device_add_event()
387 kfree(postfix); in iio_device_add_event()
Diio_core.h20 int __iio_add_chan_devattr(const char *postfix,
Dindustrialio-core.c960 const char *postfix, in __iio_device_attr_init() argument
983 postfix); in __iio_device_attr_init()
988 postfix); in __iio_device_attr_init()
991 full_postfix = kstrdup(postfix, GFP_KERNEL); in __iio_device_attr_init()
996 postfix); in __iio_device_attr_init()
1093 int __iio_add_chan_devattr(const char *postfix, in __iio_add_chan_devattr() argument
1114 postfix, chan, in __iio_add_chan_devattr()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dbitops.h109 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument
122 postfix \
/kernel/linux/linux-5.10/drivers/firmware/imx/
Dscu-pd.c80 bool postfix; member
271 if (pd_ranges->postfix) in imx_scu_add_pm_domain()
/kernel/linux/linux-5.10/tools/perf/util/
Ddata.h83 const char *postfix,
Ddata.c374 const char *postfix, in perf_data__switch() argument
385 if (asprintf(new_filepath, "%s.%s", data->path, postfix) < 0) in perf_data__switch()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_request.c239 if (rq->postfix < head) { in __i915_request_fill()
243 memset(vaddr + head, val, rq->postfix - head); in __i915_request_fill()
301 rq->ring->head = rq->postfix; in i915_request_retire()
488 if (rq->infix == rq->postfix) in __i915_request_skip()
497 rq->infix = rq->postfix; in __i915_request_skip()
576 request->ring->vaddr + request->postfix); in __i915_request_submit()
1569 rq->postfix = intel_ring_offset(rq, cs); in __i915_request_commit()
Di915_request.h260 u32 postfix; member
/kernel/linux/linux-5.10/include/media/
Dv4l2-common.h184 const char *devname, const char *postfix);
243 const char *devname, const char *postfix) in v4l2_i2c_subdev_set_name() argument
/kernel/linux/linux-5.10/drivers/misc/cxl/
Dfile.c565 struct device **chardev, char *postfix, char *desc, in cxl_add_chardev() argument
578 "afu%i.%i%s", afu->adapter->adapter_num, afu->slice, postfix); in cxl_add_chardev()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_ring.c200 if (bytes <= __intel_ring_space(target->postfix, in wait_for_space()
Dselftest_lrc.c262 GEM_BUG_ON(rq[0]->postfix > ce[1]->ring->emit); in live_unlite_restore()
292 GEM_BUG_ON(rq[1]->postfix <= rq[0]->postfix); in live_unlite_restore()
315 GEM_BUG_ON(rq[0]->postfix > rq[1]->postfix); in live_unlite_restore()
/kernel/linux/linux-5.10/Documentation/block/
Dqueue-sysfs.rst10 Files denoted with a RO postfix are readonly and the RW postfix means
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/
Dzd_usb.c216 const char* postfix) in get_fw_name() argument
221 postfix); in get_fw_name()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-record.c2040 const char *postfix = rec->timestamp_filename ? in __cmd_record() local
2051 data->path, postfix, samples); in __cmd_record()
/kernel/linux/linux-5.10/Documentation/locking/
Dww-mutex-design.rst80 These functions have the _slow postfix.

12