Home
last modified time | relevance | path

Searched refs:typ (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/video/
H A Dvideomode.c16 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 Dof_display_timing.c39 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/drivers/scsi/snic/
H A Dsnic_disc.c21 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 Dsnic_fwint.h100 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 Dsnic_io.c222 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 Dsnic_ctl.c142 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 Dsnic_disc.h42 enum snic_tgt_type typ; member
/linux/include/dt-bindings/pinctrl/
H A Dsppctl.h28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ argument
/linux/drivers/net/ethernet/sfc/
H A Dmae.c549 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/spi/
H A Dspi-orion.c70 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/tools/perf/scripts/python/
H A Dintel-pt-events.py200 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/rust/pin-init/src/
H A Dmacros.rs
/linux/tools/testing/selftests/net/
H A Dlink_netns.py129 for typ, cargs, targs, fb_dev_net in configs:
172 for typ in types:
/linux/arch/m68k/include/asm/
H A Dmcf_pgtable.h266 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) & 0x7f) | \ argument
/linux/include/video/
H A Ddisplay_timing.h42 u32 typ; member
/linux/drivers/mfd/
H A Dtwl4030-power.c177 #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/drivers/message/fusion/lsi/
H A Dmpi.h255 #define MPI_SET_CONTEXT_REPLY_TYPE(x, typ) \ argument
257 (((typ) << MPI_CONTEXT_REPLY_TYPE_SHIFT) & \
/linux/include/linux/ceph/
H A Dosd_client.h458 #define osd_req_op_data(oreq, whch, typ, fld) \ argument
463 &__oreq->r_ops[__whch].typ.fld; \
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h280 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/arch/arm64/boot/dts/freescale/
H A Dimx8mm-venice-gw7904.dts474 /* 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 Dimx8mm-venice-gw7903.dts427 /* 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 Dimx8mn-venice-gw7902.dts441 /* 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) */
H A Dimx8mm-venice-gw7902.dts443 /* vdd_soc: 0.805-0.900V (typ=0.8V) */
453 /* vdd_arm: 0.805-1.0V (typ=0.9V) */
465 /* vdd_0p9: 0.805-1.0V (typ=0.9V) */
H A Dimx8mm-venice-gw7901.dts530 /* vdd_soc: 0.805-0.900V (typ=0.8V) */
540 /* vdd_arm: 0.805-1.0V (typ=0.9V) */
552 /* vdd_0p9: 0.805-1.0V (typ=0.9V) */
/linux/drivers/gpu/drm/
H A Ddrm_modes.c190 unsigned int min, typ, max; member
194 { .min = _min, .typ = _typ, .max = _max }
393 hslen = DIV_ROUND_UP(params->hslen_ns.typ, pixel_duration_ns); in fill_analog_mode()

12