| /drivers/clk/imx/ |
| A D | clk-fixup-mux.c | 25 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 D | clk-fixup-div.c | 26 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 D | Makefile | 11 mxc-clk-objs += clk-fixup-div.o 12 mxc-clk-objs += clk-fixup-mux.o
|
| A D | clk.h | 331 void (*fixup)(u32 *val)); 335 int num_parents, void (*fixup)(u32 *val));
|
| /drivers/net/phy/ |
| A D | phy_device.c | 435 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 D | sfp.h | 14 void (*fixup)(struct sfp *sfp); member
|
| A D | sfp.c | 480 { .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 D | dock.c | 91 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 D | cfi_probe.c | 75 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 D | cfi_util.c | 347 for (f=fixups; f->fixup; f++) { in cfi_fixup() 350 f->fixup(mtd); in cfi_fixup()
|
| /drivers/irqchip/ |
| A D | irq-atmel-aic-common.c | 199 void (*fixup)(void) = match->data; in aic_common_irq_fixup() local 200 fixup(); in aic_common_irq_fixup()
|
| /drivers/android/ |
| A D | binder.c | 1645 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 D | Makefile | 14 mei-objs += bus-fixup.o
|
| /drivers/pci/controller/dwc/ |
| A D | pcie-designware.c | 1188 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 D | saa7134-video.c | 1208 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 D | card_utils.c | 428 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 D | bset.c | 1196 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 D | net.c | 1152 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 D | acpiphp_glue.c | 69 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 D | Kconfig | 96 fixup based on the ipq806x SoC revision.
|
| /drivers/scsi/aic7xxx/ |
| A D | aic7xxx.seq | 1076 * 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 D | bnx2.h | 7049 __be32 fixup[8]; member
|
| A D | bnx2.c | 3807 loc = be32_to_cpu(fw_entry->fixup[i]); in load_rv2p_fw()
|