Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 192) sorted by relevance

12345678

/drivers/media/pci/bt8xx/
A Dbttv-risc.c405 btwrite(btv->main.dma, BT848_RISC_STRT_ADD); in bttv_start_dma()
449 btv->c.nr, (unsigned long long)btv->main.dma); in bttv_risc_init_main()
453 btv->main.cpu[1] = cpu_to_le32(0); in bttv_risc_init_main()
455 btv->main.cpu[3] = cpu_to_le32(btv->main.dma + (4<<2)); in bttv_risc_init_main()
459 btv->main.cpu[5] = cpu_to_le32(btv->main.dma + (6<<2)); in bttv_risc_init_main()
461 btv->main.cpu[7] = cpu_to_le32(btv->main.dma + (8<<2)); in bttv_risc_init_main()
465 btv->main.cpu[9] = cpu_to_le32(0); in bttv_risc_init_main()
469 btv->main.cpu[11] = cpu_to_le32(btv->main.dma + (12<<2)); in bttv_risc_init_main()
471 btv->main.cpu[13] = cpu_to_le32(btv->main.dma + (14<<2)); in bttv_risc_init_main()
475 btv->main.cpu[15] = cpu_to_le32(btv->main.dma + (0<<2)); in bttv_risc_init_main()
[all …]
/drivers/infiniband/core/
A Dsecurity.c121 if (pps->main.state != IB_PORT_PKEY_NOT_VALID) { in check_qp_port_pkey_settings()
122 ret = get_pkey_and_subnet_prefix(&pps->main, in check_qp_port_pkey_settings()
343 new_pps->main.port_num = qp_attr->port_num; in get_new_pps()
345 new_pps->main.port_num = qp_pps->main.port_num; in get_new_pps()
348 new_pps->main.pkey_index = qp_attr->pkey_index; in get_new_pps()
350 new_pps->main.pkey_index = qp_pps->main.pkey_index; in get_new_pps()
355 new_pps->main.state = IB_PORT_PKEY_VALID; in get_new_pps()
368 new_pps->main.sec = qp->qp_sec; in get_new_pps()
463 port_pkey_list_remove(&sec->ports_pkeys->main); in ib_destroy_qp_security_begin()
614 ret = port_pkey_list_insert(&new_pps->main); in ib_security_modify_qp()
[all …]
/drivers/net/wan/
A Dhdlc_fr.c114 struct net_device *main; member
217 if (pvc->main) in pvc_carrier()
224 if (pvc->main) in pvc_carrier()
257 return &pvc->main; in get_dev_p()
442 pvc->main ? pvc->main->name : "", in fr_log_dlci_active()
855 if (!pvc->main) in fr_snap_parse()
857 skb->dev = pvc->main; in fr_snap_parse()
947 if (!pvc->main) in fr_rx()
955 if (!pvc->main) in fr_rx()
1038 if (pvc->main) in fr_close()
[all …]
/drivers/net/ethernet/netronome/nfp/
A DMakefile45 nic/main.o
57 flower/main.o \
69 bpf/main.o \
80 abm/main.o
/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_utils.c574 …from_main_stream(struct dml2_stream_parameters *phantom, const struct dml2_stream_parameters *main, in create_phantom_stream_from_main_stream() argument
577 memcpy(phantom, main, sizeof(struct dml2_stream_parameters)); in create_phantom_stream_from_main_stream()
587 …ne_from_main_plane(struct dml2_plane_parameters *phantom, const struct dml2_plane_parameters *main, in create_phantom_plane_from_main_plane() argument
590 memcpy(phantom, main, sizeof(struct dml2_plane_parameters)); in create_phantom_plane_from_main_plane()
596 …(double)main->composition.scaler_info.plane0.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane()
597 (double)main->composition.viewport.plane0.height); in create_phantom_plane_from_main_plane()
599 …(double)main->composition.scaler_info.plane1.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane()
600 (double)main->composition.viewport.plane1.height); in create_phantom_plane_from_main_plane()
A Ddml2_core_dcn4.c155 …from_main_stream(struct dml2_stream_parameters *phantom, const struct dml2_stream_parameters *main, in create_phantom_stream_from_main_stream() argument
158 memcpy(phantom, main, sizeof(struct dml2_stream_parameters)); in create_phantom_stream_from_main_stream()
168 …ne_from_main_plane(struct dml2_plane_parameters *phantom, const struct dml2_plane_parameters *main, in create_phantom_plane_from_main_plane() argument
171 memcpy(phantom, main, sizeof(struct dml2_plane_parameters)); in create_phantom_plane_from_main_plane()
177 …(double)main->composition.scaler_info.plane0.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane()
178 (double)main->composition.viewport.plane0.height); in create_phantom_plane_from_main_plane()
180 …(double)main->composition.scaler_info.plane1.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane()
181 (double)main->composition.viewport.plane1.height); in create_phantom_plane_from_main_plane()
/drivers/media/i2c/
A Dmsp3400-kthreads.c24 int main, second; member
376 if (state->main == state->second) in msp3400c_print_mode()
379 state->main / 910000, (state->main / 910) % 1000); in msp3400c_print_mode()
383 state->main / 910000, (state->main / 910) % 1000); in msp3400c_print_mode()
392 if (state->mode == MSP_MODE_FM_TERRA && state->main != state->second) { in msp3400c_print_mode()
600 state->main = msp3400c_carrier_detect_main[max1].cdo; in msp3400c_thread()
660 msp3400c_set_carrier(client, state->second, state->main); in msp3400c_thread()
761 state->main = msp_stdlist[i].main; in msp3410d_thread()
/drivers/power/supply/
A Dapm_power.c36 struct power_supply *main; member
53 bp->main = bp->bat; in __find_main_battery()
80 bp.main = main_battery; in find_main_battery()
84 main_battery = bp.main; in find_main_battery()
/drivers/gpu/drm/nouveau/nvif/
A Dchan506f.c15 nvif_chan506f_gpfifo_push(struct nvif_chan *chan, bool main, u64 addr, u32 size, bool no_prefetch) in nvif_chan506f_gpfifo_push() argument
24 (main ? 0 : BIT(9)) | in nvif_chan506f_gpfifo_push()
/drivers/accessibility/speakup/
A DMakefile24 main.o \
60 $(obj)/main.o: $(obj)/speakupmap.h
/drivers/gpu/drm/nouveau/include/nvif/
A Dchan.h17 void (*push)(struct nvif_chan *, bool main, u64 addr, u32 size,
59 void nvif_chan506f_gpfifo_push(struct nvif_chan *, bool main, u64 addr, u32 size, bool no_prefetch);
/drivers/crypto/intel/qat/qat_common/
A Dadf_gen4_pm_debugfs.c28 PM_INFO_REGSET_ENTRY(pm.main, MIN_PWR_ACK),
30 PM_INFO_REGSET_ENTRY(pm.main, THR_VALUE),
79 PM_INFO_REGSET_ENTRY32(pm.main, CPM_PM_MASTER_FW),
/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
A Ddml2_top_soc15.c633 per_plane_pipe_mcache_regs->main.p0.mcache_id_first = MCACHE_ID_UNASSIGNED; in reset_mcache_allocations()
634 per_plane_pipe_mcache_regs->main.p0.mcache_id_second = MCACHE_ID_UNASSIGNED; in reset_mcache_allocations()
635 per_plane_pipe_mcache_regs->main.p0.split_location = SPLIT_LOCATION_UNDEFINED; in reset_mcache_allocations()
641 per_plane_pipe_mcache_regs->main.p1.mcache_id_first = MCACHE_ID_UNASSIGNED; in reset_mcache_allocations()
642 per_plane_pipe_mcache_regs->main.p1.mcache_id_second = MCACHE_ID_UNASSIGNED; in reset_mcache_allocations()
643 per_plane_pipe_mcache_regs->main.p1.split_location = SPLIT_LOCATION_UNDEFINED; in reset_mcache_allocations()
1047 params->per_plane_pipe_mcache_regs[config_index][pipe_index]->main.p0.mcache_id_first = in dml2_top_soc15_build_mcache_programming()
1054 params->per_plane_pipe_mcache_regs[config_index][pipe_index]->main.p0.mcache_id_second = in dml2_top_soc15_build_mcache_programming()
1056 params->per_plane_pipe_mcache_regs[config_index][pipe_index]->main.p0.split_location = in dml2_top_soc15_build_mcache_programming()
1078 params->per_plane_pipe_mcache_regs[config_index][pipe_index]->main.p1.mcache_id_first = in dml2_top_soc15_build_mcache_programming()
[all …]
/drivers/fpga/
A DMakefile51 dfl-fme-objs := dfl-fme-main.o dfl-fme-pr.o dfl-fme-error.o
53 dfl-afu-objs := dfl-afu-main.o dfl-afu-region.o dfl-afu-dma-region.o
/drivers/staging/media/atomisp/
A Dnotes.txt5 pipeline. It does not have its own memory, but instead uses main memory.
6 The ISP has its own address-space and main memory needs to be mapped into
/drivers/memory/
A Demif-asm-offsets.c9 int main(void) in main() function
/drivers/fwctl/mlx5/
A DMakefile4 mlx5_fwctl-y += main.o
/drivers/fwctl/pds/
A DMakefile4 pds_fwctl-y += main.o
/drivers/vfio/pci/qat/
A DMakefile3 qat_vfio_pci-y := main.o
/drivers/mtd/nand/raw/bcm47xxnflash/
A DMakefile2 bcm47xxnflash-y += main.o
/drivers/net/ethernet/atheros/alx/
A DMakefile3 alx-objs := main.o ethtool.o hw.o
/drivers/vfio/cdx/
A DMakefile8 vfio-cdx-objs := main.o intr.o
/drivers/net/thunderbolt/
A DMakefile3 thunderbolt_net-objs := main.o trace.o
/drivers/infiniband/hw/qedr/
A DMakefile4 qedr-y := main.o verbs.o qedr_roce_cm.o qedr_iw_cm.o
/drivers/fwctl/
A DMakefile6 fwctl-y += main.o

Completed in 47 milliseconds

12345678