Home
last modified time | relevance | path

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

/drivers/firmware/broadcom/
A Dbcm47xx_sprom.c39 if (prefix && postfix) in create_key()
43 else if (postfix) in create_key()
44 snprintf(buf, len, "%s%s", name, postfix); in create_key()
67 const char *postfix, const char *name, \
81 prefix, name, postfix, buf, err); \
412 char postfix[2]; in bcm47xx_fill_sprom_path_r4589() local
420 snprintf(postfix, sizeof(postfix), "%i", i); in bcm47xx_fill_sprom_path_r4589()
423 nvram_read_u8(prefix, postfix, "itt2ga", in bcm47xx_fill_sprom_path_r4589()
425 nvram_read_u8(prefix, postfix, "itt5ga", in bcm47xx_fill_sprom_path_r4589()
463 char postfix[2]; in bcm47xx_fill_sprom_path_r45() local
[all …]
/drivers/iio/
A Dindustrialio-event.c396 char *postfix; in iio_device_add_event() local
403 postfix = kasprintf(GFP_KERNEL, "%s_%s_%s", in iio_device_add_event()
408 postfix = kasprintf(GFP_KERNEL, "%s_%s", in iio_device_add_event()
411 if (postfix == NULL) in iio_device_add_event()
422 ret = __iio_add_chan_devattr(postfix, chan, show, store, in iio_device_add_event()
426 kfree(postfix); in iio_device_add_event()
447 char *postfix; in iio_device_add_event_label() local
454 postfix = kasprintf(GFP_KERNEL, "%s_%s_label", in iio_device_add_event_label()
458 postfix = kasprintf(GFP_KERNEL, "%s_label", in iio_device_add_event_label()
460 if (postfix == NULL) in iio_device_add_event_label()
[all …]
A Dindustrialio-core.c1038 const char *postfix, in __iio_device_attr_init() argument
1061 postfix); in __iio_device_attr_init()
1065 postfix); in __iio_device_attr_init()
1068 full_postfix = kstrdup(postfix, GFP_KERNEL); in __iio_device_attr_init()
1073 postfix); in __iio_device_attr_init()
1170 int __iio_add_chan_devattr(const char *postfix, in __iio_add_chan_devattr() argument
1192 postfix, chan, in __iio_add_chan_devattr()
A Diio_core.h41 int __iio_add_chan_devattr(const char *postfix,
/drivers/media/v4l2-core/
A Dv4l2-i2c.c34 const char *devname, const char *postfix) in v4l2_i2c_subdev_set_name() argument
38 if (!postfix) in v4l2_i2c_subdev_set_name()
39 postfix = ""; in v4l2_i2c_subdev_set_name()
41 snprintf(sd->name, sizeof(sd->name), "%s%s %d-%04x", devname, postfix, in v4l2_i2c_subdev_set_name()
/drivers/clk/ti/
A Dadpll.c177 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 …]
/drivers/bluetooth/
A Dbtbcm.c575 char postfix[16] = ""; in btbcm_initialize() local
642 snprintf(postfix, sizeof(postfix), "-%4.4x-%4.4x", vid, pid); in btbcm_initialize()
652 "brcm/%s%s.%s.hcd", hw_name, postfix, board_name); in btbcm_initialize()
656 "brcm/%s%s.hcd", hw_name, postfix); in btbcm_initialize()
662 "brcm/BCM%s.%s.hcd", postfix, board_name); in btbcm_initialize()
666 "brcm/BCM%s.hcd", postfix); in btbcm_initialize()
A Dbtrtl.h138 const char *postfix);
155 const char *postfix) in btrtl_initialize() argument
A Dbtrtl.c1059 const char *postfix) in btrtl_initialize() argument
1204 if (postfix) { in btrtl_initialize()
1206 btrtl_dev->ic_info->cfg_name, postfix); in btrtl_initialize()
/drivers/gpu/drm/i915/
A Di915_request.c226 if (rq->postfix < head) { in __i915_request_fill()
230 memset(vaddr + head, val, rq->postfix - head); in __i915_request_fill()
383 rq->ring->head = rq->postfix; in i915_request_retire()
556 if (rq->infix == rq->postfix) in __i915_request_skip()
567 rq->infix = rq->postfix; in __i915_request_skip()
662 request->ring->vaddr + request->postfix); in __i915_request_submit()
1811 rq->postfix = intel_ring_offset(rq, cs); in __i915_request_commit()
A Di915_request.h291 u32 postfix; member
A Di915_gpu_error.c1587 ee->rq_post = rq->postfix; in intel_engine_coredump_add_request()
/drivers/pmdomain/imx/
A Dscu-pd.c104 bool postfix; member
430 if (pd_ranges->postfix) in imx_scu_add_pm_domain()
/drivers/gpu/drm/i915/gt/
A Dintel_ring.c209 if (bytes <= __intel_ring_space(target->postfix, in wait_for_space()
A Dselftest_execlists.c236 GEM_BUG_ON(rq[0]->postfix > ce[1]->ring->emit); in live_unlite_restore()
266 GEM_BUG_ON(rq[1]->postfix <= rq[0]->postfix); in live_unlite_restore()
289 GEM_BUG_ON(rq[0]->postfix > rq[1]->postfix); in live_unlite_restore()
A Dintel_engine_cs.c2225 rq->head, rq->postfix, rq->tail, in print_request_ring()
/drivers/net/wireless/zydas/zd1211rw/
A Dzd_usb.c215 const char* postfix) in get_fw_name() argument
220 postfix); in get_fw_name()
/drivers/gpu/drm/i915/gem/
A Di915_gem_execbuffer.c2502 if (__intel_ring_space(rq->postfix, in eb_throttle()

Completed in 60 milliseconds