Searched refs:strict (Results 1 - 12 of 12) sorted by relevance

/drivers/net/fddi/skfp/
H A DMakefile20 ccflags-y := -Idrivers/net/skfp -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes
/drivers/firmware/efi/libstub/
H A DMakefile10 -fPIC -fno-strict-aliasing -mno-red-zone \
/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
140 u8 strict; member in struct:cos_entry_help_data
H A Dbnx2x_dcb.c263 cos_params[i].strict = BNX2X_DCBX_STRICT_INVALID;
489 if (((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[0].strict) &&
491 ((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[1].strict) &&
493 BNX2X_ERR("all COS should have at least bw_limit or strict"
494 "ets->cos_params[0].strict= %x"
496 "ets->cos_params[1].strict= %x"
498 ets->cos_params[0].strict,
500 ets->cos_params[1].strict,
504 /* If we join a group and there is bw_tbl and strict then bw rules */
523 if (ets->cos_params[0].strict
[all...]
/drivers/of/
H A Dplatform.c373 * @strict: require compatible property
381 struct device *parent, bool strict)
391 if (strict && (!of_get_property(bus, "compatible", NULL))) {
418 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict);
378 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/staging/comedi/
H A Dcomedi_buf.c257 int strict)
263 nbytes = strict ? 0 : available;
255 __comedi_buf_write_alloc(struct comedi_subdevice *s, unsigned int nbytes, int strict) argument
/drivers/media/
H A DKconfig192 are strict constraints with regards to the kernel size,
/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
/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c62 * If strict, we require lower-case hex and colon separators to be sure
66 static ssize_t tcm_qla2xxx_parse_wwn(const char *name, u64 *wwn, int strict) argument
80 if (strict && pos++ == 2 && byte++ < 7) {
89 if (strict && byte != 8)
96 else if (isxdigit(c) && (islower(c) || !strict))
/drivers/gpu/drm/
H A Ddrm_fb_helper.c1272 static bool drm_connector_enabled(struct drm_connector *connector, bool strict) argument
1276 if (strict)
/drivers/acpi/
H A Dosl.c1587 * - strict (default) (2)
1608 if (!strcmp("strict", str))

Completed in 425 milliseconds