Searched refs:passive_data (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/devfreq/ |
H A D | exynos-bus.c | 355 struct devfreq_passive_data *passive_data; in exynos_bus_profile_init_passive() local 367 passive_data = devm_kzalloc(dev, sizeof(*passive_data), GFP_KERNEL); in exynos_bus_profile_init_passive() 368 if (!passive_data) in exynos_bus_profile_init_passive() 371 passive_data->parent = parent_devfreq; in exynos_bus_profile_init_passive() 375 passive_data); in exynos_bus_profile_init_passive()
|
H A D | mtk-cci-devfreq.c | 252 struct devfreq_passive_data *passive_data; in mtk_ccifreq_probe() local 354 passive_data = devm_kzalloc(dev, sizeof(*passive_data), GFP_KERNEL); in mtk_ccifreq_probe() 355 if (!passive_data) { in mtk_ccifreq_probe() 360 passive_data->parent_type = CPUFREQ_PARENT_DEV; in mtk_ccifreq_probe() 363 passive_data); in mtk_ccifreq_probe()
|
/openbmc/linux/drivers/nfc/pn533/ |
H A 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() 1972 u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; in pn533_dep_link_up() local 2008 skb_put_data(skb, passive_data, PASSIVE_DATA_LEN); in pn533_dep_link_up()
|