Home
last modified time | relevance | path

Searched refs:t (Results 1876 – 1900 of 8709) sorted by relevance

1...<<71727374757677787980>>...349

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr600_dpm.h142 int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th);
163 void r600_set_sst(struct radeon_device *rdev, u32 t);
164 void r600_set_git(struct radeon_device *rdev, u32 t);
166 void r600_set_fct(struct radeon_device *rdev, u32 t);
/openbmc/linux/Documentation/sound/cards/
H A Djoystick.rst32 option is specified. Some drivers don't need options, and the
66 The following drivers don't support gameport natively, but there are
82 support, so you don't have to load ns558 module. Just load "joydev"
89 ALSA ISA drivers don't have the built-in gameport support.
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/
H A Dtune-cortexa15.inc17 # mcpu is used so don't use armv7ve as we don't want march
39 # mcpu is used so don't use armv7ve as we don't want march
H A Dtune-cortexa17.inc17 # mcpu is used so don't use armv7ve as we don't want march
39 # mcpu is used so don't use armv7ve as we don't want march
H A Dtune-cortexa5.inc17 # mcpu is used so don't use armv7a as we don't want march
39 # mcpu is used so don't use armv7a as we don't want march
H A Dtune-cortexa7.inc17 # mcpu is used so don't use armv7ve as we don't want march
39 # mcpu is used so don't use armv7ve as we don't want march
/openbmc/linux/include/dt-bindings/usb/
H A Dpd.h14 #define PDO_TYPE(t) ((t) << PDO_TYPE_SHIFT) argument
67 #define PDO_APDO_TYPE(t) ((t) << PDO_APDO_TYPE_SHIFT) argument
/openbmc/linux/drivers/rtc/
H A Drtc-gamecube.c161 static int gamecube_rtc_read_time(struct device *dev, struct rtc_time *t) in gamecube_rtc_read_time() argument
174 rtc_time64_to_tm(timestamp, t); in gamecube_rtc_read_time()
179 static int gamecube_rtc_set_time(struct device *dev, struct rtc_time *t) in gamecube_rtc_set_time() argument
185 timestamp = rtc_tm_to_time64(t); in gamecube_rtc_set_time()
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dahci-common.yaml18 document doesn't constitute a DT-node binding by itself but merely
67 in case if the system firmware hasn't done it.
95 AHCI SATA port identifier. By design AHCI controller can't have
118 the PxCMD register in case if the system firmware hasn't done it.
/openbmc/linux/net/sched/
H A Dact_connmark.c201 struct tcf_t t; in tcf_connmark_dump() local
211 tcf_tm_dump(&t, &ci->tcf_tm); in tcf_connmark_dump()
212 if (nla_put_64bit(skb, TCA_CONNMARK_TM, sizeof(t), &t, in tcf_connmark_dump()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.h126 s32 t; in iqk_mult() local
128 t = x * y; in iqk_mult()
130 *ext = (t >> 7) & 0x1; /* Q.16 --> Q.9; get LSB of Q.9 */ in iqk_mult()
132 return (t >> 8); /* Q.16 --> Q.8 */ in iqk_mult()
/openbmc/linux/drivers/nfc/st-nci/
H A Dndlc.c238 static void ndlc_t1_timeout(struct timer_list *t) in ndlc_t1_timeout() argument
240 struct llt_ndlc *ndlc = from_timer(ndlc, t, t1_timer); in ndlc_t1_timeout()
245 static void ndlc_t2_timeout(struct timer_list *t) in ndlc_t2_timeout() argument
247 struct llt_ndlc *ndlc = from_timer(ndlc, t, t2_timer); in ndlc_t2_timeout()
/openbmc/linux/include/linux/
H A Dsuspend.h501 extern void pm_report_hw_sleep_time(u64 t);
502 extern void pm_report_max_hw_sleep(u64 t);
544 static inline void pm_report_hw_sleep_time(u64 t) {}; in pm_report_hw_sleep_time() argument
545 static inline void pm_report_max_hw_sleep(u64 t) {}; in pm_report_max_hw_sleep() argument
H A Dfirewire.h360 void __fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode,
383 static inline void fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, in fw_send_request() argument
391 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request()
412 static inline void fw_send_request_with_tstamp(struct fw_card *card, struct fw_transaction *t, in fw_send_request_with_tstamp() argument
420 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request_with_tstamp()
/openbmc/linux/drivers/ata/
H A Dpata_ns87415.c58 struct ata_timing t; in ns87415_set_mode() local
66 ata_timing_compute(adev, adev->pio_mode, &t, T, 0); in ns87415_set_mode()
68 clocking = 17 - clamp_val(t.active, 2, 17); in ns87415_set_mode()
69 clocking |= (16 - clamp_val(t.recover, 1, 16)) << 4; in ns87415_set_mode()
/openbmc/openbmc/poky/meta/recipes-bsp/grub/
H A Dgrub2.inc36 # Grub doesn't support hard float toolchain and won't be able to forcefully
43 # but the OE freeform one (core2-foo-bar-linux) don't work with that.
54 # It doesn't support sse, its make.defaults sets:
/openbmc/linux/drivers/misc/genwqe/
H A Dcard_debugfs.c197 u64 t; in queue_working_time_show() local
199 t = genwqe_read_vreg(cd, IO_SLC_VF_QUEUE_WTIME, 0); in queue_working_time_show()
200 seq_printf(s, " PF 0x%016llx\n", t); in queue_working_time_show()
203 t = genwqe_read_vreg(cd, IO_SLC_VF_QUEUE_WTIME, vf_num + 1); in queue_working_time_show()
204 seq_printf(s, " VF%-2d 0x%016llx\n", vf_num, t); in queue_working_time_show()
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_capture.js284 var t = currTimestamp();
409 let t = data.toString();
411 if (t.lastIndexOf('^C') != -1) {
422 if (t.lastIndexOf('<<<<<<') != -1) {
497 last_t = t;
/openbmc/linux/drivers/watchdog/
H A Dwdt_pci.c216 static int wdtpci_set_heartbeat(int t) in wdtpci_set_heartbeat() argument
219 if (t < 1 || t > 65535) in wdtpci_set_heartbeat()
222 heartbeat = t; in wdtpci_set_heartbeat()
223 wd_heartbeat = t * 100; in wdtpci_set_heartbeat()
/openbmc/linux/net/core/
H A Dnet-procfs.c209 int t; in ptype_get_idx() local
226 for (t = 0; t < PTYPE_HASH_SIZE; t++) { in ptype_get_idx()
227 list_for_each_entry_rcu(pt, &ptype_base[t], list) { in ptype_get_idx()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-designware-platdrv.c280 struct i2c_timings *t; in dw_i2c_plat_probe() local
309 t = &dev->timings; in dw_i2c_plat_probe()
310 i2c_parse_fw_timings(&pdev->dev, t, false); in dw_i2c_plat_probe()
353 if (!dev->sda_hold_time && t->sda_hold_ns) in dw_i2c_plat_probe()
355 DIV_S64_ROUND_CLOSEST(clk_khz * t->sda_hold_ns, MICRO); in dw_i2c_plat_probe()
/openbmc/qemu/docs/system/
H A Dtarget-arm.rst22 The situation for 64-bit Arm is fairly similar, except that we don't
29 the hardware has), so typically you don't need to specify the CPU type
54 If you don't care about reproducing the idiosyncrasies of a particular
57 ``virt`` board. This is a platform which doesn't correspond to any
68 by the title text of each file, which isn't the same ordering
/openbmc/linux/drivers/iio/gyro/
H A Dadxrs290.c288 unsigned int t; in adxrs290_read_raw() local
338 t = st->lpf_3db_freq_idx; in adxrs290_read_raw()
339 *val = adxrs290_lpf_3db_freq_hz_table[t][0]; in adxrs290_read_raw()
340 *val2 = adxrs290_lpf_3db_freq_hz_table[t][1]; in adxrs290_read_raw()
348 t = st->hpf_3db_freq_idx; in adxrs290_read_raw()
349 *val = adxrs290_hpf_3db_freq_hz_table[t][0]; in adxrs290_read_raw()
350 *val2 = adxrs290_hpf_3db_freq_hz_table[t][1]; in adxrs290_read_raw()
/openbmc/linux/drivers/acpi/
H A Dacpi_dbg.c420 struct task_struct *t; in acpi_aml_create_thread() local
427 t = kthread_create(acpi_aml_thread, NULL, "aml"); in acpi_aml_create_thread()
428 if (IS_ERR(t)) { in acpi_aml_create_thread()
430 return PTR_ERR(t); in acpi_aml_create_thread()
434 acpi_aml_io.thread = t; in acpi_aml_create_thread()
435 acpi_set_debugger_thread_id((acpi_thread_id)(unsigned long)t); in acpi_aml_create_thread()
436 wake_up_process(t); in acpi_aml_create_thread()
/openbmc/linux/drivers/mfd/
H A Dezx-pcap.c57 struct spi_transfer t; in ezx_pcap_putget() local
61 memset(&t, 0, sizeof(t)); in ezx_pcap_putget()
63 t.len = sizeof(u32); in ezx_pcap_putget()
64 spi_message_add_tail(&t, &m); in ezx_pcap_putget()
67 t.tx_buf = (u8 *) &pcap->buf; in ezx_pcap_putget()
68 t.rx_buf = (u8 *) &pcap->buf; in ezx_pcap_putget()

1...<<71727374757677787980>>...349