| /linux/drivers/staging/sm750fb/ |
| H A D | ddk750_chip.h | 34 enum clock_type { enum 43 enum clock_type clock_type; member
|
| H A D | ddk750_mode.h | 36 int ddk750_set_mode_timing(struct mode_parameter *parm, enum clock_type clock);
|
| /linux/drivers/nfc/fdp/ |
| H A D | i2c.c | 245 u8 *clock_type, u32 *clock_freq, in fdp_nci_i2c_read_device_properties() argument 251 r = device_property_read_u8(dev, FDP_DP_CLOCK_TYPE_NAME, clock_type); in fdp_nci_i2c_read_device_properties() 254 *clock_type = 0; in fdp_nci_i2c_read_device_properties() 295 *clock_type, *clock_freq, *fw_vsc_cfg != NULL ? "yes" : "no"); in fdp_nci_i2c_read_device_properties() 310 u8 clock_type; in fdp_nci_i2c_probe() local 355 fdp_nci_i2c_read_device_properties(dev, &clock_type, &clock_freq, in fdp_nci_i2c_probe() 361 clock_type, clock_freq, fw_vsc_cfg); in fdp_nci_i2c_probe()
|
| H A D | fdp.c | 56 u8 clock_type; member 119 static int fdp_nci_set_clock(struct nci_dev *ndev, u8 clock_type, in fdp_nci_set_clock() argument 139 data[8] = clock_type; in fdp_nci_set_clock() 547 r = fdp_nci_set_clock(ndev, info->clock_type, info->clock_freq); in fdp_nci_post_setup() 701 int tx_tailroom, u8 clock_type, u32 clock_freq, in fdp_nci_probe() argument 716 info->clock_type = clock_type; in fdp_nci_probe()
|
| H A D | fdp.h | 26 u8 clock_type, u32 clock_freq, const u8 *fw_vsc_cfg);
|
| /linux/tools/testing/selftests/timers/ |
| H A D | inconsistency-check.c | 54 int consistency_test(int clock_type, unsigned long seconds) in clockstring() 62 clock_gettime(clock_type, &list[0]); in clockstring() 74 clock_gettime(clock_type, &list[i]); in in_order() 83 consistency_test(int clock_type,unsigned long seconds) consistency_test() argument
|
| /linux/include/uapi/linux/hdlc/ |
| H A D | ioctl.h | 42 unsigned int clock_type; /* internal, external, TX-internal etc. */ member 48 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
|
| /linux/drivers/net/wan/ |
| H A D | c101.c | 146 switch (port->settings.clock_type) { in c101_set_iface() 256 if (new_line.clock_type != CLOCK_EXT && in c101_ioctl() 257 new_line.clock_type != CLOCK_TXFROMRX && in c101_ioctl() 258 new_line.clock_type != CLOCK_INT && in c101_ioctl() 259 new_line.clock_type != CLOCK_TXINT) in c101_ioctl() 369 card->settings.clock_type = CLOCK_EXT; in c101_run()
|
| H A D | n2.c | 161 switch (port->settings.clock_type) { in n2_set_iface() 267 if (new_line.clock_type != CLOCK_EXT && in n2_ioctl() 268 new_line.clock_type != CLOCK_TXFROMRX && in n2_ioctl() 269 new_line.clock_type != CLOCK_INT && in n2_ioctl() 270 new_line.clock_type != CLOCK_TXINT) in n2_ioctl() 456 port->settings.clock_type = CLOCK_EXT; in n2_run()
|
| H A D | fsl_qmc_hdlc.c | 159 switch (te1->clock_type) { in qmc_hdlc_framer_set_iface() 164 config.clock_type = FRAMER_CLOCK_EXT; in qmc_hdlc_framer_set_iface() 167 config.clock_type = FRAMER_CLOCK_INT; in qmc_hdlc_framer_set_iface() 203 switch (config.clock_type) { in qmc_hdlc_framer_get_iface() 205 te1->clock_type = CLOCK_EXT; in qmc_hdlc_framer_get_iface() 208 te1->clock_type = CLOCK_INT; in qmc_hdlc_framer_get_iface()
|
| H A D | ixp4xx_hss.c | 278 unsigned int clock_type, clock_rate, loopback; member 408 if (port->clock_type == CLOCK_INT) in hss_config() 1292 static int hss_hdlc_set_clock(struct port *port, unsigned int clock_type) in hss_hdlc_set_clock() argument 1294 switch (clock_type) { in hss_hdlc_set_clock() 1324 new_line.clock_type = port->clock_type; in hss_hdlc_ioctl() 1338 clk = new_line.clock_type; in hss_hdlc_ioctl() 1347 port->clock_type = clk; /* Update settings */ in hss_hdlc_ioctl() 1502 port->clock_type = CLOCK_EXT; in ixp4xx_hss_probe()
|
| H A D | wanxl.c | 57 unsigned int clock_type; member 343 line.clock_type = get_status(port)->clocking; in wanxl_ioctl() 361 if (line.clock_type != CLOCK_EXT && in wanxl_ioctl() 362 line.clock_type != CLOCK_TXFROMRX) in wanxl_ioctl() 368 get_status(port)->clocking = line.clock_type; in wanxl_ioctl()
|
| /linux/drivers/virtio/ |
| H A D | virtio_rtc_driver.c | 934 u16 vio_clk_id, u8 clock_type, u8 flags) in viortc_init_rtc_class_clock() argument 941 if (clock_type != VIRTIO_RTC_CLOCK_UTC_SMEARED) { in viortc_init_rtc_class_clock() 981 u8 clock_type, u8 leap_second_smearing) in viortc_init_ptp_clock() argument 988 "Virtio PTP type %hhu/variant %hhu", clock_type, in viortc_init_ptp_clock() 1015 u8 clock_type, leap_second_smearing, flags; in viortc_init_clock() local 1019 ret = viortc_clock_cap(viortc, vio_clk_id, &clock_type, in viortc_init_clock() 1025 (clock_type == VIRTIO_RTC_CLOCK_UTC || in viortc_init_clock() 1026 clock_type == VIRTIO_RTC_CLOCK_UTC_SMEARED || in viortc_init_clock() 1027 clock_type == VIRTIO_RTC_CLOCK_UTC_MAYBE_SMEARED)) { in viortc_init_clock() 1029 clock_type, flags); in viortc_init_clock() [all …]
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_cpu.c | 33 enum hog_clock_type clock_type; member 161 if (param->clock_type == CPU_HOG_CLOCK_PROCESS) { in hog_cpus_timed() 212 .clock_type = CPU_HOG_CLOCK_PROCESS, in test_cpucg_stats() 276 .clock_type = CPU_HOG_CLOCK_PROCESS, in test_cpucg_nice() 387 .clock_type = CPU_HOG_CLOCK_WALL, in weight_hog_ncpus() 549 .clock_type = CPU_HOG_CLOCK_WALL, in run_cpucg_nested_weight_test() 706 .clock_type = CPU_HOG_CLOCK_WALL, in test_cpucg_max() 780 .clock_type = CPU_HOG_CLOCK_WALL, in test_cpucg_max_nested()
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/ |
| H A D | dcn20_clk_mgr.h | 50 enum dc_clock_type clock_type,
|
| /linux/sound/pci/pcxhr/ |
| H A D | pcxhr_mix22.h | 19 enum pcxhr_clock_type clock_type,
|
| H A D | pcxhr.h | 198 enum pcxhr_clock_type clock_type,
|
| H A D | pcxhr.c | 416 enum pcxhr_clock_type clock_type, in pcxhr_sub_get_external_clock() 423 switch (clock_type) { in pcxhr_sub_get_external_clock() 479 enum pcxhr_clock_type clock_type, in pcxhr_get_external_clock() 483 return hr222_get_external_clock(mgr, clock_type, in pcxhr_get_external_clock() 486 return pcxhr_sub_get_external_clock(mgr, clock_type, 413 pcxhr_sub_get_external_clock(struct pcxhr_mgr * mgr,enum pcxhr_clock_type clock_type,int * sample_rate) pcxhr_sub_get_external_clock() argument 476 pcxhr_get_external_clock(struct pcxhr_mgr * mgr,enum pcxhr_clock_type clock_type,int * sample_rate) pcxhr_get_external_clock() argument
|
| /linux/arch/x86/platform/uv/ |
| H A D | bios_uv.c | 151 s64 uv_bios_freq_base(u64 clock_type, u64 *ticks_per_second) in uv_bios_freq_base() argument 153 return uv_bios_call(UV_BIOS_FREQ_BASE, clock_type, in uv_bios_freq_base()
|
| /linux/sound/core/ |
| H A D | rawmidi.c | 767 unsigned int clock_type = params->mode & SNDRV_RAWMIDI_MODE_CLOCK_MASK; in snd_rawmidi_input_params() local 772 if (framing == SNDRV_RAWMIDI_MODE_FRAMING_NONE && clock_type != SNDRV_RAWMIDI_MODE_CLOCK_NONE) in snd_rawmidi_input_params() 774 else if (clock_type > SNDRV_RAWMIDI_MODE_CLOCK_MONOTONIC_RAW) in snd_rawmidi_input_params() 783 substream->clock_type = clock_type; in snd_rawmidi_input_params() 1119 switch (substream->clock_type) { in get_framing_tstamp() 1707 unsigned int clock_type; in snd_rawmidi_proc_info_read() local 1770 clock_type = substream->clock_type >> SNDRV_RAWMIDI_MODE_CLOCK_SHIFT; in snd_rawmidi_proc_info_read() 1771 if (!snd_BUG_ON(clock_type > in snd_rawmidi_proc_info_read() [all...] |
| /linux/Documentation/virt/kvm/x86/ |
| H A D | hypercalls.rst | 114 a1: clock_type, ATM only KVM_CLOCK_PAIRING_WALLCLOCK (0) 128 * sec: seconds from clock_type clock. 129 * nsec: nanoseconds from clock_type clock.
|
| /linux/arch/mips/cavium-octeon/ |
| H A D | octeon-platform.c | 81 const char *clock_type; in octeon2_usb_clocks_start() local 96 "refclk-type", &clock_type); in octeon2_usb_clocks_start() 98 if (!i && strcmp("crystal", clock_type) == 0) in octeon2_usb_clocks_start()
|
| /linux/drivers/net/wan/framer/pef2256/ |
| H A D | pef2256.c | 674 switch (config->clock_type) { in pef2256_framer_set_config() 694 config->clock_type = pef2256->is_subordinate ? FRAMER_CLOCK_EXT : FRAMER_CLOCK_INT; in pef2256_framer_get_config()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | utils.c | 1165 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, in iwl_mvm_get_sync_time() argument 1181 if (clock_type == CLOCK_BOOTTIME && boottime) in iwl_mvm_get_sync_time() 1183 else if (clock_type == CLOCK_REALTIME && realtime) in iwl_mvm_get_sync_time()
|
| /linux/drivers/usb/host/ |
| H A D | octeon-hcd.c | 3542 const char *clock_type; in octeon_usb_probe() local 3577 "cavium,refclk-type", &clock_type); in octeon_usb_probe() 3580 "refclk-type", &clock_type); in octeon_usb_probe() 3582 if (!i && strcmp("crystal", clock_type) == 0) in octeon_usb_probe()
|