Home
last modified time | relevance | path

Searched refs:p (Results 8876 – 8900 of 9049) sorted by relevance

1...<<351352353354355356357358359360>>...362

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c345 #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 Dmtk_eth_soc.c931 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 Dtranslate.c3606 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 Ducc_geth.c3201 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 Dgianfar.c373 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 Di915_perf.c5242 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 Dmt76_connac_mcu.c613 #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 D0001-Add-support-for-mips64-n32-n64.patch304 "added stub entry for symbol %u at %#lx, GOT @%p\n",
/openbmc/u-boot/arch/arm/dts/
H A Drk3288.dtsi906 /* 500000 1200000 - See crosbug.com/p/33857 */
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCC-BY-NC-SA-2.0-FR15 …antes. Constituent notamment des Oeuvres dites Collectives les publications périodiques, les antho…
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dixgbe.rst476 the VLAN priority tag (802.1p) to filter traffic. That means that there are 8
/openbmc/linux/kernel/power/
H A Dsnapshot.c1367 static inline void *saveable_highmem_page(struct zone *z, unsigned long p) in saveable_highmem_page() argument
/openbmc/linux/drivers/net/usb/
H A DKconfig613 http://ubuntuforums.org/showpost.php?p=10589647&postcount=17
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dhfi.h2100 void hfi1_release_user_pages(struct mm_struct *mm, struct page **p,
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor.dtsi1348 p_sensor_int_l: p-sensor-int-l-state {
/openbmc/linux/drivers/dma/
H A DKconfig770 memcpy, memset, xor, and raid6 p+q operations. If your platform has
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c514 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 Ddisplay_mode_vba_20v2.c343 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 Dnfs4state.c3191 __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 Dencode_pp.def1512 I6SHIFTTYPES(p, "0000","000","0","ddddd")
1774 RSHIFTTYPES(p, "0011","10-","-","-","ddddd")
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c333 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 Dixgbevf_main.c4238 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 Dlio_main.c1999 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 Dpinctrl-ingenic.c3696 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 Diavf_main.c1085 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()

1...<<351352353354355356357358359360>>...362