| /drivers/mfd/ |
| A D | tps65218.c | 207 u32 strict; in tps65218_voltage_set_strict() local 211 &strict)) in tps65218_voltage_set_strict() 214 if (strict != 0 && strict != 1) { in tps65218_voltage_set_strict() 222 strict ? TPS65218_CONFIG1_STRICT : 0, in tps65218_voltage_set_strict()
|
| /drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_dcb.c | 529 ets->cos_params[0].strict, in bnx2x_dcbx_2cos_limit_update_ets_config() 531 ets->cos_params[1].strict, in bnx2x_dcbx_2cos_limit_update_ets_config() 1312 cos_data->data[0].strict = in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1314 cos_data->data[1].strict = in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1318 cos_data->data[0].strict = in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1321 cos_data->data[1].strict = in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1357 cos_data->data[0].strict = in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1360 cos_data->data[1].strict = in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1437 cos_data->data[i].strict = in bnx2x_dcbx_2cos_limit_cee_two_pg_to_cos_params() 1565 cos_data->data[1].strict = in bnx2x_dcbx_2cos_limit_cee_three_pg_to_cos_params() [all …]
|
| A D | bnx2x_dcb.h | 45 u8 strict; member 142 u8 strict; member
|
| /drivers/target/tcm_fc/ |
| A D | tfc_conf.c | 49 static ssize_t ft_parse_wwn(const char *name, u64 *wwn, int strict) in ft_parse_wwn() argument 63 if (strict && pos++ == 2 && byte++ < 7) { in ft_parse_wwn() 72 if (strict && byte != 8) in ft_parse_wwn() 78 if (val < 0 || (strict && isupper(c))) in ft_parse_wwn()
|
| /drivers/pinctrl/ |
| A D | pinmux.c | 98 if (ops->strict && desc->mux_usecount) in pinmux_can_be_used_for_gpio() 101 return !(ops->strict && !!desc->gpio_owner); in pinmux_can_be_used_for_gpio() 133 if ((!gpio_range || ops->strict) && in pin_request() 141 if ((gpio_range || ops->strict) && desc->gpio_owner) { in pin_request() 606 if (pmxops->strict) in pinmux_pins_show() 631 if (pmxops->strict) { in pinmux_pins_show()
|
| A D | pinctrl-tps6594.c | 449 .strict = true,
|
| /drivers/net/fddi/skfp/ |
| A D | Makefile | 21 ccflags-y := -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes
|
| /drivers/input/misc/ |
| A D | iqs7222.c | 143 u16 strict; member 218 .strict = BIT(4), 227 .strict = BIT(3), 236 .strict = BIT(4), 245 .strict = BIT(3), 254 .strict = BIT(4), 263 .strict = BIT(3), 272 .strict = BIT(4), 281 .strict = BIT(3), 2733 tpad_setup[20] &= ~(iqs7222_tp_events[i].strict | in iqs7222_parse_tpad() [all …]
|
| /drivers/of/ |
| A D | platform.c | 328 struct device *parent, bool strict) in of_platform_bus_create() argument 337 if (strict && (!of_property_present(bus, "compatible"))) { in of_platform_bus_create() 376 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict); in of_platform_bus_create()
|
| /drivers/iommu/ |
| A D | Kconfig | 114 DMA-mapped pages, with strict TLB invalidation on unmap. Equivalent 115 to passing "iommu.passthrough=0 iommu.strict=1" on the command line. 129 Equivalent to passing "iommu.passthrough=0 iommu.strict=0" on the
|
| /drivers/hid/usbhid/ |
| A D | hid-pidff.c | 942 struct hid_report *report, int count, int strict) in pidff_find_fields() argument 983 } else if (!found && strict) { in pidff_find_fields() 1254 #define PIDFF_FIND_FIELDS(name, report, strict) \ argument 1257 sizeof(pidff_ ## name), strict)
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_sriov.c | 1242 int bnxt_approve_mac(struct bnxt *bp, const u8 *mac, bool strict) in bnxt_approve_mac() argument 1262 if (!strict) in bnxt_approve_mac() 1266 if (rc && strict) { in bnxt_approve_mac() 1337 int bnxt_approve_mac(struct bnxt *bp, const u8 *mac, bool strict) in bnxt_approve_mac() argument
|
| /drivers/pinctrl/bcm/ |
| A D | pinctrl-bcm6328.c | 362 .strict = true,
|
| A D | pinctrl-bcm6318.c | 456 .strict = true,
|
| A D | pinctrl-bcm6358.c | 316 .strict = true,
|
| A D | pinctrl-bcm6368.c | 461 .strict = true,
|
| A D | pinctrl-bcm6362.c | 575 .strict = true,
|
| A D | pinctrl-bcm63268.c | 601 .strict = true,
|
| /drivers/firmware/efi/libstub/ |
| A D | Makefile | 15 -fPIC -fno-strict-aliasing -mno-red-zone \
|
| /drivers/pinctrl/sophgo/ |
| A D | pinctrl-sg2042-ops.c | 123 .strict = true,
|
| A D | pinctrl-cv18xx.c | 230 .strict = true,
|
| /drivers/scsi/qla2xxx/ |
| A D | tcm_qla2xxx.c | 44 static ssize_t tcm_qla2xxx_parse_wwn(const char *name, u64 *wwn, int strict) in tcm_qla2xxx_parse_wwn() argument 58 if (strict && pos++ == 2 && byte++ < 7) { in tcm_qla2xxx_parse_wwn() 67 if (strict && byte != 8) in tcm_qla2xxx_parse_wwn() 74 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()
|
| /drivers/firmware/arm_scmi/transports/ |
| A D | Kconfig | 98 This enforces strict compliance with VirtIO Version 1 specification.
|
| /drivers/pinctrl/visconti/ |
| A D | pinctrl-common.c | 276 .strict = true,
|
| /drivers/gpu/drm/ |
| A D | drm_client_modeset.c | 230 static bool drm_connector_enabled(struct drm_connector *connector, bool strict) in drm_connector_enabled() argument 237 if (strict) in drm_connector_enabled()
|