/linux-6.12.1/arch/mips/include/asm/ |
D | cpu-features.h | 17 #define __ase(ase) (cpu_data[0].ases & (ase)) argument 32 #define __isa_ge_and_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) && __ase(ase)) argument 42 #define __isa_ge_or_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) || __ase(ase)) argument 53 #define __isa_lt_and_ase(isa, ase) ((MIPS_ISA_REV < (isa)) && __ase(ase)) argument 67 #define __isa_range_and_ase(ge, lt, ase) \ argument 68 (__isa_range(ge, lt) && __ase(ase))
|
/linux-6.12.1/drivers/media/v4l2-core/ |
D | v4l2-async.c | 138 struct v4l2_async_subdev_endpoint *ase; in match_fwnode() local 144 list_for_each_entry(ase, &sd->async_subdev_endpoint_list, in match_fwnode() 146 bool matched = ase->endpoint == match->fwnode; in match_fwnode() 150 matched ? "" : "not ", ase->endpoint); in match_fwnode() 768 struct v4l2_async_subdev_endpoint *ase; in v4l2_async_subdev_endpoint_add() local 770 ase = kmalloc(sizeof(*ase), GFP_KERNEL); in v4l2_async_subdev_endpoint_add() 771 if (!ase) in v4l2_async_subdev_endpoint_add() 774 ase->endpoint = fwnode; in v4l2_async_subdev_endpoint_add() 775 list_add(&ase->async_subdev_endpoint_entry, in v4l2_async_subdev_endpoint_add()
|
D | v4l2-subdev.c | 1656 struct v4l2_async_subdev_endpoint *ase, *ase_tmp; in v4l2_subdev_cleanup() local 1665 list_for_each_entry_safe(ase, ase_tmp, &sd->async_subdev_endpoint_list, in v4l2_subdev_cleanup() 1667 list_del(&ase->async_subdev_endpoint_entry); in v4l2_subdev_cleanup() 1669 kfree(ase); in v4l2_subdev_cleanup()
|
/linux-6.12.1/arch/mips/ |
D | Makefile | 235 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips) 236 cflags-$(smartmips-ase) += -msmartmips -Wa,--no-warn 239 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips) 240 cflags-$(micromips-ase) += -mmicromips 251 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings
|
/linux-6.12.1/Documentation/devicetree/bindings/spi/ |
D | spi-lantiq-ssc.txt | 4 - compatible: "lantiq,ase-spi", "lantiq,falcon-spi", "lantiq,xrx100-spi",
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | phy-lantiq-rcu-usb2.txt | 12 "lantiq,ase-usb2-phy"
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 90 If present, a mute output will be activated in ase the volume will
|
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/ |
D | lantiq,pinctrl-xway.txt | 5 "ase" (XWAY AMAZON Family)
|
/linux-6.12.1/Documentation/translations/sp_SP/process/ |
D | embargoed-hardware-issues.rst | 332 idealmente conectada a la red de confianza PGP del kernel de Linux. Véase
|
D | deprecated.rst | 56 véase commits como `este
|
D | maintainer-kvm-x86.rst | 169 (véase más abajo), copie y pegue el fragmento correspondiente y haga
|
D | coding-style.rst | 1008 este último caso, véase la función en línea kmalloc().
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | port.c | 209 MLX5_SET(paos_reg, in, ase, 1); in mlx5_set_port_admin_status()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 5015 MLXSW_ITEM32(reg, paos, ase, 0x04, 31, 1); 5994 MLXSW_ITEM32(reg, pmaos, ase, 0x04, 31, 1);
|
/linux-6.12.1/include/linux/mlx5/ |
D | mlx5_ifc.h | 10284 u8 ase[0x1]; member 10726 u8 ase[0x1]; member
|