Searched refs:passive_data (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/devfreq/ |
| D | exynos-bus.c | 359 struct devfreq_passive_data *passive_data; in exynos_bus_profile_init_passive() local 371 passive_data = devm_kzalloc(dev, sizeof(*passive_data), GFP_KERNEL); in exynos_bus_profile_init_passive() 372 if (!passive_data) in exynos_bus_profile_init_passive() 375 passive_data->parent = parent_devfreq; in exynos_bus_profile_init_passive() 379 passive_data); in exynos_bus_profile_init_passive()
|
| /Linux-v5.15/drivers/nfc/pn533/ |
| D | pn533.c | 1347 u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; in pn533_poll_dep() local 1378 skb_put_data(skb, passive_data, PASSIVE_DATA_LEN); in pn533_poll_dep() 1965 u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; in pn533_dep_link_up() local 2001 skb_put_data(skb, passive_data, PASSIVE_DATA_LEN); in pn533_dep_link_up()
|