Searched refs:optional (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/include/linux/
H A Dreset.h46 bool optional, bool acquired);
49 bool optional, bool acquired);
53 bool shared, bool optional, bool acquired);
56 int __device_reset(struct device *dev, bool optional);
59 bool optional, bool acquired);
62 bool shared, bool optional, bool acquired);
65 bool shared, bool optional);
67 bool shared, bool optional,
112 static inline int __device_reset(struct device *dev, bool optional) argument
114 return optional
117 __of_reset_control_get( struct device_node *node, const char *id, int index, bool shared, bool optional, bool acquired) argument
125 __reset_control_get( struct device *dev, const char *id, int index, bool shared, bool optional, bool acquired) argument
163 __reset_control_bulk_get(struct device *dev, int num_rstcs, struct reset_control_bulk_data *rstcs, bool shared, bool optional, bool acquired) argument
175 __devm_reset_control_get( struct device *dev, const char *id, int index, bool shared, bool optional, bool acquired) argument
184 __devm_reset_control_bulk_get(struct device *dev, int num_rstcs, struct reset_control_bulk_data *rstcs, bool shared, bool optional, bool acquired) argument
192 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) argument
198 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, bool acquired) argument
[all...]
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_of.c64 .optional = true,
68 .optional = true,
72 .optional = true,
105 .optional = true,
139 if (!property->optional &&
H A Dlogicvc_of.h35 bool optional; member in struct:logicvc_of_property
H A Dlogicvc_drm.c131 drm_err(drm_dev, "Missing non-optional layers node\n");
138 "Missing a non-optional layers children node\n");
153 bool optional; member in struct:__anon703
158 .optional = false,
163 .optional = true,
168 .optional = true,
173 .optional = true,
184 if (PTR_ERR(clk) == -ENOENT && clocks_map[i].optional)
187 drm_err(drm_dev, "Missing non-optional clock %s\n",
/linux-master/net/mac80211/
H A Deht.c46 eht_ppe_hdr = get_unaligned_le16(eht_cap_ie_elem->optional + mcs_nss_size);
71 &eht_cap_ie_elem->optional[mcs_nss_size],
H A Dhe.c154 /* Check if there are (optional) PPE Thresholds */
233 data = he_spr_ie_elem->optional;
/linux-master/drivers/reset/
H A Dcore.c350 * If rstc is NULL it is an optional reset and the function will just
465 * If rstc is NULL it is an optional reset and the function will just
553 * If rstc is NULL it is an optional reset and the function will just
628 * line is not asserted or if the desc is NULL (optional reset).
1002 bool shared, bool optional, bool acquired)
1020 return optional ? NULL : ERR_PTR(-ENOENT);
1029 return optional ? NULL : ERR_PTR(ret);
1038 return optional ? NULL : ERR_PTR(ret);
1099 bool shared, bool optional, bool acquired)
1135 return optional
1001 __of_reset_control_get(struct device_node *node, const char *id, int index, bool shared, bool optional, bool acquired) argument
1098 __reset_control_get_from_lookup(struct device *dev, const char *con_id, bool shared, bool optional, bool acquired) argument
1140 __reset_control_get(struct device *dev, const char *id, int index, bool shared, bool optional, bool acquired) argument
1156 __reset_control_bulk_get(struct device *dev, int num_rstcs, struct reset_control_bulk_data *rstcs, bool shared, bool optional, bool acquired) argument
1233 __devm_reset_control_get(struct device *dev, const char *id, int index, bool shared, bool optional, bool acquired) argument
1268 __devm_reset_control_bulk_get(struct device *dev, int num_rstcs, struct reset_control_bulk_data *rstcs, bool shared, bool optional, bool acquired) argument
1304 __device_reset(struct device *dev, bool optional) argument
1372 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, bool acquired) argument
1425 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) argument
[all...]
/linux-master/scripts/
H A Dsphinx-pre-install22 my $optional = 0;
102 $optional--;
130 $optional++;
377 return if (!$need && !$optional);
452 return if (!$need && !$optional);
508 return if (!$need && !$optional);
552 return if (!$need && !$optional);
582 return if (!$need && !$optional);
608 return if (!$need && !$optional);
871 my $old_optional = $optional;
[all...]
H A Dsetlocalversion117 # First, with git-status, but --no-optional-locks is only supported in
123 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
H A Ddev-needs.sh21 It also takes an optional modifier flag as the first parameter to change
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_pes.h42 /* PES optional flags */
46 * present in the "optional fields" in the optional PES
72 struct vidtv_pes_optional optional[]; member in struct:vidtv_mpeg_pes
/linux-master/drivers/clk/
H A Dclk-bulk.c82 struct clk_bulk_data *clks, bool optional)
96 if (ret == -ENOENT && optional)
81 __clk_bulk_get(struct device *dev, int num_clks, struct clk_bulk_data *clks, bool optional) argument
H A Dclk-devres.c115 struct clk_bulk_data *clks, bool optional)
125 if (optional)
114 __devm_clk_bulk_get(struct device *dev, int num_clks, struct clk_bulk_data *clks, bool optional) argument
/linux-master/drivers/input/rmi4/
H A Drmi_bus.h191 const char *prop, bool optional);
H A Drmi_bus.c415 const char *prop, bool optional)
421 if (retval && (!optional && retval == -EINVAL)) {
414 rmi_of_property_read_u32(struct device *dev, u32 *result, const char *prop, bool optional) argument
/linux-master/drivers/input/touchscreen/
H A Dresistive-adc-touch.c136 bool optional)
142 if (!optional)
165 /* pressure is optional */
175 /* if no pressure is defined, try optional z1 + z2 */
183 /* if z1 is provided z2 is not optional */
254 /* parse optional device tree properties */
134 grts_map_channel(struct grts_state *st, struct device *dev, enum grts_ch_type type, const char *name, bool optional) argument
/linux-master/drivers/acpi/apei/
H A Dapei-internal.h54 int __apei_exec_run(struct apei_exec_context *ctx, u8 action, bool optional);
61 /* It is optional whether the firmware provides the action */
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c243 u8 optional:1; member in struct:__anon618
279 if (io_target[i].optional) {
/linux-master/include/linux/mtd/
H A Drawnand.h898 * @optional: whether this element of the pattern is optional or mandatory
905 bool optional; member in struct:nand_op_parser_pattern_elem
915 .optional = _opt, \
921 .optional = _opt, \
928 .optional = _opt, \
935 .optional = _opt, \
942 .optional = _opt, \
1084 * This hook is optional.
1087 * This hook is optional
[all...]
/linux-master/drivers/of/
H A Dproperty.c1207 * @optional: Describes whether a supplier is mandatory or not
1221 bool optional; member in struct:supplier_bindings
1328 { .parse_prop = parse_iommus, .optional = true, },
1329 { .parse_prop = parse_iommu_maps, .optional = true, },
1334 { .parse_prop = parse_dmas, .optional = true, },
1400 if (s->optional && !fw_devlink_is_strict()) {
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl75 -l [optional] define location of linux-tree (default is current directory)
76 -b [optional] define location to build (O=build-dir) (default is linux-tree)
/linux-master/tools/perf/tests/
H A Dattr.py117 def optional(self): member in class:Event
118 if 'optional' in self and self['optional'] == '1':
142 # 'arch' - architecture specific test (optional)
146 # the test is skipped. For example 'auxv["AT_HWCAP"] == 10'. (optional)
148 # first two values are supported, for example "6.1" (optional)
149 # 'kernel_until' - Exclusive kernel version from which the test will stop running. (optional)
321 if exp_event.optional():
322 log.debug(" %s does not match, but is optional" % exp_name)
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h29 * optional | r0 |
56 ; 4a. Auto save: (optional) r0-r11, blink, LPE,LPS,LPC, JLI,LDI,EI
59 ; 4b. If Auto-save (optional) not enabled in hw, manually save them
/linux-master/net/ipv4/
H A Dtcp_metrics.c796 unsigned int *hash, int optional, int v4, int v6)
819 return optional ? 1 : -EAFNOSUPPORT;
823 unsigned int *hash, int optional)
825 return __parse_nl_addr(info, addr, hash, optional,
795 __parse_nl_addr(struct genl_info *info, struct inetpeer_addr *addr, unsigned int *hash, int optional, int v4, int v6) argument
822 parse_nl_addr(struct genl_info *info, struct inetpeer_addr *addr, unsigned int *hash, int optional) argument
/linux-master/scripts/package/
H A Dmkdebian193 Priority: optional

Completed in 311 milliseconds

12