Searched refs:ase (Results 1 – 4 of 4) sorted by relevance
| /drivers/media/v4l2-core/ |
| A 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()
|
| A D | v4l2-subdev.c | 1695 struct v4l2_async_subdev_endpoint *ase, *ase_tmp; in v4l2_subdev_cleanup() local 1704 list_for_each_entry_safe(ase, ase_tmp, &sd->async_subdev_endpoint_list, in v4l2_subdev_cleanup() 1706 list_del(&ase->async_subdev_endpoint_entry); in v4l2_subdev_cleanup() 1708 kfree(ase); in v4l2_subdev_cleanup()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | port.c | 208 MLX5_SET(paos_reg, in, ase, 1); in mlx5_set_port_admin_status()
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | reg.h | 5015 MLXSW_ITEM32(reg, paos, ase, 0x04, 31, 1); 5994 MLXSW_ITEM32(reg, pmaos, ase, 0x04, 31, 1);
|
Completed in 39 milliseconds