/openbmc/linux/include/linux/i3c/ |
H A D | ccc.h | 17 #define I3C_CCC_ID(id, broadcast) \ argument 21 #define I3C_CCC_ENEC(broadcast) I3C_CCC_ID(0x0, broadcast) argument 22 #define I3C_CCC_DISEC(broadcast) I3C_CCC_ID(0x1, broadcast) argument 23 #define I3C_CCC_ENTAS(as, broadcast) I3C_CCC_ID(0x2 + (as), broadcast) argument 24 #define I3C_CCC_RSTDAA(broadcast) I3C_CCC_ID(0x6, broadcast) argument 25 #define I3C_CCC_SETMWL(broadcast) I3C_CCC_ID(0x9, broadcast) argument 26 #define I3C_CCC_SETMRL(broadcast) I3C_CCC_ID(0xa, broadcast) argument 27 #define I3C_CCC_SETXTIME(broadcast) ((broadcast) ? 0x28 : 0x98) argument 28 #define I3C_CCC_VENDOR(id, broadcast) ((id) + ((broadcast) ? 0x61 : 0xe0)) argument
|
/openbmc/linux/kernel/time/ |
H A D | tick-common.c | 152 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic() 449 bool broadcast = tick_resume_check_broadcast(); in tick_resume_local() local
|
H A D | tick-internal.h | 87 static inline void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler()
|
/openbmc/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi.c | 45 static int broadcast; variable 278 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) in unit_test()
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn23xx_pf_device.h | 51 u64 broadcast; member
|
/openbmc/linux/drivers/staging/vt6656/ |
H A D | key.c | 39 u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in vnt_set_keymode() local
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | key.c | 22 u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in vnt_set_keymode() local
|
/openbmc/qemu/hw/i2c/ |
H A D | core.c | 82 bool i2c_scan_bus(I2CBus *bus, uint8_t address, bool broadcast, in i2c_scan_bus() 392 bool broadcast, I2CNodeList *current_devs) in i2c_slave_match()
|
/openbmc/linux/include/linux/ |
H A D | if_link.h | 14 __u64 broadcast; member
|
H A D | clockchips.h | 119 void (*broadcast)(const struct cpumask *mask); member
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_multicast.c | 585 struct ipoib_mcast *broadcast; in ipoib_mcast_join_task() local 854 static int ipoib_mcast_addr_is_valid(const u8 *addr, const u8 *broadcast) in ipoib_mcast_addr_is_valid()
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | time.c | 97 static void broadcast(const struct cpumask *mask) in broadcast() function
|
/openbmc/qemu/include/hw/i2c/ |
H A D | i2c.h | 91 bool broadcast; member
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_dev.c | 64 int broadcast, int promisc, int allmulti) in enic_dev_packet_filter()
|
/openbmc/linux/arch/riscv/mm/ |
H A D | tlbflush.c | 84 bool broadcast; in __flush_tlb_range() local
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_vf_lib.c | 405 u8 broadcast[ETH_ALEN]; in ice_vf_rebuild_host_mac_cfg() local 1260 u8 broadcast[ETH_ALEN]; in ice_vf_init_host_cfg() local
|
/openbmc/linux/drivers/firmware/psci/ |
H A D | psci_checker.c | 237 bool broadcast = state->flags & CPUIDLE_FLAG_TIMER_STOP; in suspend_cpu() local
|
/openbmc/linux/tools/perf/bench/ |
H A D | futex.h | 22 bool broadcast; /* requeue */ member
|
/openbmc/linux/include/rdma/ |
H A D | ib_addr.h | 39 unsigned char broadcast[MAX_ADDR_LEN]; member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | fs.h | 51 struct mlx5e_l2_rule broadcast; member
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_main.c | 598 u8 broadcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in sparx5_start() local
|
/openbmc/linux/net/tipc/ |
H A D | bearer.h | 80 u8 broadcast; member
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | leon_smp.c | 134 int broadcast = in leon_smp_setbroadcast() local
|
/openbmc/qemu/hw/intc/ |
H A D | grlib_irqmp.c | 81 uint32_t broadcast; member
|
/openbmc/linux/include/net/ |
H A D | if_inet6.h | 244 const unsigned char *broadcast, char *buf) in ipv6_ib_mc_map() 262 const unsigned char *broadcast, char *buf) in ipv6_ipgre_mc_map()
|