Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/OK3568_Linux_fs/kernel/scripts/coccinelle/api/
H A Dstream_open.cocci15 identifier readstream, ppos;
16 identifier f, buf, len;
25 identifier writestream, ppos;
26 identifier f, buf, len;
37 identifier block_f;
38 identifier wait =~ "^wait_.*";
51 identifier stream_reader.readstream;
52 identifier wait =~ "^wait_.*";
62 identifier stream_reader.readstream;
63 identifier blocks.block_f;
[all …]
H A Datomic_as_refcounter.cocci14 identifier a, x;
16 identifier fname =~ ".*free.*";
17 identifier fname2 =~ ".*destroy.*";
18 identifier fname3 =~ ".*del.*";
19 identifier fname4 =~ ".*queue_work.*";
20 identifier fname5 =~ ".*schedule_work.*";
21 identifier fname6 =~ ".*call_rcu.*";
62 identifier a, x, y;
64 identifier fname =~ ".*free.*";
95 identifier a, x;
[all …]
H A Dsimple_open.cocci14 identifier open_f != simple_open;
15 identifier i, f;
29 identifier fops;
30 identifier open.open_f;
40 identifier open_f != simple_open;
41 identifier i, f;
56 identifier fops;
57 identifier openr.open_f;
H A Dplatform_no_drv_owner.cocci16 identifier __driver;
27 identifier match1.__driver;
36 identifier match1.__driver;
45 identifier __driver;
58 identifier match2.__driver;
67 identifier match2.__driver;
78 identifier match1.__driver;
89 identifier match1.__driver;
100 identifier match2.__driver;
111 identifier match2.__driver;
H A Dcheck_bq27xxx_data.cocci24 identifier i,i1,i2;
59 identifier tocheck.i1regs;
67 identifier tocheck.i2regs;
95 identifier tocheck.i1dmregs;
103 identifier tocheck.i2dmregs;
131 identifier tocheck.i1props;
139 identifier tocheck.i2props;
/OK3568_Linux_fs/u-boot/scripts/coccinelle/net/
H A Dmdio_register.cocci12 identifier readfunc, writefunc;
27 identifier mii_reg.readfunc;
28 identifier name0, addr0, reg0, output;
49 identifier mii_reg.readfunc;
50 identifier update_read_sig.output;
53 identifier retvar;
81 identifier mii_reg.readfunc;
82 identifier update_read_sig.output;
99 identifier mii_reg.readfunc;
100 identifier update_read_sig.name0;
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Datmel-xdma.txt11 - bit 13: SIF, source interface identifier, used to get the memory
12 interface identifier,
13 - bit 14: DIF, destination interface identifier, used to get the peripheral
14 interface identifier,
15 - bit 30-24: PERID, peripheral identifier.
33 - bit 13: SIF, source interface identifier, used to get the memory
34 interface identifier,
35 - bit 14: DIF, destination interface identifier, used to get the peripheral
36 interface identifier,
37 - bit 30-24: PERID, peripheral identifier.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dila.rst44 A mapping of an ILA identifier to a locator (or to a
50 four bits) and an identifier (lower sixty-four bits).
57 bits) and an identifier (low order sixty-four bits). ILA
134 the checksum. The low order sixteen bits of the identifier
140 bits of the identifier. When ILA to SIR address translation is done on
142 restores the identifier as it was originally sent.
152 0: interface identifier
154 1: locally unique identifier
156 2: virtual networking identifier for IPv4 address
158 3: virtual networking identifier for IPv6 unicast address
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscript_asm.pl141 $identifier = '[A-Za-z_][A-Za-z_0-9]*';
149 $value = "$identifier|$identifier\\s*[+\-]\\s*$decnum|".
150 "$identifier\\s*[+-]\s*$hexnum|$constant";
236 if ($value =~ /^REL\s*\(\s*($identifier)\s*\)\s*(.*)/i) {
241 } elsif ($value =~ /^($identifier)\s*(.*)/) {
388 if (/^\s*($identifier)\s*:(.*)/) {
405 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) {
428 if ($external =~ /\s*($identifier)\s*$/) {
446 if ($1 =~ /^($identifier)\s*$/) {
620 if ($rest =~ /^(ATN|)\s*($value)\s*,\s*($identifier)\s*$/i) {
[all …]
/OK3568_Linux_fs/device/rockchip/common/configs/
H A DConfig.in.extra-part36 string "device identifier"
39 Device identifier, like oem or /dev/mmcblk0p7 or PARTLABEL=oem.
45 Partition name, set "<dev>" to detect from device identifier.
114 string "device identifier"
117 Device identifier, like oem or /dev/mmcblk0p7 or PARTLABEL=oem.
123 Partition name, set "<dev>" to detect from device identifier.
192 string "device identifier"
194 Device identifier, like oem or /dev/mmcblk0p7 or PARTLABEL=oem.
200 Partition name, set "<dev>" to detect from device identifier.
265 string "device identifier"
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/positionpoll/
H A Dqgeoareamonitor_polling.cpp91 activeMonitorAreas.insert(monitor.identifier(), monitor); in startMonitoring()
92 singleShotTrigger.remove(monitor.identifier()); in startMonitoring()
102 activeMonitorAreas.insert(monitor.identifier(), monitor); in requestUpdate()
103 singleShotTrigger.insert(monitor.identifier(), signalId); in requestUpdate()
113 QGeoAreaMonitorInfo mon = activeMonitorAreas.take(monitor.identifier()); in stopMonitoring()
220 activeExpiry.second = info.identifier(); in setupNextExpiryTimeout()
225 activeExpiry.second = info.identifier(); in setupNextExpiryTimeout()
293 const QString identifier = monInfo.identifier(); in positionUpdated() local
295 if (processInsideArea(identifier)) in positionUpdated()
298 if (processOutsideArea(identifier)) in positionUpdated()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dprogram.hpp66 const std::string identifier = shaders::programIdentifier(vertexSource, fragmentSource); in createProgram() local
71 if (binaryProgram.identifier() == identifier) { in createProgram()
89 result.template get<BinaryProgram>(context, identifier)) { in createProgram()
106 optional<BinaryProgram> get(Context& context, const std::string& identifier) const { in get()
109 identifier, Attributes::getNamedLocations(attributeLocations), in get()
/OK3568_Linux_fs/kernel/scripts/coccinelle/api/debugfs/
H A Ddebugfs_simple_attr.cocci20 identifier dsa_fops;
28 identifier dsa.dsa_fops;
35 identifier dsa.dsa_fops;
43 identifier dsa.dsa_fops;
49 identifier dsa.dsa_fops;
/OK3568_Linux_fs/kernel/scripts/coccinelle/null/
H A Dderef_null.cocci22 identifier f;
30 identifier f;
56 identifier f;
117 identifier f;
177 identifier f;
218 identifier f;
226 identifier f;
250 identifier f;
H A Dbadzero.cocci28 identifier f;
52 identifier f;
85 identifier f;
102 identifier f;
125 identifier r.f;
149 identifier r.f;
/OK3568_Linux_fs/kernel/scripts/coccinelle/iterators/
H A Dfen.cocci21 identifier l;
34 identifier l;
47 identifier l;
60 identifier l;
78 identifier l;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dfeature.hpp47 using identifier = mapbox::util::variant<uint64_t, int64_t, double, std::string>; typedef
57 std::experimental::optional<identifier> id {};
63 … std::experimental::optional<identifier> id_ = std::experimental::optional<identifier> {})
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dclearcase.py107 ud.identifier = "clearcase-%s%s-%s" % ( ud.vob.replace("/", ""),
111 ud.viewname = "%s-view%s" % (ud.identifier, d.getVar("DATETIME", d, True))
112 ud.csname = "%s-config-spec" % (ud.identifier)
116 ud.localfile = "%s.tar.gz" % (ud.identifier)
199 ud.identifier += "-%s" % d.getVar("DATETIME",d, True)
209 return False, ud.identifier
/OK3568_Linux_fs/kernel/tools/firewire/
H A Dnosy-dump.h20 uint32_t identifier:2; member
29 uint32_t identifier:2; member
46 uint32_t identifier:2; member
64 uint32_t identifier:2; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dhi3620-clock.txt17 Each clock is assigned an identifier and client nodes use this identifier
20 All these identifier could be found in <dt-bindings/clock/hi3620-clock.h>.
H A Dhix5hd2-clock.txt12 Each clock is assigned an identifier and client nodes use this identifier
15 All these identifier could be found in <dt-bindings/clock/hix5hd2-clock.h>.
H A Dmarvell,pxa910.txt18 Each clock is assigned an identifier and client nodes use this identifier
21 All these identifier could be found in <dt-bindings/clock/marvell-pxa910.h>.
H A Dmarvell,pxa168.txt18 Each clock is assigned an identifier and client nodes use this identifier
21 All these identifier could be found in <dt-bindings/clock/marvell,pxa168.h>.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtile.hpp69 addFeature(const vt_point& point, const property_map& props, const optional<identifier>& id) { in addFeature()
75 const optional<identifier>& id) { in addFeature()
83 const optional<identifier>& id) { in addFeature()
91 const optional<identifier>& id) { in addFeature()
101 void addFeature(const T& multi, const property_map& props, const optional<identifier>& id) { in addFeature()
/OK3568_Linux_fs/kernel/drivers/scsi/esas2r/
H A Desas2r_targdb.c194 if (ident_len > sizeof(t->identifier) in esas2r_targ_db_add_pthru()
212 memcpy(t->identifier, ident, ident_len); in esas2r_targ_db_add_pthru()
245 void *identifier, in esas2r_targ_db_find_by_ident() argument
252 && memcmp(&t->identifier[0], identifier, in esas2r_targ_db_find_by_ident()

12345678910>>...24