/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 …]
|
/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()
|
/drivers/clk/ti/ |
D | adpll.c | 184 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 …]
|
/drivers/iio/ |
D | industrialio-event.c | 361 char *postfix; in iio_device_add_event() local 368 postfix = kasprintf(GFP_KERNEL, "%s_%s_%s", in iio_device_add_event() 373 postfix = kasprintf(GFP_KERNEL, "%s_%s", in iio_device_add_event() 376 if (postfix == NULL) in iio_device_add_event() 387 ret = __iio_add_chan_devattr(postfix, chan, show, store, in iio_device_add_event() 391 kfree(postfix); in iio_device_add_event()
|
D | iio_core.h | 40 int __iio_add_chan_devattr(const char *postfix,
|
D | industrialio-core.c | 1029 const char *postfix, in __iio_device_attr_init() argument 1052 postfix); in __iio_device_attr_init() 1057 postfix); in __iio_device_attr_init() 1060 full_postfix = kstrdup(postfix, GFP_KERNEL); in __iio_device_attr_init() 1065 postfix); in __iio_device_attr_init() 1162 int __iio_add_chan_devattr(const char *postfix, in __iio_add_chan_devattr() argument 1184 postfix, chan, in __iio_add_chan_devattr()
|
/drivers/bluetooth/ |
D | btrtl.h | 53 const char *postfix); 69 const char *postfix) in btrtl_initialize() argument
|
D | btbcm.c | 531 char postfix[16] = ""; in btbcm_initialize() local 589 snprintf(postfix, sizeof(postfix), "-%4.4x-%4.4x", vid, pid); in btbcm_initialize() 598 "brcm/%s%s.hcd", hw_name, postfix); in btbcm_initialize() 603 "brcm/BCM%s.hcd", postfix); in btbcm_initialize()
|
D | btrtl.c | 564 const char *postfix) in btrtl_initialize() argument 666 if (postfix) { in btrtl_initialize() 668 btrtl_dev->ic_info->cfg_name, postfix); in btrtl_initialize()
|
/drivers/firmware/imx/ |
D | scu-pd.c | 87 bool postfix; member 310 if (pd_ranges->postfix) in imx_scu_add_pm_domain()
|
/drivers/gpu/drm/i915/ |
D | i915_request.c | 208 if (rq->postfix < head) { in __i915_request_fill() 212 memset(vaddr + head, val, rq->postfix - head); in __i915_request_fill() 333 rq->ring->head = rq->postfix; in i915_request_retire() 507 if (rq->infix == rq->postfix) in __i915_request_skip() 518 rq->infix = rq->postfix; in __i915_request_skip() 613 request->ring->vaddr + request->postfix); in __i915_request_submit() 1642 rq->postfix = intel_ring_offset(rq, cs); in __i915_request_commit()
|
D | i915_request.h | 253 u32 postfix; member
|
D | i915_gpu_error.c | 1394 ee->rq_post = rq->postfix; in intel_engine_coredump_add_request()
|
/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()
|
/drivers/gpu/drm/i915/gt/ |
D | intel_ring.c | 205 if (bytes <= __intel_ring_space(target->postfix, in wait_for_space()
|
D | selftest_execlists.c | 237 GEM_BUG_ON(rq[0]->postfix > ce[1]->ring->emit); in live_unlite_restore() 267 GEM_BUG_ON(rq[1]->postfix <= rq[0]->postfix); in live_unlite_restore() 290 GEM_BUG_ON(rq[0]->postfix > rq[1]->postfix); in live_unlite_restore()
|
D | intel_engine_cs.c | 1616 rq->head, rq->postfix, rq->tail, in print_request_ring()
|
/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_usb.c | 216 const char* postfix) in get_fw_name() argument 221 postfix); in get_fw_name()
|
/drivers/gpu/drm/i915/gem/ |
D | i915_gem_execbuffer.c | 2307 if (__intel_ring_space(rq->postfix, in eb_throttle()
|