| /Linux-v6.1/drivers/soc/mediatek/ |
| D | mtk-mmsys.c | 25 .routes = mmsys_default_routing_table, 38 .routes = mmsys_default_routing_table, 73 .routes = mt8167_mmsys_routing_table, 86 .routes = mmsys_default_routing_table, 100 .routes = mmsys_mt8183_routing_table, 114 .routes = mmsys_mt8186_routing_table, 128 .routes = mmsys_mt8192_routing_table, 143 .routes = mmsys_mt8195_routing_table, 162 .routes = mt8365_mmsys_routing_table, 198 const struct mtk_mmsys_routes *routes = mmsys->data->routes; in mtk_mmsys_ddp_connect() local [all …]
|
| /Linux-v6.1/net/netrom/ |
| D | nr_route.c | 83 if (nr_node->routes[y].quality > nr_node->routes[x].quality) { in re_sort_routes() 89 swap(nr_node->routes[x], nr_node->routes[y]); in re_sort_routes() 128 if (nr_nodet->routes[i].neighbour == nr_neigh) in nr_add_node() 199 nr_node->routes[0].quality = quality; in nr_add_node() 200 nr_node->routes[0].obs_count = obs_count; in nr_add_node() 201 nr_node->routes[0].neighbour = nr_neigh; in nr_add_node() 220 if (nr_node->routes[i].neighbour == nr_neigh) { in nr_add_node() 221 nr_node->routes[i].quality = quality; in nr_add_node() 222 nr_node->routes[i].obs_count = obs_count; in nr_add_node() 231 nr_node->routes[2] = nr_node->routes[1]; in nr_add_node() [all …]
|
| /Linux-v6.1/net/phonet/ |
| D | pn_dev.c | 31 struct phonet_routes routes; member 260 mutex_lock(&pnn->routes.lock); in phonet_route_autodel() 262 if (rcu_access_pointer(pnn->routes.table[i]) == dev) { in phonet_route_autodel() 263 RCU_INIT_POINTER(pnn->routes.table[i], NULL); in phonet_route_autodel() 266 mutex_unlock(&pnn->routes.lock); in phonet_route_autodel() 313 mutex_init(&pnn->routes.lock); in phonet_init_net() 359 struct phonet_routes *routes = &pnn->routes; in phonet_route_add() local 363 mutex_lock(&routes->lock); in phonet_route_add() 364 if (routes->table[daddr] == NULL) { in phonet_route_add() 365 rcu_assign_pointer(routes->table[daddr], dev); in phonet_route_add() [all …]
|
| /Linux-v6.1/drivers/gpu/drm/rcar-du/ |
| D | rcar_du_drv.c | 42 .routes = { 66 .routes = { 89 .routes = { 118 .routes = { 149 .routes = { 178 .routes = { 208 .routes = { 236 .routes = { 260 .routes = { 291 .routes = { [all …]
|
| /Linux-v6.1/drivers/comedi/drivers/ni_routing/tools/ |
| D | convert_c_to_py.c | 108 while (dR->routes[i].dest != 0) { in device_write() 109 if (!is_valid_ni_sig(dR->routes[i].dest)) { in device_write() 112 dR->routes[i].dest, dR->device, i); in device_write() 116 fprintf(fp, " %u : [", dR->routes[i].dest); in device_write() 120 while (dR->routes[i].src[j] != 0) { in device_write() 121 if (!is_valid_ni_sig(dR->routes[i].src[j])) { in device_write() 124 dR->routes[i].src[j], dR->device, i, j); in device_write() 128 fprintf(fp, "%u,", dR->routes[i].src[j]); in device_write()
|
| /Linux-v6.1/drivers/comedi/drivers/ |
| D | ni_routes.c | 155 const struct ni_route_set *R = &tables->valid_routes->routes[i]; in ni_count_valid_routes() 209 const struct ni_route_set *R = &tables->valid_routes->routes[i]; in ni_get_valid_routes() 311 while (valid_routes->routes[valid_routes->n_route_sets].dest != 0) in ni_sort_device_routes() 315 sort(valid_routes->routes, valid_routes->n_route_sets, in ni_sort_device_routes() 320 struct ni_route_set *rs = &valid_routes->routes[n]; in ni_sort_device_routes() 328 sort(valid_routes->routes[n].src, valid_routes->routes[n].n_src, in ni_sort_device_routes() 381 return bsearch(&destination, valid_routes->routes, in ni_find_route_set() 393 bool ni_route_set_has_source(const struct ni_route_set *routes, in ni_route_set_has_source() argument 396 if (!bsearch(&source, routes->src, routes->n_src, sizeof(int), in ni_route_set_has_source() 467 const struct ni_route_set *routes = in ni_route_to_register() local [all …]
|
| D | ni_routes.h | 53 struct ni_route_set *routes; member 100 bool ni_route_set_has_source(const struct ni_route_set *routes, const int src);
|
| /Linux-v6.1/drivers/comedi/drivers/tests/ |
| D | ni_routes_test.c | 86 .routes = (struct ni_route_set[]){ 188 if (last >= devroutes->routes[i].dest) in route_set_dests_in_order() 190 last = devroutes->routes[i].dest; in route_set_dests_in_order() 204 for (j = 0; j < devroutes->routes[i].n_src; ++j) { in route_set_sources_in_order() 205 if (last >= devroutes->routes[i].src[j]) in route_set_sources_in_order() 207 last = devroutes->routes[i].src[j]; in route_set_sources_in_order() 228 unittest(devroutes->routes->dest == NI_PFI(0), in test_ni_assign_device_routes() 230 unittest(devroutes->routes->n_src == 1, in test_ni_assign_device_routes() 232 unittest(devroutes->routes->src[0] == NI_AI_StartTrigger, in test_ni_assign_device_routes() 234 unittest(devroutes->routes[10].dest == TRIGGER_LINE(0), in test_ni_assign_device_routes() [all …]
|
| /Linux-v6.1/sound/soc/rockchip/ |
| D | rk3399_gru_sound.c | 417 const struct snd_soc_dapm_route *routes; member 423 .routes = rockchip_sound_cdndp_routes, 427 .routes = rockchip_sound_da7219_routes, 431 .routes = rockchip_sound_dmic_routes, 435 .routes = rockchip_sound_max98357a_routes, 439 .routes = rockchip_sound_rt5514_routes, 502 struct snd_soc_dapm_route *routes; in rockchip_sound_of_parse_dais() local 514 routes = devm_kcalloc(dev, num_routes, sizeof(*routes), in rockchip_sound_of_parse_dais() 516 if (!routes) in rockchip_sound_of_parse_dais() 518 card->dapm_routes = routes; in rockchip_sound_of_parse_dais() [all …]
|
| /Linux-v6.1/sound/soc/intel/avs/boards/ |
| D | max98357a.c | 68 struct snd_soc_dapm_route **routes, int *num_routes) in avs_create_dapm_routes() argument 87 *routes = dr; in avs_create_dapm_routes() 95 struct snd_soc_dapm_route *routes; in avs_max98357a_probe() local 113 ret = avs_create_dapm_routes(dev, ssp_port, &routes, &num_routes); in avs_max98357a_probe() 132 card->dapm_routes = routes; in avs_max98357a_probe()
|
| D | i2s_test.c | 57 struct snd_soc_dapm_route **routes, int *num_routes) in avs_create_dapm_routes() argument 76 *routes = dr; in avs_create_dapm_routes() 113 struct snd_soc_dapm_route *routes; in avs_i2s_test_probe() local 140 ret = avs_create_dapm_routes(dev, ssp_port, &routes, &num_routes); in avs_i2s_test_probe() 156 card->dapm_routes = routes; in avs_i2s_test_probe()
|
| D | max98373.c | 145 struct snd_soc_dapm_route **routes, int *num_routes) in avs_create_dapm_routes() argument 170 *routes = dr; in avs_create_dapm_routes() 178 struct snd_soc_dapm_route *routes; in avs_max98373_probe() local 196 ret = avs_create_dapm_routes(dev, ssp_port, &routes, &num_routes); in avs_max98373_probe() 217 card->dapm_routes = routes; in avs_max98373_probe()
|
| D | rt286.c | 157 struct snd_soc_dapm_route **routes, int *num_routes) in avs_create_dapm_routes() argument 182 *routes = dr; in avs_create_dapm_routes() 216 struct snd_soc_dapm_route *routes; in avs_rt286_probe() local 235 ret = avs_create_dapm_routes(dev, ssp_port, &routes, &num_routes); in avs_rt286_probe() 258 card->dapm_routes = routes; in avs_rt286_probe()
|
| D | rt298.c | 157 struct snd_soc_dapm_route **routes, int *num_routes) in avs_create_dapm_routes() argument 182 *routes = dr; in avs_create_dapm_routes() 216 struct snd_soc_dapm_route *routes; in avs_rt298_probe() local 235 ret = avs_create_dapm_routes(dev, ssp_port, &routes, &num_routes); in avs_rt298_probe() 258 card->dapm_routes = routes; in avs_rt298_probe()
|
| D | ssm4567.c | 164 struct snd_soc_dapm_route **routes, int *num_routes) in avs_create_dapm_routes() argument 201 *routes = dr; in avs_create_dapm_routes() 209 struct snd_soc_dapm_route *routes; in avs_ssm4567_probe() local 227 ret = avs_create_dapm_routes(dev, ssp_port, &routes, &num_routes); in avs_ssm4567_probe() 248 card->dapm_routes = routes; in avs_ssm4567_probe()
|
| D | da7219.c | 157 struct snd_soc_dapm_route **routes, int *num_routes) in avs_create_dapm_routes() argument 182 *routes = dr; in avs_create_dapm_routes() 216 struct snd_soc_dapm_route *routes; in avs_da7219_probe() local 235 ret = avs_create_dapm_routes(dev, ssp_port, &routes, &num_routes); in avs_da7219_probe() 258 card->dapm_routes = routes; in avs_da7219_probe()
|
| D | rt274.c | 186 struct snd_soc_dapm_route **routes, int *num_routes) in avs_create_dapm_routes() argument 211 *routes = dr; in avs_create_dapm_routes() 245 struct snd_soc_dapm_route *routes; in avs_rt274_probe() local 264 ret = avs_create_dapm_routes(dev, ssp_port, &routes, &num_routes); in avs_rt274_probe() 287 card->dapm_routes = routes; in avs_rt274_probe()
|
| D | rt5682.c | 209 struct snd_soc_dapm_route **routes, int *num_routes) in avs_create_dapm_routes() argument 234 *routes = dr; in avs_create_dapm_routes() 268 struct snd_soc_dapm_route *routes; in avs_rt5682_probe() local 293 ret = avs_create_dapm_routes(dev, ssp_port, &routes, &num_routes); in avs_rt5682_probe() 316 card->dapm_routes = routes; in avs_rt5682_probe()
|
| D | hdaudio.c | 67 struct snd_soc_dapm_route **routes, int *num_routes) in avs_create_dapm_routes() argument 111 *routes = dr; in avs_create_dapm_routes() 174 struct snd_soc_dapm_route *routes; in avs_probing_link_init() local 204 ret = avs_create_dapm_routes(card->dev, codec, pcm_count, &routes, &n); in avs_probing_link_init() 210 ret = snd_soc_dapm_add_routes(&card->dapm, routes, n); in avs_probing_link_init()
|
| D | nau8825.c | 219 struct snd_soc_dapm_route **routes, int *num_routes) in avs_create_dapm_routes() argument 244 *routes = dr; in avs_create_dapm_routes() 288 struct snd_soc_dapm_route *routes; in avs_nau8825_probe() local 307 ret = avs_create_dapm_routes(dev, ssp_port, &routes, &num_routes); in avs_nau8825_probe() 330 card->dapm_routes = routes; in avs_nau8825_probe()
|
| /Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/ |
| D | ti,omap4-wugen-mpu | 4 routes interrupts to the GIC, and also serves as a wakeup source. It 18 - Because this HW ultimately routes interrupts to the GIC, the
|
| D | nvidia,tegra20-ictlr.txt | 3 All Tegra SoCs contain a legacy interrupt controller that routes 25 - Because this HW ultimately routes interrupts to the GIC, the
|
| /Linux-v6.1/drivers/media/platform/renesas/rcar-vin/ |
| D | rcar-core.c | 860 for (route = vin->info->routes; route->chsel; route++) { in rvin_csi2_link_notify() 922 for (route = vin->info->routes; route->chsel; route++) { in rvin_csi2_setup_links() 1162 .routes = rcar_info_r8a774e1_routes, 1179 .routes = rcar_info_r8a7795_routes, 1197 .routes = rcar_info_r8a7795es1_routes, 1214 .routes = rcar_info_r8a7796_routes, 1231 .routes = rcar_info_r8a77965_routes, 1244 .routes = rcar_info_r8a77970_routes, 1259 .routes = rcar_info_r8a77980_routes, 1273 .routes = rcar_info_r8a77990_routes, [all …]
|
| /Linux-v6.1/Documentation/networking/ |
| D | ipddp.rst | 49 which enables you to add routes to the kernel for your Macs by hand. 54 but it allows automatic adding and deleting of routes for Macs. (Handy 59 You will also need to add the proper routes to route your Linux box's IP
|
| /Linux-v6.1/include/net/netns/ |
| D | mctp.h | 14 struct list_head routes; member
|