| /drivers/s390/char/ |
| A D | sclp_cmd.c | 247 u16 assigned; member 270 for (i = 0; i < sccb->assigned; i++) { in sclp_attach_storage() 462 if (assigned && incr->rn > rn) in insert_increment() 464 if (!assigned && incr->rn - last_rn > 1) in insert_increment() 469 if (!assigned) in insert_increment() 481 int i, id, assigned, rc; in sclp_detect_standby_memory() local 491 assigned = 0; in sclp_detect_standby_memory() 501 for (i = 0; i < sccb->assigned; i++) { in sclp_detect_standby_memory() 504 assigned++; in sclp_detect_standby_memory() 511 for (i = 0; i < sccb->assigned; i++) { in sclp_detect_standby_memory() [all …]
|
| /drivers/clk/ |
| A D | kunit_clk_assigned_rates_zero.dtso | 7 compatible = "test,clk-assigned-rates"; 9 assigned-clocks = <&clk>; 10 assigned-clock-rates = <0>;
|
| A D | kunit_clk_assigned_rates_null.dtso | 9 compatible = "test,clk-assigned-rates"; 11 assigned-clocks = <0>; 12 assigned-clock-rates = <ASSIGNED_RATES_0_RATE>;
|
| A D | kunit_clk_assigned_rates_one.dtso | 9 compatible = "test,clk-assigned-rates"; 11 assigned-clocks = <&clk>; 12 assigned-clock-rates = <ASSIGNED_RATES_0_RATE>;
|
| A D | kunit_clk_assigned_rates_multiple.dtso | 9 compatible = "test,clk-assigned-rates"; 11 assigned-clocks = <&clk 0>, 13 assigned-clock-rates = <ASSIGNED_RATES_0_RATE>,
|
| A D | kunit_clk_assigned_rates_u64_one.dtso | 9 compatible = "test,clk-assigned-rates"; 11 assigned-clocks = <&clk>; 12 assigned-clock-rates-u64 = /bits/ 64 <ASSIGNED_RATES_0_RATE>;
|
| A D | kunit_clk_assigned_rates_zero_consumer.dtso | 7 compatible = "test,clk-assigned-rates"; 13 assigned-clocks = <&clk>; 14 assigned-clock-rates = <0>;
|
| A D | kunit_clk_assigned_rates_u64_multiple.dtso | 9 compatible = "test,clk-assigned-rates"; 11 assigned-clocks = <&clk 0>, 13 assigned-clock-rates-u64 = /bits/ 64 <ASSIGNED_RATES_0_RATE>,
|
| A D | kunit_clk_assigned_rates_null_consumer.dtso | 9 compatible = "test,clk-assigned-rates"; 15 assigned-clocks = <0>; 16 assigned-clock-rates = <ASSIGNED_RATES_0_RATE>;
|
| A D | kunit_clk_assigned_rates_one_consumer.dtso | 9 compatible = "test,clk-assigned-rates"; 15 assigned-clocks = <&clk>; 16 assigned-clock-rates = <ASSIGNED_RATES_0_RATE>;
|
| A D | kunit_clk_assigned_rates_multiple_consumer.dtso | 9 compatible = "test,clk-assigned-rates"; 15 assigned-clocks = <&clk 0>, 17 assigned-clock-rates = <ASSIGNED_RATES_0_RATE>,
|
| A D | kunit_clk_assigned_rates_u64_one_consumer.dtso | 9 compatible = "test,clk-assigned-rates"; 15 assigned-clocks = <&clk>; 16 assigned-clock-rates-u64 = /bits/ 64 <ASSIGNED_RATES_0_RATE>;
|
| A D | kunit_clk_assigned_rates_u64_multiple_consumer.dtso | 9 compatible = "test,clk-assigned-rates"; 15 assigned-clocks = <&clk 0>, 17 assigned-clock-rates-u64 = /bits/ 64 <ASSIGNED_RATES_0_RATE>,
|
| A D | kunit_clk_assigned_rates_without.dtso | 9 compatible = "test,clk-assigned-rates"; 11 assigned-clock-rates = <ASSIGNED_RATES_0_RATE>;
|
| A D | kunit_clk_assigned_rates_without_consumer.dtso | 9 compatible = "test,clk-assigned-rates"; 15 assigned-clock-rates = <ASSIGNED_RATES_0_RATE>;
|
| /drivers/gpu/drm/msm/disp/mdp5/ |
| A D | mdp5_smp.c | 189 state->assigned |= (1 << pipe); in mdp5_smp_assign() 219 u32 cid, mdp5_smp_state_t *assigned) in update_smp_state() argument 225 for_each_set_bit(blk, *assigned, cnt) { in update_smp_state() 292 for_each_set_bit(pipe, &state->assigned, sizeof(state->assigned) * 8) { in mdp5_smp_prepare_commit() 311 state->assigned = 0; in mdp5_smp_prepare_commit()
|
| A D | mdp5_smp.h | 54 unsigned long assigned; member
|
| /drivers/soundwire/ |
| A D | bus.c | 119 set_bit(SDW_ENUM_DEV_NUM, bus->assigned); in sdw_bus_master_add() 120 set_bit(SDW_BROADCAST_DEV_NUM, bus->assigned); in sdw_bus_master_add() 123 set_bit(SDW_GROUP12_DEV_NUM, bus->assigned); in sdw_bus_master_add() 124 set_bit(SDW_GROUP13_DEV_NUM, bus->assigned); in sdw_bus_master_add() 125 set_bit(SDW_MASTER_DEV_NUM, bus->assigned); in sdw_bus_master_add() 182 clear_bit(slave->dev_num, bus->assigned); in sdw_delete_slave() 736 bit = find_first_zero_bit(bus->assigned, SDW_MAX_DEVICES); in sdw_get_device_num() 747 set_bit(bit, bus->assigned); in sdw_get_device_num() 1878 if (test_bit(i, bus->assigned) == false) { in sdw_handle_slave_status() 1925 if (test_bit(i, bus->assigned) == false) { in sdw_handle_slave_status() [all …]
|
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_crc.h | 54 bool assigned; member
|
| /drivers/net/bonding/ |
| A D | bond_alb.c | 259 if ((client_info->assigned) && in rlb_update_entry_from_arp() 569 if (client_info->assigned) { in rlb_choose_channel() 600 if (!(client_info->assigned && in rlb_choose_channel() 631 if (!client_info->assigned) { in rlb_choose_channel() 640 client_info->assigned = 1; in rlb_choose_channel() 748 entry->assigned = 0; in rlb_init_table_entry_dst()
|
| /drivers/crypto/caam/ |
| A D | Kconfig | 123 number of job rings assigned to the kernel. The number of portals 124 assigned to the kernel should also be more than the number of
|
| /drivers/ntb/hw/idt/ |
| A D | Kconfig | 16 First of all partitions must be activated and properly assigned to all
|
| /drivers/misc/sgi-xp/ |
| A D | xpc_main.c | 604 int assigned = atomic_read(&ch->kthreads_assigned); in xpc_activate_kthreads() local 623 if (needed + assigned > ch->kthreads_assigned_limit) { in xpc_activate_kthreads() 624 needed = ch->kthreads_assigned_limit - assigned; in xpc_activate_kthreads()
|
| /drivers/net/mctp/ |
| A D | Kconfig | 39 created for each I2C bus that has been assigned a mctp-i2c device.
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | channel.c | 292 if (!ctx->assigned || list_empty(&ctx->vifs)) in ath_chanctx_check_active() 748 if (sc->cur_chan->assigned) { in ath_chanctx_event() 749 if (sc->next_chan && !sc->next_chan->assigned && in ath_chanctx_event() 757 if (!ctx->assigned) in ath_chanctx_event() 862 if (!ctx->assigned || list_empty(&ctx->vifs)) in ath_chanctx_get_oper_chan()
|