/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display.c | 345 #define assert_plane_enabled(p) assert_plane(p, true) argument 346 #define assert_plane_disabled(p) assert_plane(p, false) argument
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 931 static int mtk_set_mac_address(struct net_device *dev, void *p) in mtk_set_mac_address() argument 933 int ret = eth_mac_addr(dev, p); in mtk_set_mac_address() 4135 pinctrl_select_state(eth->dev->pins->p, in mtk_pending_work()
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 3606 int p = a->p | (a->d ? 0 : 32); in trans_bb_imm() local 3610 load_gpr(ctx, a->r), 1ull << (63 - p)); in trans_bb_imm()
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.c | 3201 static int ucc_geth_set_mac_addr(struct net_device *dev, void *p) in ucc_geth_set_mac_addr() argument 3204 struct sockaddr *addr = p; in ucc_geth_set_mac_addr()
|
H A D | gianfar.c | 373 static int gfar_set_mac_addr(struct net_device *dev, void *p) in gfar_set_mac_addr() argument 377 ret = eth_mac_addr(dev, p); in gfar_set_mac_addr()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 5242 static int destroy_config(int id, void *p, void *data) in destroy_config() argument 5244 i915_oa_config_put(p); in destroy_config()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.c | 613 #define HE_PHY(p, c) u8_get_bits(c, IEEE80211_HE_PHY_##p) argument
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Add-support-for-mips64-n32-n64.patch | 304 "added stub entry for symbol %u at %#lx, GOT @%p\n",
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288.dtsi | 906 /* 500000 1200000 - See crosbug.com/p/33857 */
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CC-BY-NC-SA-2.0-FR | 15 …antes. Constituent notamment des Oeuvres dites Collectives les publications périodiques, les antho…
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | ixgbe.rst | 476 the VLAN priority tag (802.1p) to filter traffic. That means that there are 8
|
/openbmc/linux/kernel/power/ |
H A D | snapshot.c | 1367 static inline void *saveable_highmem_page(struct zone *z, unsigned long p) in saveable_highmem_page() argument
|
/openbmc/linux/drivers/net/usb/ |
H A D | Kconfig | 613 http://ubuntuforums.org/showpost.php?p=10589647&postcount=17
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | hfi.h | 2100 void hfi1_release_user_pages(struct mm_struct *mm, struct page **p,
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-trogdor.dtsi | 1348 p_sensor_int_l: p-sensor-int-l-state {
|
/openbmc/linux/drivers/dma/ |
H A D | Kconfig | 770 memcpy, memset, xor, and raid6 p+q operations. If your platform has
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
H A D | display_mode_vba_21.c | 514 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, S, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local 546 p = 3 * wx - w; in dscceComputeDelay() 548 a = ix + p * l0; in dscceComputeDelay() 551 if ((ix % w) == 0 && p != 0) in dscceComputeDelay()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | display_mode_vba_20v2.c | 343 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local 375 p = 3 * wx - w; in dscceComputeDelay() 377 a = ix + p * l0; in dscceComputeDelay() 380 if ((ix % w) == 0 && p != 0) in dscceComputeDelay()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4state.c | 3191 __be32 *p; in nfsd4_replay_cache_entry() local 3200 p = xdr_reserve_space(xdr, slot->sl_datalen); in nfsd4_replay_cache_entry() 3201 if (!p) { in nfsd4_replay_cache_entry() 3205 xdr_encode_opaque_fixed(p, slot->sl_data, slot->sl_datalen); in nfsd4_replay_cache_entry()
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | encode_pp.def | 1512 I6SHIFTTYPES(p, "0000","000","0","ddddd") 1774 RSHIFTTYPES(p, "0011","10-","-","-","ddddd")
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 333 static int qlcnic_set_mac(struct net_device *netdev, void *p) in qlcnic_set_mac() argument 336 struct sockaddr *addr = p; in qlcnic_set_mac()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 4238 static int ixgbevf_set_mac(struct net_device *netdev, void *p) in ixgbevf_set_mac() argument 4242 struct sockaddr *addr = p; in ixgbevf_set_mac()
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_main.c | 1999 static int liquidio_set_mac(struct net_device *netdev, void *p) in liquidio_set_mac() argument 2004 struct sockaddr *addr = (struct sockaddr *)p; in liquidio_set_mac()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-ingenic.c | 3696 static void ingenic_gpio_irq_print_chip(struct irq_data *data, struct seq_file *p) in ingenic_gpio_irq_print_chip() argument 3700 seq_printf(p, "%s", gpio_chip->label); in ingenic_gpio_irq_print_chip()
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 1085 static int iavf_set_mac(struct net_device *netdev, void *p) in iavf_set_mac() argument 1088 struct sockaddr *addr = p; in iavf_set_mac()
|