/linux/drivers/net/ethernet/samsung/sxgbe/ |
A D | sxgbe_desc.c | 23 static void sxgbe_init_tx_desc(struct sxgbe_tx_norm_desc *p) in sxgbe_init_tx_desc() 58 static void sxgbe_set_tx_owner(struct sxgbe_tx_norm_desc *p) in sxgbe_set_tx_owner() 64 static int sxgbe_get_tx_owner(struct sxgbe_tx_norm_desc *p) in sxgbe_get_tx_owner() 70 static void sxgbe_close_tx_desc(struct sxgbe_tx_norm_desc *p) in sxgbe_close_tx_desc() 77 static void sxgbe_release_tx_desc(struct sxgbe_tx_norm_desc *p) in sxgbe_release_tx_desc() 85 static void sxgbe_clear_tx_ic(struct sxgbe_tx_norm_desc *p) in sxgbe_clear_tx_ic() 91 static int sxgbe_get_tx_ls(struct sxgbe_tx_norm_desc *p) in sxgbe_get_tx_ls() 97 static int sxgbe_get_tx_len(struct sxgbe_tx_norm_desc *p) in sxgbe_get_tx_len() 222 static int sxgbe_get_rx_owner(struct sxgbe_rx_norm_desc *p) in sxgbe_get_rx_owner() 228 static void sxgbe_set_rx_owner(struct sxgbe_rx_norm_desc *p) in sxgbe_set_rx_owner() [all …]
|
/linux/drivers/usb/host/ |
A D | xhci-caps.h | 5 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) argument 7 #define HC_VERSION(p) (((p) >> 16) & 0xffff) argument 21 #define HCS_IST(p) (((p) >> 0) & 0xf) argument 45 #define HCC_PPC(p) ((p) & (1 << 3)) argument 51 #define HCC_LTC(p) ((p) & (1 << 6)) argument 53 #define HCC_NSS(p) ((p) & (1 << 7)) argument 55 #define HCC_SPC(p) ((p) & (1 << 9)) argument 57 #define HCC_CFC(p) ((p) & (1 << 11)) argument 73 #define HCC2_U3C(p) ((p) & (1 << 0)) argument 75 #define HCC2_CMC(p) ((p) & (1 << 1)) argument [all …]
|
/linux/tools/include/linux/ |
A D | unaligned.h | 17 static inline u16 get_unaligned_le16(const void *p) in get_unaligned_le16() 22 static inline u32 get_unaligned_le32(const void *p) in get_unaligned_le32() 27 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() 47 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16() 52 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be32() 57 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64() 77 static inline u32 __get_unaligned_be24(const u8 *p) in __get_unaligned_be24() 82 static inline u32 get_unaligned_be24(const void *p) in get_unaligned_be24() 87 static inline u32 __get_unaligned_le24(const u8 *p) in __get_unaligned_le24() 92 static inline u32 get_unaligned_le24(const void *p) in get_unaligned_le24() [all …]
|
/linux/include/linux/ |
A D | unaligned.h | 16 static inline u16 get_unaligned_le16(const void *p) in get_unaligned_le16() 21 static inline u32 get_unaligned_le32(const void *p) in get_unaligned_le32() 26 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() 46 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16() 51 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be32() 56 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64() 76 static inline u32 __get_unaligned_be24(const u8 *p) in __get_unaligned_be24() 81 static inline u32 get_unaligned_be24(const void *p) in get_unaligned_be24() 86 static inline u32 __get_unaligned_le24(const u8 *p) in __get_unaligned_le24() 91 static inline u32 get_unaligned_le24(const void *p) in get_unaligned_le24() [all …]
|
A D | parport_pc.h | 9 #define ECONTROL(p) ((p)->base_hi + 0x2) argument 10 #define CONFIGB(p) ((p)->base_hi + 0x1) argument 11 #define CONFIGA(p) ((p)->base_hi + 0x0) argument 12 #define FIFO(p) ((p)->base_hi + 0x0) argument 13 #define EPPDATA(p) ((p)->base + 0x4) argument 14 #define EPPADDR(p) ((p)->base + 0x3) argument 15 #define CONTROL(p) ((p)->base + 0x2) argument 16 #define STATUS(p) ((p)->base + 0x1) argument 17 #define DATA(p) ((p)->base + 0x0) argument 220 static __inline__ void parport_pc_disable_irq(struct parport *p) in parport_pc_disable_irq() [all …]
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
A D | dwxgmac2_descs.c | 12 struct dma_desc *p, void __iomem *ioaddr) in dwxgmac2_get_tx_status() 26 struct dma_desc *p) in dwxgmac2_get_rx_status() 42 static int dwxgmac2_get_tx_len(struct dma_desc *p) in dwxgmac2_get_tx_len() 47 static int dwxgmac2_get_tx_owner(struct dma_desc *p) in dwxgmac2_get_tx_owner() 52 static void dwxgmac2_set_tx_owner(struct dma_desc *p) in dwxgmac2_set_tx_owner() 67 static int dwxgmac2_get_tx_ls(struct dma_desc *p) in dwxgmac2_get_tx_ls() 89 struct dma_desc *p = (struct dma_desc *)desc; in dwxgmac2_get_timestamp() local 100 struct dma_desc *p = (struct dma_desc *)desc; in dwxgmac2_rx_check_timestamp() local 121 struct dma_desc *p = (struct dma_desc *)desc; in dwxgmac2_get_rx_timestamp_status() local 231 static void dwxgmac2_set_tx_ic(struct dma_desc *p) in dwxgmac2_set_tx_ic() [all …]
|
A D | dwmac4_descs.c | 17 struct dma_desc *p, in dwmac4_wrback_get_tx_status() 74 struct dma_desc *p) in dwmac4_wrback_get_rx_status() 172 static int dwmac4_rd_get_tx_len(struct dma_desc *p) in dwmac4_rd_get_tx_len() 177 static int dwmac4_get_tx_owner(struct dma_desc *p) in dwmac4_get_tx_owner() 182 static void dwmac4_set_tx_owner(struct dma_desc *p) in dwmac4_set_tx_owner() 197 static int dwmac4_get_tx_ls(struct dma_desc *p) in dwmac4_get_tx_ls() 239 struct dma_desc *p = (struct dma_desc *)desc; in dwmac4_get_timestamp() local 251 struct dma_desc *p = (struct dma_desc *)desc; in dwmac4_rx_check_timestamp() local 278 struct dma_desc *p = (struct dma_desc *)desc; in dwmac4_wrback_get_rx_timestamp_status() local 423 struct dma_desc *p = (struct dma_desc *)head; in dwmac4_display_ring() local [all …]
|
A D | enh_desc.c | 16 struct dma_desc *p, void __iomem *ioaddr) in enh_desc_get_tx_status() 79 static int enh_desc_get_tx_len(struct dma_desc *p) in enh_desc_get_tx_len() 118 struct dma_extended_desc *p) in enh_desc_get_ext_status() 182 struct dma_desc *p) in enh_desc_get_rx_status() 280 static int enh_desc_get_tx_owner(struct dma_desc *p) in enh_desc_get_tx_owner() 285 static void enh_desc_set_tx_owner(struct dma_desc *p) in enh_desc_set_tx_owner() 295 static int enh_desc_get_tx_ls(struct dma_desc *p) in enh_desc_get_tx_ls() 349 static void enh_desc_set_tx_ic(struct dma_desc *p) in enh_desc_set_tx_ic() 390 struct dma_desc *p = (struct dma_desc *)desc; in enh_desc_get_timestamp() local 405 struct dma_desc *p = (struct dma_desc *)desc; in enh_desc_get_rx_timestamp_status() local [all …]
|
A D | norm_desc.c | 16 struct dma_desc *p, void __iomem *ioaddr) in ndesc_get_tx_status() 60 static int ndesc_get_tx_len(struct dma_desc *p) in ndesc_get_tx_len() 70 struct dma_desc *p) in ndesc_get_rx_status() 146 static int ndesc_get_tx_owner(struct dma_desc *p) in ndesc_get_tx_owner() 151 static void ndesc_set_tx_owner(struct dma_desc *p) in ndesc_set_tx_owner() 161 static int ndesc_get_tx_ls(struct dma_desc *p) in ndesc_get_tx_ls() 207 static void ndesc_set_tx_ic(struct dma_desc *p) in ndesc_set_tx_ic() 243 struct dma_desc *p = (struct dma_desc *)desc; in ndesc_get_timestamp() local 255 struct dma_desc *p = (struct dma_desc *)desc; in ndesc_get_rx_timestamp_status() local 268 struct dma_desc *p = (struct dma_desc *)head; in ndesc_display_ring() local [all …]
|
/linux/arch/arm/include/asm/ |
A D | bitops.h | 182 #define ATOMIC_BITOP(name,nr,p) \ argument 185 #define ATOMIC_BITOP(name,nr,p) _##name(nr,p) argument 191 #define set_bit(nr,p) ATOMIC_BITOP(set_bit,nr,p) argument 192 #define clear_bit(nr,p) ATOMIC_BITOP(clear_bit,nr,p) argument 193 #define change_bit(nr,p) ATOMIC_BITOP(change_bit,nr,p) argument 202 #define find_first_zero_bit(p,sz) _find_first_zero_bit_le(p,sz) argument 204 #define find_first_bit(p,sz) _find_first_bit_le(p,sz) argument 205 #define find_next_bit(p,sz,off) _find_next_bit_le(p,sz,off) argument 211 #define find_first_zero_bit(p,sz) _find_first_zero_bit_be(p,sz) argument 213 #define find_first_bit(p,sz) _find_first_bit_be(p,sz) argument [all …]
|
/linux/include/linux/ceph/ |
A D | decode.h | 19 static inline u64 ceph_decode_64(void **p) in ceph_decode_64() 25 static inline u32 ceph_decode_32(void **p) in ceph_decode_32() 31 static inline u16 ceph_decode_16(void **p) in ceph_decode_16() 37 static inline u8 ceph_decode_8(void **p) in ceph_decode_8() 57 #define ceph_decode_need(p, end, n, bad) \ argument 63 #define ceph_decode_64_safe(p, end, v, bad) \ argument 78 #define ceph_decode_8_safe(p, end, v, bad) \ argument 145 #define ceph_decode_skip_64(p, end, bad) \ argument 148 #define ceph_decode_skip_32(p, end, bad) \ argument 151 #define ceph_decode_skip_16(p, end, bad) \ argument [all …]
|
/linux/drivers/target/iscsi/ |
A D | iscsi_target_parameters.h | 175 #define IS_USE_ALL(p) ((p)->use & USE_ALL) argument 189 #define IS_SENDER_TARGET(p) ((p)->sender & SENDER_TARGET) argument 190 #define IS_SENDER_BOTH(p) ((p)->sender & SENDER_BOTH) argument 209 #define IS_PHASE_SECURITY(p) ((p)->phase & PHASE_SECURITY) argument 212 #define IS_PHASE_FFP0(p) ((p)->phase & PHASE_FFP0) argument 224 #define IS_TYPE_BOOL_AND(p) ((p)->type & TYPE_BOOL_AND) argument 225 #define IS_TYPE_BOOL_OR(p) ((p)->type & TYPE_BOOL_OR) argument 226 #define IS_TYPE_NUMBER(p) ((p)->type & TYPE_NUMBER) argument 228 #define IS_TYPE_STRING(p) ((p)->type & TYPE_STRING) argument 260 #define IS_TYPERANGE_SESSIONTYPE(p) ((p)->type_range & \ argument [all …]
|
/linux/drivers/net/ethernet/apm/xgene/ |
A D | xgene_enet_sgmac.c | 25 static void xgene_enet_wr_ring_if(struct xgene_enet_pdata *p, in xgene_enet_wr_ring_if() 31 static void xgene_enet_wr_diag_csr(struct xgene_enet_pdata *p, in xgene_enet_wr_diag_csr() 60 static int xgene_enet_ecc_init(struct xgene_enet_pdata *p) in xgene_enet_ecc_init() 160 static void xgene_sgmac_reset(struct xgene_enet_pdata *p) in xgene_sgmac_reset() 180 static u32 xgene_enet_link_status(struct xgene_enet_pdata *p) in xgene_enet_link_status() 197 static void xgene_sgmii_configure(struct xgene_enet_pdata *p) in xgene_sgmii_configure() 212 static void xgene_sgmii_reset(struct xgene_enet_pdata *p) in xgene_sgmii_reset() 225 static void xgene_sgmac_set_speed(struct xgene_enet_pdata *p) in xgene_sgmac_set_speed() 329 static void xgene_sgmac_init(struct xgene_enet_pdata *p) in xgene_sgmac_init() 437 static int xgene_enet_reset(struct xgene_enet_pdata *p) in xgene_enet_reset() [all …]
|
/linux/net/bridge/ |
A D | br_sysfs_if.c | 59 static int store_flag(struct net_bridge_port *p, unsigned long v, in store_flag() 92 static ssize_t show_priority(struct net_bridge_port *p, char *buf) in show_priority() 124 static ssize_t show_port_id(struct net_bridge_port *p, char *buf) in show_port_id() 155 static ssize_t show_message_age_timer(struct net_bridge_port *p, in show_message_age_timer() 169 static ssize_t show_hold_timer(struct net_bridge_port *p, in show_hold_timer() 188 static int store_group_fwd_mask(struct net_bridge_port *p, in store_group_fwd_mask() 250 static int store_multicast_router(struct net_bridge_port *p, in store_multicast_router() 305 struct net_bridge_port *p = kobj_to_brport(kobj); in brport_show() local 318 struct net_bridge_port *p = kobj_to_brport(kobj); in brport_store() local 370 int br_sysfs_addif(struct net_bridge_port *p) in br_sysfs_addif() [all …]
|
A D | br_if.c | 146 struct net_bridge_port *p; in br_manage_promisc() local 233 struct net_bridge_port *p; in nbp_update_port_count() local 261 struct net_bridge_port *p in release_nbp() local 294 struct net_bridge_port *p = in destroy_nbp_rcu() local 302 struct net_bridge_port *p; in get_max_headroom() local 316 struct net_bridge_port *p; in update_headroom() local 403 struct net_bridge_port *p; in find_portno() local 424 struct net_bridge_port *p; in new_nbp() local 548 struct net_bridge_port *p; in br_features_recompute() local 570 struct net_bridge_port *p; in br_add_if() local [all …]
|
/linux/drivers/watchdog/ |
A D | iTCO_wdt.c | 71 #define TCOBASE(p) ((p)->tco_res->start) argument 73 #define SMI_EN(p) ((p)->smi_res->start) argument 150 static inline u32 no_reboot_bit(struct iTCO_wdt_private *p) in no_reboot_bit() 179 struct iTCO_wdt_private *p = priv; in update_no_reboot_bit_pci() local 199 struct iTCO_wdt_private *p = priv; in update_no_reboot_bit_mem() local 219 struct iTCO_wdt_private *p = priv; in update_no_reboot_bit_cnt() local 269 struct iTCO_wdt_private *p = watchdog_get_drvdata(wd_dev); in iTCO_wdt_start() local 304 struct iTCO_wdt_private *p = watchdog_get_drvdata(wd_dev); in iTCO_wdt_stop() local 468 struct iTCO_wdt_private *p; in iTCO_wdt_probe() local 623 struct iTCO_wdt_private *p = dev_get_drvdata(dev); in iTCO_wdt_suspend_noirq() local [all …]
|
/linux/drivers/crypto/ccp/ |
A D | ccp-dev-v5.c | 137 #define CCP_AES_SIZE(p) ((p)->aes.size) argument 139 #define CCP_AES_MODE(p) ((p)->aes.mode) argument 140 #define CCP_AES_TYPE(p) ((p)->aes.type) argument 148 #define CCP_SHA_TYPE(p) ((p)->sha.type) argument 156 #define CCP5_CMD_DW0(p) ((p)->dw0) argument 166 #define CCP5_CMD_DW1(p) ((p)->length) argument 170 #define CCP5_CMD_DW2(p) ((p)->src_lo) argument 174 #define CCP5_CMD_DW3(p) ((p)->dw3) argument 181 #define CCP5_CMD_DW4(p) ((p)->dw4) argument 191 #define CCP5_CMD_DW6(p) ((p)->key_lo) argument [all …]
|
/linux/drivers/gpu/drm/xe/ |
A D | xe_gt_debugfs.c | 75 struct drm_printer p = drm_seq_file_printer(m); in xe_gt_debugfs_simple_show() local 87 static int hw_engines(struct xe_gt *gt, struct drm_printer *p) in hw_engines() 112 static int force_reset(struct xe_gt *gt, struct drm_printer *p) in force_reset() 132 static int sa_info(struct xe_gt *gt, struct drm_printer *p) in sa_info() 144 static int topology(struct xe_gt *gt, struct drm_printer *p) in topology() 153 static int steering(struct xe_gt *gt, struct drm_printer *p) in steering() 162 static int ggtt(struct xe_gt *gt, struct drm_printer *p) in ggtt() 202 static int workarounds(struct xe_gt *gt, struct drm_printer *p) in workarounds() 211 static int pat(struct xe_gt *gt, struct drm_printer *p) in pat() 220 static int mocs(struct xe_gt *gt, struct drm_printer *p) in mocs() [all …]
|
/linux/tools/include/tools/ |
A D | be_byteshift.h | 7 static inline uint16_t __get_unaligned_be16(const uint8_t *p) in __get_unaligned_be16() 12 static inline uint32_t __get_unaligned_be32(const uint8_t *p) in __get_unaligned_be32() 17 static inline uint64_t __get_unaligned_be64(const uint8_t *p) in __get_unaligned_be64() 23 static inline void __put_unaligned_be16(uint16_t val, uint8_t *p) in __put_unaligned_be16() 29 static inline void __put_unaligned_be32(uint32_t val, uint8_t *p) in __put_unaligned_be32() 41 static inline uint16_t get_unaligned_be16(const void *p) in get_unaligned_be16() 46 static inline uint32_t get_unaligned_be32(const void *p) in get_unaligned_be32() 51 static inline uint64_t get_unaligned_be64(const void *p) in get_unaligned_be64() 56 static inline void put_unaligned_be16(uint16_t val, void *p) in put_unaligned_be16() 61 static inline void put_unaligned_be32(uint32_t val, void *p) in put_unaligned_be32() [all …]
|
A D | le_byteshift.h | 7 static inline uint16_t __get_unaligned_le16(const uint8_t *p) in __get_unaligned_le16() 12 static inline uint32_t __get_unaligned_le32(const uint8_t *p) in __get_unaligned_le32() 17 static inline uint64_t __get_unaligned_le64(const uint8_t *p) in __get_unaligned_le64() 23 static inline void __put_unaligned_le16(uint16_t val, uint8_t *p) in __put_unaligned_le16() 29 static inline void __put_unaligned_le32(uint32_t val, uint8_t *p) in __put_unaligned_le32() 41 static inline uint16_t get_unaligned_le16(const void *p) in get_unaligned_le16() 46 static inline uint32_t get_unaligned_le32(const void *p) in get_unaligned_le32() 51 static inline uint64_t get_unaligned_le64(const void *p) in get_unaligned_le64() 56 static inline void put_unaligned_le16(uint16_t val, void *p) in put_unaligned_le16() 61 static inline void put_unaligned_le32(uint32_t val, void *p) in put_unaligned_le32() [all …]
|
/linux/drivers/parport/ |
A D | parport_gsc.h | 45 #define EPPDATA(p) ((p)->base + 0x4) argument 46 #define EPPADDR(p) ((p)->base + 0x3) argument 47 #define CONTROL(p) ((p)->base + 0x2) argument 48 #define STATUS(p) ((p)->base + 0x1) argument 49 #define DATA(p) ((p)->base + 0x0) argument 77 static inline unsigned char parport_gsc_read_data(struct parport *p) in parport_gsc_read_data() 106 static inline void parport_gsc_data_reverse(struct parport *p) in parport_gsc_data_reverse() 111 static inline void parport_gsc_data_forward(struct parport *p) in parport_gsc_data_forward() 116 static inline void parport_gsc_write_control(struct parport *p, in parport_gsc_write_control() 176 static inline void parport_gsc_disable_irq(struct parport *p) in parport_gsc_disable_irq() [all …]
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_syncmap.c | 96 static inline u32 *__sync_seqno(struct i915_syncmap *p) in __sync_seqno() 115 __sync_leaf_idx(const struct i915_syncmap *p, u64 id) in __sync_leaf_idx() 153 struct i915_syncmap *p; in i915_syncmap_is_later() local 198 struct i915_syncmap *p; in __sync_alloc_leaf() local 216 __sync_seqno(p)[idx] = seqno; in __sync_set_seqno() local 224 __sync_child(p)[idx] = child; in __sync_set_child() local 229 struct i915_syncmap *p = *root; in __sync_set() local 296 __sync_child(p->parent)[idx] = next; in __sync_set() local 352 struct i915_syncmap *p = *root; in i915_syncmap_set() local 366 static void __sync_free(struct i915_syncmap *p) in __sync_free() [all …]
|
/linux/include/linux/sunrpc/xdrgen/ |
A D | _builtins.h | 30 __be32 *p = xdr_inline_decode(xdr, XDR_UNIT); in xdrgen_decode_bool() local 41 __be32 *p = xdr_reserve_space(xdr, XDR_UNIT); in xdrgen_encode_bool() local 52 __be32 *p = xdr_inline_decode(xdr, XDR_UNIT); in xdrgen_decode_int() local 63 __be32 *p = xdr_reserve_space(xdr, XDR_UNIT); in xdrgen_encode_int() local 74 __be32 *p = xdr_inline_decode(xdr, XDR_UNIT); in xdrgen_decode_unsigned_int() local 85 __be32 *p = xdr_reserve_space(xdr, XDR_UNIT); in xdrgen_encode_unsigned_int() local 96 __be32 *p = xdr_inline_decode(xdr, XDR_UNIT); in xdrgen_decode_long() local 107 __be32 *p = xdr_reserve_space(xdr, XDR_UNIT); in xdrgen_encode_long() local 118 __be32 *p = xdr_inline_decode(xdr, XDR_UNIT); in xdrgen_decode_unsigned_long() local 184 __be32 *p; in xdrgen_decode_string() local [all …]
|
/linux/drivers/thermal/ |
A D | thermal_netlink.c | 130 static int thermal_genl_event_tz(struct param *p) in thermal_genl_event_tz() 268 struct param *p) in thermal_genl_send_event() 313 struct param p = { .tz_id = tz->id }; in thermal_notify_tz_delete() local 320 struct param p = { .tz_id = tz->id }; in thermal_notify_tz_enable() local 327 struct param p = { .tz_id = tz->id }; in thermal_notify_tz_disable() local 335 struct param p = { .tz_id = tz->id, in thermal_notify_tz_trip_down() local 345 struct param p = { .tz_id = tz->id, in thermal_notify_tz_trip_up() local 355 struct param p = { .tz_id = tz->id, in thermal_notify_tz_trip_change() local 382 struct param p = { .cdev_id = cdev->id }; in thermal_notify_cdev_delete() local 586 struct param p = { .msg = skb }; in thermal_genl_cmd_dumpit() local [all …]
|
/linux/drivers/usb/cdns3/ |
A D | cdns3-gadget.h | 419 #define USB_ITPN(p) ((p) & USB_ITPN_MASK) argument 541 #define EP_TRADDR_TRADDR(p) ((p)) argument 616 #define EP_STS_STALL(p) ((p) & BIT(1)) argument 636 #define EP_STS_CCS(p) ((p) & BIT(11)) argument 646 #define EP_STS_HOSTPP(p) ((p) & BIT(16)) argument 822 #define DEV_U3PHY_WIDTH_8(p) \ argument 824 #define DEV_U3PHY_WIDTH_16(p) \ argument 826 #define DEV_U3PHY_WIDTH_32(p) \ argument 828 #define DEV_U3PHY_WIDTH_64(p) \ argument 1022 #define TRB_TYPE(p) ((p) << 10) argument [all …]
|