Searched refs:lout (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | mr.c | 58 struct mlx5_create_mkey_mbox_out lout; in mlx5_core_create_mkey() local 62 memset(&lout, 0, sizeof(lout)); in mlx5_core_create_mkey() 73 err = mlx5_cmd_exec(dev, in, inlen, &lout, sizeof(lout)); in mlx5_core_create_mkey() 81 if (lout.hdr.status) { in mlx5_core_create_mkey() 82 mlx5_core_dbg(dev, "status %d\n", lout.hdr.status); in mlx5_core_create_mkey() 83 return mlx5_cmd_status_to_err(&lout.hdr); in mlx5_core_create_mkey() 88 mr->key = mlx5_idx_to_mkey(be32_to_cpu(lout.mkey) & 0xffffff) | key; in mlx5_core_create_mkey() 92 be32_to_cpu(lout.mkey), key, mr->key); in mlx5_core_create_mkey()
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | sky81452-regulator.txt | 4 - regulator node named lout. 13 lout { 14 regulator-name = "sky81452-lout";
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | sky81452.txt | 29 lout { 30 regulator-name = "sky81452-lout";
|
/linux-4.4.14/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()
|