Home
last modified time | relevance | path

Searched refs:sim (Results 1 – 25 of 28) sorted by relevance

12

/linux/tools/testing/selftests/net/
H A Dbpf_offload.py576 fail(dev["ifname"] != sim["ifname"],
577 "Ifname incorrect %s vs %s" % (dev["ifname"], sim["ifname"]))
616 def test_spurios_extack(sim, obj, skip_hw, needle): argument
617 res = sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_hw=skip_hw,
620 res = sim.cls_bpf_add_filter(obj, op="replace", prio=1, handle=1,
623 res = sim.cls_filter_op(op="delete", prio=1, handle=1, cls="bpf",
627 def test_multi_prog(simdev, sim, obj, modename, modeid): argument
630 sim.set_xdp(obj, "offload")
631 xdp = sim.ip_link_show(xdp=True)["xdp"]
632 offloaded = sim.dfs_read("bpf_offloaded_id")
[all …]
/linux/Documentation/admin-guide/gpio/
H A Dgpio-sim.rst6 The configfs GPIO Simulator (gpio-sim) provides a way to create simulated GPIO
14 The gpio-sim module registers a configfs subsystem called ``'gpio-sim'``. For
21 **Group:** ``/config/gpio-sim``
23 This is the top directory of the gpio-sim configfs tree.
25 **Group:** ``/config/gpio-sim/gpio-device``
27 **Attribute:** ``/config/gpio-sim/gpio-device/dev_name``
29 **Attribute:** ``/config/gpio-sim/gpio-device/live``
33 name (e.g. ``'gpio-sim.0'``). The ``'live'`` attribute allows to trigger the
38 **Group:** ``/config/gpio-sim/gpio-device/gpio-bankX``
40 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/chip_name``
[all …]
H A Dindex.rst12 gpio-sim
H A Dgpio-mockup.rst8 This module has been obsoleted by the more flexible gpio-sim.rst.
/linux/arch/arm/mach-imx/
H A Dmach-imx7ulp.c22 struct regmap *sim; in imx7ulp_set_revision() local
25 sim = syscon_regmap_lookup_by_compatible("fsl,imx7ulp-sim"); in imx7ulp_set_revision()
26 if (IS_ERR(sim)) { in imx7ulp_set_revision()
31 if (regmap_read(sim, SIM_JTAG_ID_REG, &revision)) { in imx7ulp_set_revision()
/linux/arch/powerpc/boot/dts/
H A Diss4xx.dts34 model = "PowerPC,4xx"; // real CPU changed in sim
38 i-cache-line-size = <32>; // may need fixup in sim
39 d-cache-line-size = <32>; // may need fixup in sim
40 i-cache-size = <32768>; /* may need fixup in sim */
41 d-cache-size = <32768>; /* may need fixup in sim */
109 compatible = "ibm,iss-sim-block-device";
H A Diss4xx-mpic.dts36 model = "PowerPC,4xx"; // real CPU changed in sim
50 model = "PowerPC,4xx"; // real CPU changed in sim
66 model = "PowerPC,4xx"; // real CPU changed in sim
82 model = "PowerPC,4xx"; // real CPU changed in sim
148 compatible = "ibm,iss-sim-block-device";
/linux/drivers/iio/common/st_sensors/
H A Dst_sensors_spi.c63 if (settings->sim.addr) { in st_sensors_configure_spi_3_wire()
65 settings->sim.addr, in st_sensors_configure_spi_3_wire()
66 settings->sim.value in st_sensors_configure_spi_3_wire()
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-thwc-ufi001c.dts44 sim_ctrl_default: sim-ctrl-default-state {
52 sim-en-pins {
59 sim-sel-pins {
/linux/drivers/iio/accel/
H A Dst_accel_core.c191 .sim = {
273 .sim = {
363 .sim = {
435 .sim = {
508 .sim = {
580 .sim = {
637 .sim = {
712 .sim = {
793 .sim = {
921 .sim = {
[all …]
/linux/arch/powerpc/tools/
H A Dunrel_branch_check.sh24 sim=0x$($nm -p "$vmlinux" |
65 if [ "$to" = "$sim" ]; then
/linux/drivers/iio/pressure/
H A Dst_pressure_core.c293 .sim = {
343 .sim = {
410 .sim = {
479 .sim = {
548 .sim = {
618 .sim = {
/linux/drivers/iio/gyro/
H A Dst_gyro_core.c137 .sim = {
215 .sim = {
289 .sim = {
363 .sim = {
/linux/arch/arm64/boot/dts/marvell/
H A Dcn9130-cf-base.dts93 sim-select-hog {
97 line-name = "sim-select";
147 sim_select_pins: cp0-sim-select-pins {
/linux/tools/testing/selftests/gpio/
H A DMakefile3 TEST_PROGS := gpio-mockup.sh gpio-sim.sh
H A Dgpio-sim.sh161 modprobe gpio-sim || skip "unable to load the gpio-sim module"
/linux/arch/arm64/boot/dts/nvidia/
H A DMakefile28 dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-sim-vdk.dtb
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7ulp.dtsi453 sim: sim@410a3000 { label
454 compatible = "fsl,imx7ulp-sim", "syscon";
/linux/drivers/iio/magnetometer/
H A Dst_magn_core.c368 .sim = {
495 .sim = {
/linux/arch/arc/
H A DMakefile88 core-y += arch/arc/plat-sim/
/linux/scripts/
H A Dcheckkconfigsymbols.py125 if args.sim and not args.commit and not args.diff:
126 sims = find_sims(args.sim, args.ignore)
/linux/include/linux/iio/common/
H A Dst_sensors.h217 struct st_sensor_sim sim; member
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.h1232 struct cam_sim *sim, union ccb *ccb);
1234 struct cam_sim *sim, union ccb *ccb,
H A Daic79xx.h1423 struct cam_sim *sim, union ccb *ccb);
1425 struct cam_sim *sim, union ccb *ccb,
/linux/arch/xtensa/lib/
H A Dusercopy.S207 sub a3, a3, a10 # align a3 (to avoid sim warnings only; not needed for hardware)

12