/kernel/linux/linux-5.10/include/linux/ |
H A D | reset.h | 24 bool optional, bool acquired); 27 bool optional, bool acquired); 29 int __device_reset(struct device *dev, bool optional); 32 bool optional, bool acquired); 35 bool shared, bool optional); 37 bool shared, bool optional, 77 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() argument 79 return optional ? 0 : -ENOTSUPP; in __device_reset() 85 bool optional, bool acquired) in __of_reset_control_get() 87 return optional in __of_reset_control_get() 82 __of_reset_control_get( struct device_node *node, const char *id, int index, bool shared, bool optional, bool acquired) __of_reset_control_get() argument 90 __reset_control_get( struct device *dev, const char *id, int index, bool shared, bool optional, bool acquired) __reset_control_get() argument 98 __devm_reset_control_get( struct device *dev, const char *id, int index, bool shared, bool optional, bool acquired) __devm_reset_control_get() argument 107 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) devm_reset_control_array_get() argument 113 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, bool acquired) of_reset_control_array_get() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | reset.h | 46 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) in __device_reset() argument 114 return optional in __device_reset() 117 __of_reset_control_get( struct device_node *node, const char *id, int index, bool shared, bool optional, bool acquired) __of_reset_control_get() argument 125 __reset_control_get( struct device *dev, const char *id, int index, bool shared, bool optional, bool acquired) __reset_control_get() argument 163 __reset_control_bulk_get(struct device *dev, int num_rstcs, struct reset_control_bulk_data *rstcs, bool shared, bool optional, bool acquired) __reset_control_bulk_get() argument 175 __devm_reset_control_get( struct device *dev, const char *id, int index, bool shared, bool optional, bool acquired) __devm_reset_control_get() 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) __devm_reset_control_bulk_get() argument 192 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) devm_reset_control_array_get() argument 198 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, bool acquired) of_reset_control_array_get() argument [all...] |
/kernel/linux/linux-5.10/drivers/reset/ |
H A D | core.c | 290 * If rstc is NULL it is an optional reset and the function will just 341 * If rstc is NULL it is an optional reset and the function will just 399 * If rstc is NULL it is an optional reset and the function will just 444 * line is not asserted or if the desc is NULL (optional reset). 610 bool optional, bool acquired) in __of_reset_control_get() 627 return optional ? NULL : ERR_PTR(-ENOENT); in __of_reset_control_get() 635 return optional ? NULL : ERR_PTR(ret); in __of_reset_control_get() 693 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup() 729 return optional ? NULL : ERR_PTR(-ENOENT); in __reset_control_get_from_lookup() 735 int index, bool shared, bool optional, in __reset_control_get() 608 __of_reset_control_get(struct device_node *node, const char *id, int index, bool shared, bool optional, bool acquired) __of_reset_control_get() argument 692 __reset_control_get_from_lookup(struct device *dev, const char *con_id, bool shared, bool optional, bool acquired) __reset_control_get_from_lookup() argument 734 __reset_control_get(struct device *dev, const char *id, int index, bool shared, bool optional, bool acquired) __reset_control_get() argument 786 __devm_reset_control_get(struct device *dev, const char *id, int index, bool shared, bool optional, bool acquired) __devm_reset_control_get() argument 820 __device_reset(struct device *dev, bool optional) __device_reset() argument 876 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, bool acquired) of_reset_control_array_get() argument 929 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) devm_reset_control_array_get() argument [all...] |
/kernel/linux/linux-6.6/drivers/reset/ |
H A D | core.c | 324 * If rstc is NULL it is an optional reset and the function will just 439 * If rstc is NULL it is an optional reset and the function will just 527 * If rstc is NULL it is an optional reset and the function will just 602 * line is not asserted or if the desc is NULL (optional reset). 818 bool shared, bool optional, bool acquired) in __of_reset_control_get() 835 return optional ? NULL : ERR_PTR(-ENOENT); in __of_reset_control_get() 843 return optional ? NULL : ERR_PTR(ret); in __of_reset_control_get() 901 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup() 937 return optional ? NULL : ERR_PTR(-ENOENT); in __reset_control_get_from_lookup() 943 int index, bool shared, bool optional, in __reset_control_get() 817 __of_reset_control_get(struct device_node *node, const char *id, int index, bool shared, bool optional, bool acquired) __of_reset_control_get() argument 900 __reset_control_get_from_lookup(struct device *dev, const char *con_id, bool shared, bool optional, bool acquired) __reset_control_get_from_lookup() argument 942 __reset_control_get(struct device *dev, const char *id, int index, bool shared, bool optional, bool acquired) __reset_control_get() argument 958 __reset_control_bulk_get(struct device *dev, int num_rstcs, struct reset_control_bulk_data *rstcs, bool shared, bool optional, bool acquired) __reset_control_bulk_get() argument 1035 __devm_reset_control_get(struct device *dev, const char *id, int index, bool shared, bool optional, bool acquired) __devm_reset_control_get() argument 1070 __devm_reset_control_bulk_get(struct device *dev, int num_rstcs, struct reset_control_bulk_data *rstcs, bool shared, bool optional, bool acquired) __devm_reset_control_bulk_get() argument 1106 __device_reset(struct device *dev, bool optional) __device_reset() argument 1174 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, bool acquired) of_reset_control_array_get() argument 1227 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) devm_reset_control_array_get() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/logicvc/ |
H A D | logicvc_of.c | 64 .optional = true, 68 .optional = true, 72 .optional = true, 105 .optional = true, 139 if (!property->optional && in logicvc_of_property_parse_u32()
|
H A D | logicvc_drm.c | 131 drm_err(drm_dev, "Missing non-optional layers node\n"); in logicvc_drm_config_parse() 138 "Missing a non-optional layers children node\n"); in logicvc_drm_config_parse() 153 bool optional; in logicvc_clocks_prepare() member 158 .optional = false, in logicvc_clocks_prepare() 163 .optional = true, in logicvc_clocks_prepare() 168 .optional = true, in logicvc_clocks_prepare() 173 .optional = true, in logicvc_clocks_prepare() 184 if (PTR_ERR(clk) == -ENOENT && clocks_map[i].optional) in logicvc_clocks_prepare() 187 drm_err(drm_dev, "Missing non-optional clock %s\n", in logicvc_clocks_prepare()
|
H A D | logicvc_of.h | 35 bool optional; member
|
/kernel/linux/linux-6.6/scripts/ |
H A D | sphinx-pre-install | 22 my $optional = 0; 103 $optional--; 131 $optional++; 390 return if (!$need && !$optional); 459 return if (!$need && !$optional); 514 return if (!$need && !$optional); 558 return if (!$need && !$optional); 588 return if (!$need && !$optional); 614 return if (!$need && !$optional); 884 my $old_optional = $optional; [all...] |
H A D | setlocalversion | 117 # First, with git-status, but --no-optional-locks is only supported in 123 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
|
/kernel/linux/linux-5.10/scripts/ |
H A D | sphinx-pre-install | 22 my $optional = 0; 100 $optional--; 126 $optional++; 389 return if (!$need && !$optional); 458 return if (!$need && !$optional); 512 return if (!$need && !$optional); 556 return if (!$need && !$optional); 586 return if (!$need && !$optional); 612 return if (!$need && !$optional); 854 print "All optional dependencie [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | eht.c | 46 eht_ppe_hdr = get_unaligned_le16(eht_cap_ie_elem->optional + mcs_nss_size); in ieee80211_eht_cap_ie_to_sta_eht_cap() 71 &eht_cap_ie_elem->optional[mcs_nss_size], in ieee80211_eht_cap_ie_to_sta_eht_cap()
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | mach-mini2440.c | 152 * XGA output unless you add optional dip switches to the shield. 639 struct platform_device *optional[8]; member 667 features->optional[features->count++] = in mini2440_parse_features() 679 features->optional[features->count++] = in mini2440_parse_features() 693 features->optional[features->count++] = in mini2440_parse_features() 719 /* remove pullup on optional PWM backlight -- unused on 3.5 and 7"s */ in mini2440_init() 779 if (features.count) /* the optional features */ in mini2440_init() 780 platform_add_devices(features.optional, features.count); in mini2440_init()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/tools/ |
H A D | Android.mk | 6 LOCAL_MODULE_TAGS := optional
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-bulk.c | 82 struct clk_bulk_data *clks, bool optional) in __clk_bulk_get() 96 if (ret == -ENOENT && optional) in __clk_bulk_get() 81 __clk_bulk_get(struct device *dev, int num_clks, struct clk_bulk_data *clks, bool optional) __clk_bulk_get() argument
|
H A D | clk-devres.c | 115 struct clk_bulk_data *clks, bool optional) in __devm_clk_bulk_get() 125 if (optional) in __devm_clk_bulk_get() 114 __devm_clk_bulk_get(struct device *dev, int num_clks, struct clk_bulk_data *clks, bool optional) __devm_clk_bulk_get() argument
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-bulk.c | 82 struct clk_bulk_data *clks, bool optional) in __clk_bulk_get() 96 if (ret == -ENOENT && optional) in __clk_bulk_get() 81 __clk_bulk_get(struct device *dev, int num_clks, struct clk_bulk_data *clks, bool optional) __clk_bulk_get() argument
|
H A D | clk-devres.c | 115 struct clk_bulk_data *clks, bool optional) in __devm_clk_bulk_get() 125 if (optional) in __devm_clk_bulk_get() 114 __devm_clk_bulk_get(struct device *dev, int num_clks, struct clk_bulk_data *clks, bool optional) __devm_clk_bulk_get() argument
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | rawnand.h | 868 * @optional: whether this element of the pattern is optional or mandatory 875 bool optional; member 885 .optional = _opt, \ 891 .optional = _opt, \ 898 .optional = _opt, \ 905 .optional = _opt, \ 912 .optional = _opt, \ 1043 * This hook is optional. 1046 * This hook is optional [all...] |
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | rawnand.h | 898 * @optional: whether this element of the pattern is optional or mandatory 905 bool optional; member 915 .optional = _opt, \ 921 .optional = _opt, \ 928 .optional = _opt, \ 935 .optional = _opt, \ 942 .optional = _opt, \ 1073 * This hook is optional. 1076 * This hook is optional [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | resistive-adc-touch.c | 136 bool optional) in grts_map_channel() 142 if (!optional) in grts_map_channel() 165 /* pressure is optional */ in grts_get_properties() 175 /* if no pressure is defined, try optional z1 + z2 */ in grts_get_properties() 183 /* if z1 is provided z2 is not optional */ in grts_get_properties() 254 /* parse optional device tree properties */ in grts_probe() 134 grts_map_channel(struct grts_state *st, struct device *dev, enum grts_ch_type type, const char *name, bool optional) grts_map_channel() argument
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_pes.h | 42 /* PES optional flags */ 46 * present in the "optional fields" in the optional PES 72 struct vidtv_pes_optional optional[]; member
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_pes.h | 42 /* PES optional flags */ 46 * present in the "optional fields" in the optional PES 72 struct vidtv_pes_optional optional[]; member
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | property.c | 1199 * @optional: Describes whether a supplier is mandatory or not 1211 bool optional; member 1314 { .parse_prop = parse_iommus, .optional = true, }, 1315 { .parse_prop = parse_iommu_maps, .optional = true, }, 1319 { .parse_prop = parse_dmas, .optional = true, }, 1380 if (s->optional && !fw_devlink_is_strict()) { in of_link_property()
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 29 * 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
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_bus.c | 414 const char *prop, bool optional) in rmi_of_property_read_u32() 420 if (retval && (!optional && retval == -EINVAL)) { in rmi_of_property_read_u32() 413 rmi_of_property_read_u32(struct device *dev, u32 *result, const char *prop, bool optional) rmi_of_property_read_u32() argument
|