Searched refs:custom (Results 26 - 39 of 39) sorted by relevance

12

/linux-master/drivers/clk/ingenic/
H A Dx1000-cgu.c268 .custom = { &x1000_otg_phy_ops },
H A Dcgu.c728 clk_init.ops = clk_info->custom.clk_ops;
733 pr_err("%s: custom clock may not be combined with type 0x%x\n",
/linux-master/drivers/hid/
H A DMakefile154 obj-$(CONFIG_HID_SENSOR_CUSTOM_SENSOR) += hid-sensor-custom.o
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl383 to replace the default references by a custom one.
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c850 strcpy(stats->custom[0].desc, "eh_abort_cnt");
851 stats->custom[0].value = conn->eh_abort_cnt;
/linux-master/drivers/usb/serial/
H A Dio_edgeport.c2245 __u16 custom; local
2259 custom = (__u16)((230400L + baudrate/2) / baudrate);
2261 *divisor = custom;
2263 dev_dbg(dev, "%s - Baud %d = %d\n", __func__, baudrate, custom);
/linux-master/drivers/media/usb/uvc/
H A Duvc_ctrl.c373 * device. The custom menu_mapping in the control @mapping is used when
2383 /* For UVCIOC_CTRL_MAP custom control */
2625 * First check if the device provides a custom mapping for this control,
2627 * process standard mappings if a custom mapping is found. This
2628 * mechanism doesn't support combining standard and custom mappings for
2632 bool custom = false; local
2641 custom = true;
2645 if (custom)
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c1657 strcpy(stats->custom[0].desc, "eh_abort_cnt");
1658 stats->custom[0].value = conn->eh_abort_cnt;
/linux-master/drivers/scsi/qedi/
H A Dqedi_iscsi.c748 strcpy(stats->custom[0].desc, "eh_abort_cnt");
749 stats->custom[0].value = conn->eh_abort_cnt;
/linux-master/arch/m68k/kernel/
H A Dhead.S1392 /* fixup the Amiga custom register location before printing */
1393 clrl L(custom)
2851 lea %pc@(L(custom)),%a0
3013 movel %pc@(L(custom)),%a0
3772 L(custom):
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h500 bool custom; member in struct:npc_kpu_profile_adapter
H A Drvu_npc.c1524 if (!rvu->kpu.custom)
1540 profile->custom = 0;
1602 profile->custom = 1;
1612 "Too many custom entries on KPU%d: %d > %d\n",
1785 dev_info(rvu->dev, "Using custom profile '%s', version %d.%d.%d\n",
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h446 struct smu_freq_info custom; member in struct:pstates_clk_freq
662 * @od_edit_dpm_table: Edit the custom overdrive DPM table.
704 * create/set custom power profile modes.
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.c2522 strcpy(stats->custom[0].desc, "eh_abort_cnt");
2523 stats->custom[0].value = conn->eh_abort_cnt;

Completed in 205 milliseconds

12