Searched refs:lout (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | mr.c | 57 struct mlx5_create_mkey_mbox_out lout; in mlx5_core_create_mkey() local 61 memset(&lout, 0, sizeof(lout)); in mlx5_core_create_mkey() 72 err = mlx5_cmd_exec(dev, in, inlen, &lout, sizeof(lout)); in mlx5_core_create_mkey() 80 if (lout.hdr.status) { in mlx5_core_create_mkey() 81 mlx5_core_dbg(dev, "status %d\n", lout.hdr.status); in mlx5_core_create_mkey() 82 return mlx5_cmd_status_to_err(&lout.hdr); in mlx5_core_create_mkey() 87 mr->key = mlx5_idx_to_mkey(be32_to_cpu(lout.mkey) & 0xffffff) | key; in mlx5_core_create_mkey() 91 be32_to_cpu(lout.mkey), key, mr->key); in mlx5_core_create_mkey()
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | sky81452-regulator.txt | 4 - regulator node named lout. 13 lout { 14 regulator-name = "sky81452-lout";
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | sky81452.txt | 29 lout { 30 regulator-name = "sky81452-lout";
|
/linux-4.1.27/sound/oss/dmasound/ |
D | dmasound_q40.c | 245 goto lout; in q40_ctc_law() 259 lout: in q40_ctc_law() 284 goto lout; in q40_ctc_s8() 298 lout: in q40_ctc_s8() 323 goto lout; in q40_ctc_u8() 337 lout: in q40_ctc_u8()
|