/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | core.c | 236 static void rfcomm_session_timeout(struct timer_list *t) in rfcomm_session_timeout() argument 238 struct rfcomm_session *s = from_timer(s, t, timer); in rfcomm_session_timeout() 261 static void rfcomm_dlc_timeout(struct timer_list *t) in rfcomm_dlc_timeout() argument 263 struct rfcomm_dlc *d = from_timer(d, t, timer); in rfcomm_dlc_timeout()
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | numa_memory_policy.rst | 35 that governs all page allocations that aren't controlled by 47 by or on behalf of the task that aren't controlled by a more 84 address space that don't have an explicit VMA policy will fall 380 policy requires that the mmap_lock be held for write, the policy can't be
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_qca.c | 461 static void hci_ibs_tx_idle_timeout(struct timer_list *t) in hci_ibs_tx_idle_timeout() argument 463 struct qca_data *qca = from_timer(qca, t, tx_idle_timer); in hci_ibs_tx_idle_timeout() 494 static void hci_ibs_wake_retrans_timeout(struct timer_list *t) in hci_ibs_wake_retrans_timeout() argument 496 struct qca_data *qca = from_timer(qca, t, wake_retrans_timer); in hci_ibs_wake_retrans_timeout()
|
/openbmc/linux/drivers/net/usb/ |
H A D | usbnet.c | 1541 static void usbnet_bh (struct timer_list *t) in usbnet_bh() argument 1543 struct usbnet *dev = from_timer(dev, t, delay); in usbnet_bh() 1600 static void usbnet_bh_tasklet(struct tasklet_struct *t) in usbnet_bh_tasklet() argument 1602 struct usbnet *dev = from_tasklet(dev, t, bh); in usbnet_bh_tasklet()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c.c | 211 u32 p, m, t, i; in rtw8822c_dac_iq_offset() local 223 t = p - m; in rtw8822c_dac_iq_offset() 224 t = t / (DACK_SN_8822C - 20); in rtw8822c_dac_iq_offset() 226 t = m - p; in rtw8822c_dac_iq_offset() 227 t = t / (DACK_SN_8822C - 20); in rtw8822c_dac_iq_offset() 228 if (t != 0x0) in rtw8822c_dac_iq_offset() 229 t = 0x400 - t; in rtw8822c_dac_iq_offset() 232 *val = t; in rtw8822c_dac_iq_offset()
|
/openbmc/qemu/docs/system/ |
H A D | qemu-block-drivers.rst.inc | 147 particularly interesting with :option:`cache=writethrough` which doesn't batch 170 an existing file which is COW and has data blocks already, it couldn't 696 tcp and unix. In the URI form, if a transport type isn't specified, 877 locking if the POSIX host doesn't support Linux OFD locking. 917 QEMU supports several filter drivers, which don't store any data, but perform
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 2572 tcg_gen_ld16u_i32(tmp, tcg_env, vfp_f16_offset(a->vm, a->t)); in trans_VCVT_f32_f16() 2606 tcg_gen_ld16u_i32(tmp, tcg_env, vfp_f16_offset(a->vm, a->t)); in trans_VCVT_f64_f16() 2631 tcg_gen_st16_i32(tmp, tcg_env, vfp_f16_offset(a->vd, a->t)); in trans_VCVT_b16_f32() 2655 tcg_gen_st16_i32(tmp, tcg_env, vfp_f16_offset(a->vd, a->t)); in trans_VCVT_f16_f32() 2690 tcg_gen_st16_i32(tmp, tcg_env, vfp_f16_offset(a->vd, a->t)); in trans_VCVT_f16_f64()
|
/openbmc/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-qmp-combo.c | 1881 const struct qmp_phy_init_tbl *t = tbl; in qmp_combo_configure_lane() local 1883 if (!t) in qmp_combo_configure_lane() 1886 for (i = 0; i < num; i++, t++) { in qmp_combo_configure_lane() 1887 if (!(t->lane_mask & lane_mask)) in qmp_combo_configure_lane() 1890 writel(t->val, base + t->offset); in qmp_combo_configure_lane()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | adv7842.c | 149 static bool adv7842_check_dv_timings(const struct v4l2_dv_timings *t, void *hdl) in adv7842_check_dv_timings() argument 154 if (v4l2_match_dv_timings(t, adv7842_timings_exceptions + i, 0, false)) in adv7842_check_dv_timings() 259 static inline unsigned htotal(const struct v4l2_bt_timings *t) in htotal() argument 261 return V4L2_DV_BT_FRAME_WIDTH(t); in htotal() 264 static inline unsigned vtotal(const struct v4l2_bt_timings *t) in vtotal() argument 266 return V4L2_DV_BT_FRAME_HEIGHT(t); in vtotal()
|
H A D | adv7604.c | 227 static bool adv76xx_check_dv_timings(const struct v4l2_dv_timings *t, void *hdl) in adv76xx_check_dv_timings() argument 232 if (v4l2_match_dv_timings(t, adv76xx_timings_exceptions + i, 0, false)) in adv76xx_check_dv_timings() 332 static inline unsigned htotal(const struct v4l2_bt_timings *t) in htotal() argument 334 return V4L2_DV_BT_FRAME_WIDTH(t); in htotal() 337 static inline unsigned vtotal(const struct v4l2_bt_timings *t) in vtotal() argument 339 return V4L2_DV_BT_FRAME_HEIGHT(t); in vtotal()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | Kconfig | 416 don't have clock stretching in transmission mode. For that reason, 464 If you don't know what to do here, say N. 478 If you don't know what to do here, say N. 753 If you don't know what to do here, say N. 1359 If you don't know, say Y. 1409 system which doesn't have this device will result in long 1444 If you don't know what to do here, say N.
|
/openbmc/linux/Documentation/usb/ |
H A D | acm.rst | 57 thus won't work with this drivers. Check for ACM compliance before buying.
|
/openbmc/linux/Documentation/driver-api/ |
H A D | rfkill.rst | 91 device). Don't do this unless you cannot get the event in any other way.
|
/openbmc/linux/Documentation/locking/ |
H A D | preempt-locking.rst | 62 means you can't do oddball things like acquire a lock and go off to
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | NGPL | 37 …this License Agreement. In other words, go ahead and share NetHack, but don`t try to stop anyone e…
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/ |
H A D | config.yaml | 211 # Field replaceable doesn't come as a sensor data
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | main.py.in | 47 # parser.add_option("-t", "--boot-time", action="store_true", dest="boottime", default=False,
|
/openbmc/u-boot/include/ |
H A D | ppc_asm.tmpl | 152 * pointer, although the SysV ABI says it shouldn't. To cope with
|
/openbmc/u-boot/doc/device-tree-bindings/adc/ |
H A D | st,stm32-adc.txt | 77 can't be configured both as single-ended and differential (invalid).
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288-miqi.dtsi | 332 * Default drive strength isn't enough to achieve even
|
H A D | sun50i-a64-bananapi-m64.dts | 312 * Maybe we don't still know well about CPUs domain.
|
H A D | sun50i-a64-olinuxino.dts | 285 * Maybe we don't still know well about CPUs domain.
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | README | 14 These linkstations don't have a populated serial port. There is no way to
|
H A D | kwbimage-lschl.cfg | 39 # bit5: 0, clk is driven during self refresh, we don't care for APX
|
H A D | kwbimage-lsxhl.cfg | 39 # bit5: 0, clk is driven during self refresh, we don't care for APX
|