Home
last modified time | relevance | path

Searched refs:kind (Results 251 – 275 of 821) sorted by relevance

1...<<11121314151617181920>>...33

/openbmc/linux/net/sched/
H A Dact_ipt.c375 .kind = "ipt",
405 .kind = "xt",
H A Dsch_api.c353 static struct Qdisc_ops *qdisc_lookup_ops(struct nlattr *kind) in qdisc_lookup_ops() argument
357 if (kind) { in qdisc_lookup_ops()
360 if (nla_strcmp(kind, q->id) == 0) { in qdisc_lookup_ops()
1230 struct nlattr *kind = tca[TCA_KIND]; in qdisc_create() local
1235 ops = qdisc_lookup_ops(kind); in qdisc_create()
1237 if (ops == NULL && kind != NULL) { in qdisc_create()
1239 if (nla_strscpy(name, kind, IFNAMSIZ) >= 0) { in qdisc_create()
1251 ops = qdisc_lookup_ops(kind); in qdisc_create()
H A Dcls_cgroup.c201 .kind = "cgroup",
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-scmi-raw38 Description: SCMI Raw message errors facility; any kind of timed-out or
61 causes the internal queues of any kind of received message,
/openbmc/linux/drivers/platform/mellanox/
H A Dmlxreg-lc.c558 static int mlxreg_lc_event_handler(void *handle, enum mlxreg_hotplug_kind kind, u8 action) in mlxreg_lc_event_handler() argument
564 mlxreg_lc->data->slot, mlxreg_lc->state, kind, action); in mlxreg_lc_event_handler()
570 switch (kind) { in mlxreg_lc_event_handler()
/openbmc/linux/include/net/
H A Dpkt_cls.h461 int kind; member
506 #define MODULE_ALIAS_TCF_EMATCH(kind) MODULE_ALIAS("ematch-kind-" __stringify(kind)) argument
/openbmc/linux/Documentation/fb/
H A Defifb.rst22 For UGA displays, efifb does not have any kind of autodetection of your
/openbmc/linux/arch/powerpc/boot/dts/
H A Diss4xx.dts12 * any warranty of any kind, whether express or implied.
/openbmc/qemu/docs/system/arm/
H A Dsbsa.rst53 what kind of ``sbsa-ref`` board it is running on. It is neither
/openbmc/linux/Documentation/devicetree/bindings/iio/afe/
H A Dtemperature-sense-rtd.yaml13 RTDs (Resistance Temperature Detectors) are a kind of temperature sensors
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-build.c-ignore-return-of-1-from-tar-cf.patch19 place to avoid that kind of issue).
/openbmc/u-boot/drivers/mtd/spi/
H A DKconfig171 DataFlash is a kind of SPI flash. Most AT45 chips have two buffers
173 driver doesn't (yet) use these for any kind of i/o overlap or prefetching.
/openbmc/linux/drivers/input/mouse/
H A Dsynaptics_usb.c63 #define USB_DEVICE_SYNAPTICS(prod, kind) \ argument
66 .driver_info = (kind),
/openbmc/u-boot/arch/arm/dts/
H A Dam335x-draco.dts8 * kind, whether express or implied.
/openbmc/linux/net/openvswitch/
H A Dvport-internal_dev.c92 .kind = "openvswitch",
/openbmc/linux/drivers/net/ipvlan/
H A Dipvtap.c129 .kind = "ipvtap",
/openbmc/linux/drivers/net/
H A Dmacvtap.c141 .kind = "macvtap",
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-ixdpg425.dts92 * CHECKME: this ethernet setup seems dubious. Photos of the board shows some kind
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.h38 unsigned kind:8; member
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dovly507e.c88 NVVAL(NV507E, SURFACE_SET_PARAMS, KIND, asyw->image.kind) | in ovly507e_image_set()
/openbmc/linux/drivers/hwmon/
H A Df71805f.c192 enum kinds kind; member
1395 data->name = names[sio_data->kind]; in f71805f_probe()
1401 switch (sio_data->kind) { in f71805f_probe()
1577 sio_data->kind = f71805f; in f71805f_find()
1580 sio_data->kind = f71872f; in f71805f_find()
1603 names[sio_data->kind], *address, in f71805f_find()
/openbmc/linux/scripts/kconfig/
H A Dexpr.c1003 enum string_value_kind kind; in expr_parse_string() local
1015 kind = k_signed; in expr_parse_string()
1019 kind = k_unsigned; in expr_parse_string()
1023 kind = k_signed; in expr_parse_string()
1027 ? kind : k_string; in expr_parse_string()
/openbmc/u-boot/scripts/kconfig/
H A Dexpr.c996 enum string_value_kind kind; in expr_parse_string() local
1008 kind = k_signed; in expr_parse_string()
1012 kind = k_unsigned; in expr_parse_string()
1017 kind = k_signed; in expr_parse_string()
1023 ? kind : k_string; in expr_parse_string()
/openbmc/linux/Documentation/locking/
H A Dspinlocks.rst79 The above kind of lock may be useful for complex data structures like
117 guarantee the same kind of exclusive access, and it will be much faster.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOCCT-PL59 The Software is provided under this License on an "as is" basis, without warranty of any kind, incl…
62 …ributor be liable to any person for any direct or indirect damages of any kind including, without …
95 … the License are distributed on an "AS IS" basis, without warranty of any kind, and the Initial De…
109 … the License are distributed on an "AS IS" basis, without warranty of any kind, and the Initial De…

1...<<11121314151617181920>>...33