Home
last modified time | relevance | path

Searched refs:ase (Results 1 – 14 of 14) sorted by relevance

/linux/arch/mips/include/asm/ !
H A Dcpu-features.h17 #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/drivers/media/v4l2-core/ !
H A Dv4l2-async.c138 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()
780 struct v4l2_async_subdev_endpoint *ase; in v4l2_async_subdev_endpoint_add() local
782 ase = kmalloc_obj(*ase); in v4l2_async_subdev_endpoint_add()
783 if (!ase) in v4l2_async_subdev_endpoint_add()
786 ase->endpoint = fwnode; in v4l2_async_subdev_endpoint_add()
787 list_add(&ase->async_subdev_endpoint_entry, in v4l2_async_subdev_endpoint_add()
H A Dv4l2-subdev.c1716 struct v4l2_async_subdev_endpoint *ase, *ase_tmp; in v4l2_subdev_cleanup() local
1725 list_for_each_entry_safe(ase, ase_tmp, &sd->async_subdev_endpoint_list, in v4l2_subdev_cleanup()
1727 list_del(&ase->async_subdev_endpoint_entry); in v4l2_subdev_cleanup()
1729 kfree(ase); in v4l2_subdev_cleanup()
/linux/arch/mips/ !
H A DMakefile231 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
232 cflags-$(smartmips-ase) += -msmartmips -Wa,--no-warn
235 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
236 cflags-$(micromips-ase) += -mmicromips
247 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings
/linux/Documentation/devicetree/bindings/spi/ !
H A Dspi-lantiq-ssc.txt4 - compatible: "lantiq,ase-spi", "lantiq,falcon-spi", "lantiq,xrx100-spi",
/linux/Documentation/devicetree/bindings/sound/ !
H A Dst,sta350.txt90 If present, a mute output will be activated in ase the volume will
/linux/Documentation/devicetree/bindings/pinctrl/ !
H A Dlantiq,pinctrl-xway.txt5 "ase" (XWAY AMAZON Family)
/linux/drivers/net/ethernet/mellanox/mlx5/core/ !
H A Dport.c208 MLX5_SET(paos_reg, in, ase, 1); in mlx5_set_port_admin_status()
/linux/Documentation/translations/sp_SP/process/ !
H A Dembargoed-hardware-issues.rst332 idealmente conectada a la red de confianza PGP del kernel de Linux. Véase
H A Ddeprecated.rst56ase commits como `este
H A Dmaintainer-kvm-x86.rst169 (véase más abajo), copie y pegue el fragmento correspondiente y haga
H A Dcoding-style.rst1008 este último caso, véase la función en línea kmalloc().
/linux/drivers/net/ethernet/mellanox/mlxsw/ !
H A Dreg.h5015 MLXSW_ITEM32(reg, paos, ase, 0x04, 31, 1);
5994 MLXSW_ITEM32(reg, pmaos, ase, 0x04, 31, 1);
/linux/include/linux/mlx5/ !
H A Dmlx5_ifc.h10601 u8 ase[0x1]; member
11068 u8 ase[0x1]; member