Searched defs:strict (Results 1 - 5 of 5) sorted by relevance

/drivers/of/
H A Dplatform.c337 * @strict: require compatible property
345 struct device *parent, bool strict)
355 if (strict && (!of_get_property(bus, "compatible", NULL))) {
378 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict);
342 of_platform_bus_create(struct device_node *bus, const struct of_device_id *matches, const struct of_dev_auxdata *lookup, struct device *parent, bool strict) argument
/drivers/target/tcm_fc/
H A Dtfc_conf.c62 * If strict, we require lower-case hex and colon separators to be sure
66 static ssize_t ft_parse_wwn(const char *name, u64 *wwn, int strict) argument
80 if (strict && pos++ == 2 && byte++ < 7) {
89 if (strict && byte != 8)
95 if (val < 0 || (strict && isupper(c)))
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.h40 * strict priority: valid values are 0..5; 0 is highest priority.
43 u8 strict; member in struct:bnx2x_dcbx_cos_params
142 u8 strict; member in struct:cos_entry_help_data
/drivers/gpu/drm/
H A Ddrm_fb_helper.c1001 static bool drm_connector_enabled(struct drm_connector *connector, bool strict) argument
1005 if (strict) {
/drivers/hid/usbhid/
H A Dhid-pidff.c765 struct hid_report *report, int count, int strict)
792 if (!found && strict) {
1061 #define PIDFF_FIND_FIELDS(name, report, strict) \
1064 sizeof(pidff_ ## name), strict)
764 pidff_find_fields(struct pidff_usage *usage, const u8 *table, struct hid_report *report, int count, int strict) argument

Completed in 153 milliseconds