| /linux/drivers/video/ |
| H A D | videomode.c | 16 vm->pixelclock = dt->pixelclock.typ; in videomode_from_timing() 17 vm->hactive = dt->hactive.typ; in videomode_from_timing() 18 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing() 19 vm->hback_porch = dt->hback_porch.typ; in videomode_from_timing() 20 vm->hsync_len = dt->hsync_len.typ; in videomode_from_timing() 22 vm->vactive = dt->vactive.typ; in videomode_from_timing() 23 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing() 24 vm->vback_porch = dt->vback_porch.typ; in videomode_from_timing() 25 vm->vsync_len = dt->vsync_len.typ; in videomode_from_timing()
|
| H A D | of_display_timing.c | 23 * a range consisting of min/typ/max. This function helps handling this 39 ret = of_property_read_u32(np, name, &result->typ); in parse_timing_property() 40 result->min = result->typ; in parse_timing_property() 41 result->max = result->typ; in parse_timing_property()
|
| /linux/tools/testing/selftests/net/ |
| H A D | link_netns.py | 77 for typ, cargs, targs, fb_dev_net in configs: 83 cmd += f" {cargs} foo type {typ} {targs}" 87 f"{typ} link_netns validation failed") 90 f"{typ} link_netns validation failed") 120 for typ in types: 126 cmd += f" foo type {typ}" 131 f"{typ} peer_netns validation failed")
|
| /linux/include/linux/platform_data/ |
| H A D | adp8870.h | 119 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 121 u8 l2_bright_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 123 u8 l3_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 125 u8 l4_indor_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 127 u8 l5_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
|
| H A D | adp8860.h | 111 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 113 u8 l2_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 115 u8 l3_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
|
| /linux/include/dt-bindings/pinctrl/ |
| H A D | sppctl.h | 26 * pin# (8bit), typ (8bit), function (8bit), flag (8bit) 28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ argument
|
| /linux/drivers/scsi/snic/ |
| H A D | snic_disc.c | 21 snic_tgt_type_to_str(int typ) in snic_tgt_type_to_str() argument 23 return ((typ > SNIC_TGT_NONE && typ <= SNIC_TGT_SAN) ? in snic_tgt_type_to_str() 24 snic_tgt_type_str[typ] : "Unknown"); in snic_tgt_type_to_str() 260 tgt->tdata.typ = le16_to_cpu(tgtid->tgt_type); in snic_tgt_create() 272 switch (tgt->tdata.typ) { in snic_tgt_create() 298 tgt->id, snic_tgt_type_to_str(tgt->tdata.typ)); in snic_tgt_create() 387 u8 typ, cmpl_stat; in snic_report_tgt_cmpl_handler() local 394 snic_io_hdr_dec(&fwreq->hdr, &typ, &cmpl_stat, &cmnd_id, &hid, &ctx); in snic_report_tgt_cmpl_handler()
|
| H A D | snic_io.c | 222 u8 typ; in snic_req_init() local 225 typ = (sg_cnt <= SNIC_REQ_CACHE_DFLT_SGL) ? in snic_req_init() 228 rqi = mempool_alloc(snic->req_pool[typ], GFP_ATOMIC); in snic_req_init() 233 typ); in snic_req_init() 238 rqi->rq_pool_type = typ; in snic_req_init()
|
| H A D | snic_fwint.h | 100 snic_io_hdr_enc(struct snic_io_hdr *hdr, u8 typ, u8 status, u32 id, u32 hid, in snic_io_hdr_enc() argument 103 hdr->type = typ; in snic_io_hdr_enc() 115 snic_io_hdr_dec(struct snic_io_hdr *hdr, u8 *typ, u8 *stat, u32 *cmnd_id, in snic_io_hdr_dec() argument 118 *typ = hdr->type; in snic_io_hdr_dec()
|
| H A D | snic_ctl.c | 142 u8 typ, hdr_stat; in snic_io_exch_ver_cmpl_handler() local 148 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); in snic_io_exch_ver_cmpl_handler()
|
| H A D | snic_disc.h | 42 enum snic_tgt_type typ; member
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mae.c | 549 static const char *mask_type_name(enum mask_type typ) in mask_type_name() argument 551 switch (typ) { in mask_type_name() 594 static int efx_mae_match_check_cap_typ(u8 support, enum mask_type typ) in efx_mae_match_check_cap_typ() argument 599 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ() 603 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ() 607 if (typ == MASK_ONES) in efx_mae_match_check_cap_typ() 611 if (typ == MASK_OTHER) in efx_mae_match_check_cap_typ() 623 enum mask_type typ = classify_mask((const u8 *)&mask->_field, \ 627 typ); \ 631 mask_type_name(typ), #_field); \ [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | lnbh29.c | 35 /* Min: 13.188V, Typ: 13.667V, Max:14V */ 37 /* Min: 18.158V, Typ: 18.817V, Max:19.475V */ 116 /* Soft-start time (Vout 0V to 18V) is Typ. 6ms. */ in lnbh29_set_voltage()
|
| /linux/tools/perf/scripts/python/ |
| H A D | intel-pt-events.py | 200 typ = data[0] & 0x1f 204 s = glb_cfe[typ] 208 print(" cfe: %u IP: %u vector: %u" % (typ, ip_flag, vector), end=' ') 445 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): argument 457 …(machine_pid, vcpu, "Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg,… 460 ("Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg, ip))
|
| /linux/drivers/spi/ |
| H A D | spi-orion.c | 70 enum orion_spi_type typ; member 149 if (devdata->typ == ARMADA_SPI) { in orion_spi_baudrate_set() 578 .typ = ORION_SPI, 585 .typ = ARMADA_SPI, 593 .typ = ARMADA_SPI, 600 .typ = ARMADA_SPI, 607 .typ = ARMADA_SPI,
|
| /linux/include/linux/mfd/ |
| H A D | adp5520.h | 261 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 263 u8 l2_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 265 u8 l3_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
|
| /linux/arch/sparc/include/asm/ |
| H A D | ecc.h | 54 * | MID | S | RSV | VA | BM |AT| C| SZ |TYP| PADDR | 73 * TYP: The transaction type.
|
| /linux/Documentation/hwmon/ |
| H A D | tmp103.rst | 27 Accuracy: ±1°C Typ (-10°C to +100°C)
|
| /linux/arch/m68k/include/asm/ |
| H A D | mcf_pgtable.h | 266 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) & 0x7f) | \ argument
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pci-defs.h | 280 uint32_t typ:2; member 284 uint32_t typ:2; 310 uint32_t typ:2; member 314 uint32_t typ:2; 339 uint32_t typ:2; member 343 uint32_t typ:2;
|
| /linux/drivers/mfd/ |
| H A D | twl4030-power.c | 177 #define TWL_REMAP_SLEEP(res, devgrp, typ, typ2) \ argument 179 .type = (typ), .type2 = (typ2), \ 182 #define TWL_REMAP_OFF(res, devgrp, typ, typ2) \ argument 184 .type = (typ), .type2 = (typ2), \
|
| /linux/include/video/ |
| H A D | display_timing.h | 42 u32 typ; member
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mm-venice-gw7904.dts | 474 /* vdd_soc: 0.805-0.900V (typ=0.8V) */ 484 /* vdd_arm: 0.805-1.0V (typ=0.9V) */ 496 /* vdd_0p9: 0.805-1.0V (typ=0.9V) */
|
| H A D | imx8mm-venice-gw7903.dts | 427 /* vdd_soc: 0.805-0.900V (typ=0.8V) */ 437 /* vdd_arm: 0.805-1.0V (typ=0.9V) */ 449 /* vdd_0p9: 0.805-1.0V (typ=0.9V) */
|
| H A D | imx8mn-venice-gw7902.dts | 441 /* vdd_soc: 0.805-0.900V (typ=0.8V) */ 451 /* vdd_arm: 0.805-1.0V (typ=0.9V) */ 463 /* vdd_0p9: 0.805-1.0V (typ=0.9V) */
|