/linux/drivers/usb/gadget/function/ |
A D | u_phonet.h | 16 bool bound; member
|
A D | u_ecm.h | 21 bool bound; member
|
A D | u_eem.h | 21 bool bound; member
|
A D | u_gether.h | 21 bool bound; member
|
A D | u_ncm.h | 21 bool bound; member
|
A D | u_rndis.h | 23 bool bound; member
|
A D | u_uac1.h | 52 unsigned bound:1; member
|
A D | u_uac1_legacy.h | 64 unsigned bound:1; member
|
A D | u_uac2.h | 59 bool bound; member
|
/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
A D | debugfs.c | 76 int bound[3], i, range; in mt7603_ampdu_stat_show() local
|
/linux/include/media/ |
A D | v4l2-async.h | 86 int (*bound)(struct v4l2_async_notifier *notifier, member
|
/linux/drivers/gpu/drm/ |
A D | drm_legacy.h | 146 unsigned long bound; member
|
/linux/drivers/base/ |
A D | component.c | 62 bool bound; member 72 bool bound; member
|
/linux/drivers/infiniband/core/ |
A D | umem_odp.c | 475 u64 bound) in ib_umem_odp_unmap_dma_pages()
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | fault.c | 117 unsigned long bound = 1U << BITS_PER_BYTE; in fault_opcodes_write() local
|
/linux/drivers/s390/crypto/ |
A D | ap_bus.c | 692 unsigned int bound; member 708 static void ap_calc_bound_apqns(unsigned int *apqns, unsigned int *bound) in ap_calc_bound_apqns() 725 unsigned int apqns, bound; in ap_check_bindings_complete() local
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_vma.c | 751 unsigned int bound; in try_qad_pin() local 871 unsigned int bound; in i915_vma_pin_ww() local
|
/linux/net/netlink/ |
A D | af_netlink.h | 36 bool bound; member
|
/linux/include/net/ |
A D | pkt_sched.h | 67 psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2, psched_time_t bound) in psched_tdiff_bounded()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
A D | ampdu.c | 76 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 77 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
A D | debugfs.c | 66 int bound[15], range[4], i; in mt7921_ampdu_stat_read_phy() local
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_ttm_buffer.c | 197 bool bound; member
|
/linux/arch/ia64/kernel/ |
A D | smpboot.c | 278 unsigned long flags, rt, master_time_stamp, bound; in ia64_sync_itc() local
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
A D | debugfs.c | 275 int bound[7], i, range; in mt7615_ampdu_stat_read_phy() local
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
A D | phy_cmn.c | 34 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument 37 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument 38 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument
|