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.py580 fail(dev["ifname"] != sim["ifname"],
581 "Ifname incorrect %s vs %s" % (dev["ifname"], sim["ifname"]))
621 def test_spurios_extack(sim, obj, skip_hw, needle): argument
622 res = sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_hw=skip_hw,
625 res = sim.cls_bpf_add_filter(obj, op="replace", prio=1, handle=1,
628 res = sim.cls_filter_op(op="delete", prio=1, handle=1, cls="bpf",
632 def test_multi_prog(simdev, sim, obj, modename, modeid): argument
635 sim.set_xdp(obj, "offload")
636 xdp = sim.ip_link_show(xdp=True)["xdp"]
637 offloaded = sim
755 sim, = simdev.nsims global() variable
761 sim, = simdev.nsims global() variable
913 sim, = simdev.nsims global() variable
922 sim, = simdev.nsims global() variable
1052 simdev, sim = test_multi_prog(simdev, sim, obj, "", 1) global() variable
1053 simdev, sim = test_multi_prog(simdev, sim, obj, "drv", 1) global() variable
1054 simdev, sim = test_multi_prog(simdev, sim, obj, "generic", 2) global() variable
1125 sim, = simdev.nsims global() variable
1157 sim, = simdev.nsims global() variable
1241 sim, = simdev.nsims global() variable
1248 sim, = simdev.nsims global() variable
[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 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/pci/pcie/
H A Daer_inject.c220 u32 *sim; in aer_inj_read_config() local
236 sim = find_pci_config_dword(err, where, NULL); in aer_inj_read_config()
237 if (sim) { in aer_inj_read_config()
238 *val = *sim; in aer_inj_read_config()
251 u32 *sim; in aer_inj_write_config() local
268 sim = find_pci_config_dword(err, where, &rw1cs); in aer_inj_write_config()
269 if (sim) { in aer_inj_write_config()
271 *sim ^= val; in aer_inj_write_config()
273 *sim = val; in aer_inj_write_config()
/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/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/drivers/iio/accel/
H A Dst_accel_core.c191 .sim = {
273 .sim = {
363 .sim = {
435 .sim = {
508 .sim = {
579 .sim = {
650 .sim = {
707 .sim = {
782 .sim = {
863 .sim = {
[all …]
/linux/drivers/iio/pressure/
H A Dst_pressure_core.c293 .sim = {
343 .sim = {
410 .sim = {
479 .sim = {
548 .sim = {
618 .sim = {
/linux/arch/powerpc/tools/
H A Dunrel_branch_check.sh24 sim=0x$($nm -p "$vmlinux" |
65 if [ "$to" = "$sim" ]; then
/linux/drivers/iio/gyro/
H A Dst_gyro_core.c137 .sim = {
215 .sim = {
289 .sim = {
363 .sim = {
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7ulp.dtsi217 nxp,sim = <&sim>;
458 sim: sim@410a3000 { label
459 compatible = "fsl,imx7ulp-sim", "syscon";
/linux/tools/testing/selftests/gpio/
H A DMakefile3 TEST_PROGS := gpio-mockup.sh gpio-sim.sh gpio-aggregator.sh
H A Dgpio-sim.sh162 modprobe gpio-sim || skip "unable to load the gpio-sim module"
H A Dgpio-aggregator.sh212 modprobe gpio-sim || skip "unable to load the gpio-sim module"
/linux/arch/arm64/boot/dts/nvidia/
H A DMakefile31 dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-sim-vdk.dtb
/linux/drivers/iio/magnetometer/
H A Dst_magn_core.c368 .sim = {
495 .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/drivers/clk/imx/
H A DMakefile44 obj-$(CONFIG_CLK_IMX8ULP) += clk-imx8ulp-sim-lpav.o
/linux/include/linux/iio/common/
H A Dst_sensors.h217 struct st_sensor_sim sim; member
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.h1423 struct cam_sim *sim, union ccb *ccb);
1425 struct cam_sim *sim, union ccb *ccb,
H A Daic7xxx_core.c7284 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, in ahc_find_tmode_devs() argument
7325 ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb) in ahc_handle_en_lun() argument
7339 status = ahc_find_tmode_devs(ahc, sim, ccb, &tstate, &lstate, in ahc_handle_en_lun()
7347 if (cam_sim_bus(sim) == 0) in ahc_handle_en_lun()
7451 channel = SIM_CHANNEL(ahc, sim); in ahc_handle_en_lun()
7531 channel = SIM_CHANNEL(ahc, sim); in ahc_handle_en_lun()
7532 our_id = SIM_SCSI_ID(ahc, sim); in ahc_handle_en_lun()
/linux/arch/xtensa/lib/
H A Dusercopy.S207 sub a3, a3, a10 # align a3 (to avoid sim warnings only; not needed for hardware)

12