Home
last modified time | relevance | path

Searched refs:fixup (Results 1 – 23 of 23) sorted by relevance

/drivers/clk/imx/
A Dclk-fixup-mux.c25 void (*fixup)(u32 *val); member
54 fixup_mux->fixup(&val); in clk_fixup_mux_set_parent()
70 int num_parents, void (*fixup)(u32 *val)) in imx_clk_hw_fixup_mux()
77 if (!fixup) in imx_clk_hw_fixup_mux()
96 fixup_mux->fixup = fixup; in imx_clk_hw_fixup_mux()
A Dclk-fixup-div.c26 void (*fixup)(u32 *val); member
74 fixup_div->fixup(&val); in clk_fixup_div_set_rate()
90 void (*fixup)(u32 *val)) in imx_clk_hw_fixup_divider()
97 if (!fixup) in imx_clk_hw_fixup_divider()
116 fixup_div->fixup = fixup; in imx_clk_hw_fixup_divider()
A DMakefile11 mxc-clk-objs += clk-fixup-div.o
12 mxc-clk-objs += clk-fixup-mux.o
A Dclk.h331 void (*fixup)(u32 *val));
335 int num_parents, void (*fixup)(u32 *val));
/drivers/net/phy/
A Dphy_device.c435 struct phy_fixup *fixup = kzalloc(sizeof(*fixup), GFP_KERNEL); in phy_register_fixup() local
437 if (!fixup) in phy_register_fixup()
440 strscpy(fixup->bus_id, bus_id, sizeof(fixup->bus_id)); in phy_register_fixup()
441 fixup->phy_uid = phy_uid; in phy_register_fixup()
443 fixup->run = run; in phy_register_fixup()
477 struct phy_fixup *fixup; in phy_unregister_fixup() local
488 list_del(&fixup->list); in phy_unregister_fixup()
489 kfree(fixup); in phy_unregister_fixup()
524 fixup->phy_uid_mask)) in phy_needs_fixup()
534 struct phy_fixup *fixup; in phy_scan_fixups() local
[all …]
A Dsfp.h14 void (*fixup)(struct sfp *sfp); member
A Dsfp.c480 { .vendor = _v, .part = _p, .modes = _m, .fixup = _f, }
2455 if (sfp->quirk && sfp->quirk->fixup) in sfp_sm_mod_probe()
2456 sfp->quirk->fixup(sfp); in sfp_sm_mod_probe()
/drivers/acpi/
A Ddock.c91 acpi_hp_fixup fixup = NULL; in dock_hotplug_event() local
99 fixup = adev->hp->fixup; in dock_hotplug_event()
108 if (fixup) in dock_hotplug_event()
109 fixup(adev); in dock_hotplug_event()
/drivers/mtd/chips/
A Dcfi_probe.c75 void (*fixup)(struct cfi_private *cfi); member
83 for (f = fixups; f->fixup; f++) { in cfi_early_fixup()
86 f->fixup(cfi); in cfi_early_fixup()
A Dcfi_util.c347 for (f=fixups; f->fixup; f++) { in cfi_fixup()
350 f->fixup(mtd); in cfi_fixup()
/drivers/irqchip/
A Dirq-atmel-aic-common.c199 void (*fixup)(void) = match->data; in aic_common_irq_fixup() local
200 fixup(); in aic_common_irq_fixup()
/drivers/android/
A Dbinder.c1645 fput(fixup->file); in binder_free_txn_fixups()
1649 kfree(fixup); in binder_free_txn_fixups()
2397 fixup = kzalloc(sizeof(*fixup), GFP_KERNEL); in binder_translate_fd()
2398 if (!fixup) { in binder_translate_fd()
2402 fixup->file = file; in binder_translate_fd()
2404 fixup->target_fd = -1; in binder_translate_fd()
2640 pf->fixup_data = fixup; in binder_add_fixup()
4632 fixup->target_fd = fd; in binder_apply_fd_fixups()
4634 fixup->offset, &fd, in binder_apply_fd_fixups()
4641 fd_install(fixup->target_fd, fixup->file); in binder_apply_fd_fixups()
[all …]
/drivers/misc/mei/
A DMakefile14 mei-objs += bus-fixup.o
/drivers/pci/controller/dwc/
A Dpcie-designware.c1188 u64 (*fixup)(struct dw_pcie *pcie, u64 cpu_addr); in dw_pcie_parent_bus_offset() local
1200 fixup = pci->ops ? pci->ops->cpu_addr_fixup : NULL; in dw_pcie_parent_bus_offset()
1201 if (fixup) { in dw_pcie_parent_bus_offset()
1202 fixup_addr = fixup(pci, cpu_phys_addr); in dw_pcie_parent_bus_offset()
1206 (unsigned long long) cpu_phys_addr, fixup); in dw_pcie_parent_bus_offset()
/drivers/media/pci/saa7134/
A Dsaa7134-video.c1208 v4l2_std_id fixup; in saa7134_s_std() local
1224 fixup = V4L2_STD_SECAM_LC; in saa7134_s_std()
1226 fixup = V4L2_STD_SECAM_L; in saa7134_s_std()
1229 fixup = V4L2_STD_SECAM_DK; in saa7134_s_std()
1231 fixup = V4L2_STD_SECAM; in saa7134_s_std()
1234 if (fixup == tvnorms[i].id) in saa7134_s_std()
/drivers/misc/genwqe/
A Dcard_utils.c428 goto fixup; /* nothing to do */ in genwqe_setup_sgl()
444 goto fixup; /* nothing to do */ in genwqe_setup_sgl()
449 fixup: in genwqe_setup_sgl()
/drivers/md/bcache/
A Dbset.c1196 bool fixup, bool remove_stale) in btree_mergesort() argument
1210 if (b->ops->sort_fixup && fixup) in btree_mergesort()
1236 unsigned int start, unsigned int order, bool fixup, in __btree_sort() argument
1256 btree_mergesort(b, out, iter, fixup, false); in __btree_sort()
/drivers/vhost/
A Dnet.c1152 struct iov_iter fixup; in handle_rx() local
1217 fixup = msg.msg_iter; in handle_rx()
1238 &fixup) != sizeof(hdr)) { in handle_rx()
1247 iov_iter_advance(&fixup, sizeof(hdr)); in handle_rx()
1254 &fixup) != sizeof num_buffers) { in handle_rx()
/drivers/pci/hotplug/
A Dacpiphp_glue.c69 context->hp.fixup = acpiphp_post_dock_fixup; in acpiphp_init_context()
350 adev->hp->fixup = NULL; in cleanup_bridge()
/drivers/net/ethernet/stmicro/stmmac/
A DKconfig96 fixup based on the ipq806x SoC revision.
/drivers/scsi/aic7xxx/
A Daic7xxx.seq1076 * Here we fixup the HSHADDR stored in the high byte
1077 * of the residual data cnt. By postponing the fixup,
1078 * we can batch the clearing of HADDR with the fixup.
/drivers/net/ethernet/broadcom/
A Dbnx2.h7049 __be32 fixup[8]; member
A Dbnx2.c3807 loc = be32_to_cpu(fw_entry->fixup[i]); in load_rv2p_fw()

Completed in 116 milliseconds