Home
last modified time | relevance | path

Searched refs:simple (Results 1 - 25 of 263) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Ddwc3-of-simple.c3 * dwc3-of-simple.c - OF glue layer for simple integrations
35 struct dwc3_of_simple *simple; in dwc3_of_simple_probe() local
41 simple = devm_kzalloc(dev, sizeof(*simple), GFP_KERNEL); in dwc3_of_simple_probe()
42 if (!simple) in dwc3_of_simple_probe()
45 platform_set_drvdata(pdev, simple); in dwc3_of_simple_probe()
46 simple->dev = dev; in dwc3_of_simple_probe()
53 simple->need_reset = true; in dwc3_of_simple_probe()
55 simple in dwc3_of_simple_probe()
98 __dwc3_of_simple_teardown(struct dwc3_of_simple *simple) __dwc3_of_simple_teardown() argument
117 struct dwc3_of_simple *simple = platform_get_drvdata(pdev); dwc3_of_simple_remove() local
126 struct dwc3_of_simple *simple = platform_get_drvdata(pdev); dwc3_of_simple_shutdown() local
133 struct dwc3_of_simple *simple = dev_get_drvdata(dev); dwc3_of_simple_runtime_suspend() local
142 struct dwc3_of_simple *simple = dev_get_drvdata(dev); dwc3_of_simple_runtime_resume() local
149 struct dwc3_of_simple *simple = dev_get_drvdata(dev); dwc3_of_simple_suspend() local
159 struct dwc3_of_simple *simple = dev_get_drvdata(dev); dwc3_of_simple_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Ddwc3-of-simple.c3 * dwc3-of-simple.c - OF glue layer for simple integrations
35 struct dwc3_of_simple *simple; in dwc3_of_simple_probe() local
41 simple = devm_kzalloc(dev, sizeof(*simple), GFP_KERNEL); in dwc3_of_simple_probe()
42 if (!simple) in dwc3_of_simple_probe()
45 platform_set_drvdata(pdev, simple); in dwc3_of_simple_probe()
46 simple->dev = dev; in dwc3_of_simple_probe()
53 simple->need_reset = true; in dwc3_of_simple_probe()
55 simple in dwc3_of_simple_probe()
98 __dwc3_of_simple_teardown(struct dwc3_of_simple *simple) __dwc3_of_simple_teardown() argument
117 struct dwc3_of_simple *simple = platform_get_drvdata(pdev); dwc3_of_simple_remove() local
124 struct dwc3_of_simple *simple = platform_get_drvdata(pdev); dwc3_of_simple_shutdown() local
131 struct dwc3_of_simple *simple = dev_get_drvdata(dev); dwc3_of_simple_runtime_suspend() local
140 struct dwc3_of_simple *simple = dev_get_drvdata(dev); dwc3_of_simple_runtime_resume() local
147 struct dwc3_of_simple *simple = dev_get_drvdata(dev); dwc3_of_simple_suspend() local
157 struct dwc3_of_simple *simple = dev_get_drvdata(dev); dwc3_of_simple_resume() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
H A DHintStripTest.java103 SimpleGlyph simple = (SimpleGlyph) glyph; in testSimpleGlyph1()
104 assertEquals(1, simple.numberOfContours()); in testSimpleGlyph1()
105 assertEquals(10, simple.numberOfPoints(0)); in testSimpleGlyph1()
106 assertEquals(0, simple.instructionSize()); // hints are stripped in testSimpleGlyph1()
107 assertTrue(simple.onCurve(0, 0)); in testSimpleGlyph1()
108 assertEquals(786, simple.xCoordinate(0, 0)); in testSimpleGlyph1()
109 assertEquals(1241, simple.yCoordinate(0, 0)); in testSimpleGlyph1()
110 assertTrue(simple.onCurve(0, 1)); in testSimpleGlyph1()
111 assertEquals(676, simple.xCoordinate(0, 1)); in testSimpleGlyph1()
112 assertEquals(1241, simple in testSimpleGlyph1()
[all...]
H A DRenumberingSubsetTest.java128 SimpleGlyph simple = (SimpleGlyph) glyph; in testSimpleGlyph1()
129 assertEquals(1, simple.numberOfContours()); in testSimpleGlyph1()
130 assertEquals(10, simple.numberOfPoints(0)); in testSimpleGlyph1()
131 assertEquals(19, simple.instructionSize()); in testSimpleGlyph1()
132 assertTrue(simple.onCurve(0, 0)); in testSimpleGlyph1()
133 assertEquals(786, simple.xCoordinate(0, 0)); in testSimpleGlyph1()
134 assertEquals(1241, simple.yCoordinate(0, 0)); in testSimpleGlyph1()
135 assertTrue(simple.onCurve(0, 1)); in testSimpleGlyph1()
136 assertEquals(676, simple.xCoordinate(0, 1)); in testSimpleGlyph1()
137 assertEquals(1241, simple in testSimpleGlyph1()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_simple_resource.c32 * struct vmw_user_simple_resource - User-space simple resource struct
35 * @simple: The embedded struct vmw_simple_resource.
39 struct vmw_simple_resource simple; member
41 * Nothing to be placed after @simple, since size of @simple is
48 * vmw_simple_resource_init - Initialize a simple resource object.
51 * @simple: The struct vmw_simple_resource to initialize.
53 * @res_free: Function pointer to destroy the simple resource.
61 struct vmw_simple_resource *simple, in vmw_simple_resource_init()
65 struct vmw_resource *res = &simple in vmw_simple_resource_init()
60 vmw_simple_resource_init(struct vmw_private *dev_priv, struct vmw_simple_resource *simple, void *data, void (*res_free)(struct vmw_resource *res)) vmw_simple_resource_init() argument
[all...]
/kernel/linux/linux-5.10/include/soc/fsl/
H A Ddpaa2-fd.h49 } simple; member
105 return (dma_addr_t)le64_to_cpu(fd->simple.addr); in dpaa2_fd_get_addr()
115 fd->simple.addr = cpu_to_le64(addr); in dpaa2_fd_set_addr()
126 return le32_to_cpu(fd->simple.frc); in dpaa2_fd_get_frc()
136 fd->simple.frc = cpu_to_le32(frc); in dpaa2_fd_set_frc()
147 return le32_to_cpu(fd->simple.ctrl); in dpaa2_fd_get_ctrl()
157 fd->simple.ctrl = cpu_to_le32(ctrl); in dpaa2_fd_set_ctrl()
168 return (dma_addr_t)le64_to_cpu(fd->simple.flc); in dpaa2_fd_get_flc()
178 fd->simple.flc = cpu_to_le64(flc_addr); in dpaa2_fd_set_flc()
183 return !!((le16_to_cpu(fd->simple in dpaa2_fd_short_len()
[all...]
/kernel/linux/linux-6.6/include/soc/fsl/
H A Ddpaa2-fd.h50 } simple; member
106 return (dma_addr_t)le64_to_cpu(fd->simple.addr); in dpaa2_fd_get_addr()
116 fd->simple.addr = cpu_to_le64(addr); in dpaa2_fd_set_addr()
127 return le32_to_cpu(fd->simple.frc); in dpaa2_fd_get_frc()
137 fd->simple.frc = cpu_to_le32(frc); in dpaa2_fd_set_frc()
148 return le32_to_cpu(fd->simple.ctrl); in dpaa2_fd_get_ctrl()
158 fd->simple.ctrl = cpu_to_le32(ctrl); in dpaa2_fd_set_ctrl()
169 return (dma_addr_t)le64_to_cpu(fd->simple.flc); in dpaa2_fd_get_flc()
179 fd->simple.flc = cpu_to_le64(flc_addr); in dpaa2_fd_set_flc()
184 return !!((le16_to_cpu(fd->simple in dpaa2_fd_short_len()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_simple_resource.c32 * struct vmw_user_simple_resource - User-space simple resource struct
36 * @simple: The embedded struct vmw_simple_resource.
41 struct vmw_simple_resource simple; member
43 * Nothing to be placed after @simple, since size of @simple is
50 * vmw_simple_resource_init - Initialize a simple resource object.
53 * @simple: The struct vmw_simple_resource to initialize.
55 * @res_free: Function pointer to destroy the simple resource.
63 struct vmw_simple_resource *simple, in vmw_simple_resource_init()
67 struct vmw_resource *res = &simple in vmw_simple_resource_init()
62 vmw_simple_resource_init(struct vmw_private *dev_priv, struct vmw_simple_resource *simple, void *data, void (*res_free)(struct vmw_resource *res)) vmw_simple_resource_init() argument
[all...]
/third_party/skia/docs/examples/
H A DCanvas_getSaveCount.cpp7 SkCanvas simple; in REG_FIDDLE() local
8 SkDebugf("depth = %d\n", simple.getSaveCount()); in REG_FIDDLE()
9 simple.save(); in REG_FIDDLE()
10 SkDebugf("depth = %d\n", simple.getSaveCount()); in REG_FIDDLE()
11 simple.restore(); in REG_FIDDLE()
12 SkDebugf("depth = %d\n", simple.getSaveCount()); in REG_FIDDLE()
H A DCanvas_restore.cpp7 SkCanvas simple; in REG_FIDDLE() local
8 SkDebugf("depth = %d\n", simple.getSaveCount()); in REG_FIDDLE()
9 simple.restore(); in REG_FIDDLE()
10 SkDebugf("depth = %d\n", simple.getSaveCount()); in REG_FIDDLE()
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra_audio_graph_card.c17 #define simple_to_tegra_priv(simple) \
18 container_of(simple, struct tegra_audio_priv, simple)
37 struct asoc_simple_priv simple; member
68 struct asoc_simple_priv *simple = snd_soc_card_get_drvdata(rtd->card); in tegra_audio_graph_update_pll() local
69 struct tegra_audio_priv *priv = simple_to_tegra_priv(simple); in tegra_audio_graph_update_pll()
176 struct asoc_simple_priv *simple = snd_soc_card_get_drvdata(card); in tegra_audio_graph_card_probe() local
177 struct tegra_audio_priv *priv = simple_to_tegra_priv(simple); in tegra_audio_graph_card_probe()
204 card = simple_priv_to_card(&priv->simple); in tegra_audio_graph_probe()
211 priv->simple in tegra_audio_graph_probe()
[all...]
/kernel/linux/linux-5.10/sound/soc/generic/
H A DMakefile2 snd-soc-simple-card-utils-objs := simple-card-utils.o
3 snd-soc-simple-card-objs := simple-card.o
6 obj-$(CONFIG_SND_SIMPLE_CARD_UTILS) += snd-soc-simple-card-utils.o
7 obj-$(CONFIG_SND_SIMPLE_CARD) += snd-soc-simple-card.o
/third_party/ffmpeg/tests/fate/
H A Ddnxhd.mak17 fate-dnxhd-mbaff: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhd100_cid1260.mov -pix_fmt yuv422p10le -vf scale
18 fate-dnxhr-444: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhr444_cid1270.mov -pix_fmt yuv444p10le -vf scale
19 fate-dnxhr-12bit: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhr_cid1271_12bit.mov -pix_fmt yuv422p12le -vf scale
20 fate-dnxhr-parse: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhr_cid1274.dnxhr -pix_fmt yuv422p
21 fate-dnxhr-prefix1: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/prefix-256x1536.dnxhr -pix_fmt yuv422p
22 fate-dnxhr-prefix2: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/prefix-256x1716.dnxhr -pix_fmt yuv422p
23 fate-dnxhr-prefix3: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/prefix-256x2048.dnxhr -pix_fmt yuv422p
24 fate-dnxhr-prefix4: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/prefix-256x2160.dnxhr -pix_fmt yuv422p
25 fate-dnxhr-prefix5: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/prefix-256x3212.dnxhr -pix_fmt yuv422p
H A Dmpeg4.mak4 fate-mpeg4-resolution-change-%: CMD = framemd5 -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg4/resize_$(@:fate-mpeg4-resolution-change-%=%).h263 -sws_flags +bitexact
11 fate-mpeg4-packed: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg4/packed_bframes.avi -flags +bitexact -fflags +bitexact -vsync cfr
16 += fate-mpeg4-simple-studio-profile
17 fate-mpeg4-simple-studio-profile: CMD = framecrc -bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg4/mpeg4_sstp_dpcm.m4v -sws_flags +accurate_rnd+bitexact -pix_fmt yuv422p10le -vf scale
20 fate-m4v: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg4/demo.m4v
23 fate-m4v-cfr: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg4/demo.m4v -vf fps=5
/third_party/alsa-lib/src/mixer/
H A Dsimple_none.c8 * Mixer simple element class interface.
11 * Mixer Interface - simple controls
661 selem_none_t *simple = snd_mixer_elem_get_private(elem); in selem_free() local
663 if (simple->selem.id) in selem_free()
664 snd_mixer_selem_id_free(simple->selem.id); in selem_free()
666 free(simple->str[0].db_info); in selem_free()
667 free(simple->str[1].db_info); in selem_free()
668 free(simple); in selem_free()
673 selem_none_t *simple; in simple_update() local
686 simple in simple_update()
1434 selem_none_t *simple; simple_add1() local
1662 selem_none_t *simple = snd_mixer_elem_get_private(melem); simple_event_remove() local
[all...]
/third_party/alsa-lib/modules/mixer/simple/
H A Dsbase.c2 * Mixer Interface - simple abstact module - base library
303 struct selem_base *simple = snd_mixer_elem_get_private(elem); in selem_free() local
307 if (simple->selem.id) in selem_free()
308 snd_mixer_selem_id_free(simple->selem.id); in selem_free()
309 list_for_each_safe(pos, npos, &simple->helems) { in selem_free()
313 free(simple); in selem_free()
324 struct selem_base *simple; in simple_event_add1() local
395 simple = calloc(1, sizeof(*simple)); in simple_event_add1()
396 if (!simple) { in simple_event_add1()
[all...]
/kernel/linux/linux-6.6/sound/soc/generic/
H A DMakefile2 snd-soc-simple-card-utils-objs := simple-card-utils.o
3 snd-soc-simple-card-objs := simple-card.o
9 obj-$(CONFIG_SND_SIMPLE_CARD_UTILS) += snd-soc-simple-card-utils.o
10 obj-$(CONFIG_SND_SIMPLE_CARD) += snd-soc-simple-card.o
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_formatimpl.cpp39 int32_t length = writeNumber(micros.simple, inValue, outString, 0, status); in formatStatic()
64 int32_t length = writeNumber(micros.simple, inValue, outString, 0, status); in format()
189 fMicros.simple.symbols = macros.symbols.getDecimalFormatSymbols(); in macrosToMicroGenerator()
202 fMicros.simple.symbols = newSymbols.getAlias(); in macrosToMicroGenerator()
209 if (isCurrency && fMicros.simple.symbols->getCurrencyPattern() != nullptr) { in macrosToMicroGenerator()
210 pattern = fMicros.simple.symbols->getCurrencyPattern(); in macrosToMicroGenerator()
294 fMicros.simple.grouping = macros.grouper; in macrosToMicroGenerator()
297 fMicros.simple.grouping = Grouper::forStrategy(UNUM_GROUPING_MIN2); in macrosToMicroGenerator()
299 fMicros.simple.grouping = Grouper::forStrategy(UNUM_GROUPING_AUTO); in macrosToMicroGenerator()
301 fMicros.simple in macrosToMicroGenerator()
[all...]
/kernel/linux/linux-5.10/fs/nfs/blocklayout/
H A Drpc_pipefs.c44 *p++ = cpu_to_be32(b->simple.nr_sigs); in nfs4_encode_simple()
45 for (i = 0; i < b->simple.nr_sigs; i++) { in nfs4_encode_simple()
46 p = xdr_encode_hyper(p, b->simple.sigs[i].offset); in nfs4_encode_simple()
47 p = xdr_encode_opaque(p, b->simple.sigs[i].sig, in nfs4_encode_simple()
48 b->simple.sigs[i].sig_len); in nfs4_encode_simple()
71 b->simple.len += 4; /* single volume */ in bl_resolve_deviceid()
72 if (b->simple.len > PAGE_SIZE) in bl_resolve_deviceid()
76 msg->len = sizeof(*bl_msg) + b->simple.len; in bl_resolve_deviceid()
83 bl_msg->totallen = b->simple.len; in bl_resolve_deviceid()
H A Ddev.c68 b->simple.nr_sigs = be32_to_cpup(p++); in nfs4_block_decode_volume()
69 if (!b->simple.nr_sigs || b->simple.nr_sigs > PNFS_BLOCK_MAX_UUIDS) { in nfs4_block_decode_volume()
70 dprintk("Bad signature count: %d\n", b->simple.nr_sigs); in nfs4_block_decode_volume()
74 b->simple.len = 4 + 4; in nfs4_block_decode_volume()
75 for (i = 0; i < b->simple.nr_sigs; i++) { in nfs4_block_decode_volume()
79 p = xdr_decode_hyper(p, &b->simple.sigs[i].offset); in nfs4_block_decode_volume()
80 b->simple.sigs[i].sig_len = be32_to_cpup(p++); in nfs4_block_decode_volume()
81 if (b->simple.sigs[i].sig_len > PNFS_BLOCK_UUID_LEN) { in nfs4_block_decode_volume()
83 b->simple in nfs4_block_decode_volume()
[all...]
/kernel/linux/linux-6.6/fs/nfs/blocklayout/
H A Drpc_pipefs.c43 *p++ = cpu_to_be32(b->simple.nr_sigs); in nfs4_encode_simple()
44 for (i = 0; i < b->simple.nr_sigs; i++) { in nfs4_encode_simple()
45 p = xdr_encode_hyper(p, b->simple.sigs[i].offset); in nfs4_encode_simple()
46 p = xdr_encode_opaque(p, b->simple.sigs[i].sig, in nfs4_encode_simple()
47 b->simple.sigs[i].sig_len); in nfs4_encode_simple()
70 b->simple.len += 4; /* single volume */ in bl_resolve_deviceid()
71 if (b->simple.len > PAGE_SIZE) in bl_resolve_deviceid()
75 msg->len = sizeof(*bl_msg) + b->simple.len; in bl_resolve_deviceid()
82 bl_msg->totallen = b->simple.len; in bl_resolve_deviceid()
H A Ddev.c68 b->simple.nr_sigs = be32_to_cpup(p++); in nfs4_block_decode_volume()
69 if (!b->simple.nr_sigs || b->simple.nr_sigs > PNFS_BLOCK_MAX_UUIDS) { in nfs4_block_decode_volume()
70 dprintk("Bad signature count: %d\n", b->simple.nr_sigs); in nfs4_block_decode_volume()
74 b->simple.len = 4 + 4; in nfs4_block_decode_volume()
75 for (i = 0; i < b->simple.nr_sigs; i++) { in nfs4_block_decode_volume()
79 p = xdr_decode_hyper(p, &b->simple.sigs[i].offset); in nfs4_block_decode_volume()
80 b->simple.sigs[i].sig_len = be32_to_cpup(p++); in nfs4_block_decode_volume()
81 if (b->simple.sigs[i].sig_len > PNFS_BLOCK_UUID_LEN) { in nfs4_block_decode_volume()
83 b->simple in nfs4_block_decode_volume()
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A Dast_dump.py41 value, simple = _format(value, level)
42 allsimple = allsimple and simple
55 value, simple = _format(value, level)
56 allsimple = allsimple and simple
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDOTGraphTraits.h11 // this file will produce a simple, but not very polished graph. By
38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in DefaultDOTGraphTraits()
161 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DOTGraphTraits()
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dloop-mce-test.sh4 # This script is using simple test driver.
13 #Note that only simple test configure file is used and full path is not needed here.
35 rm $ROOT/results/simple/result
37 sh $ROOT/drivers/simple/driver.sh $ROOT/config/$1
39 sed -e'/gcov/d' $ROOT/results/simple/result | grep "Fail" > /dev/null

Completed in 13 milliseconds

1234567891011