| /drivers/net/ethernet/engleder/ |
| A D | tsnep_tc.c | 169 change -= gcl->operation[index].interval; in tsnep_set_gcl_change() 180 return change; in tsnep_set_gcl_change() 204 u64 change, u32 interval) in tsnep_insert_gcl_operation() argument 216 return tsnep_set_gcl_change(gcl, ref, change, true); in tsnep_insert_gcl_operation() 289 u64 change; in tsnep_enable_gcl() local 293 change = tsnep_cut_gcl(curr, last, in tsnep_enable_gcl() 298 change = tsnep_extend_gcl(curr, last, in tsnep_enable_gcl() 301 change = tsnep_cut_gcl(curr, last, in tsnep_enable_gcl() 304 WARN_ON(change <= timeout); in tsnep_enable_gcl() 305 gcl->change = true; in tsnep_enable_gcl() [all …]
|
| /drivers/media/v4l2-core/ |
| A D | v4l2-mc.c | 491 if (entity->use_count == 0 && change > 0 && subdev != NULL) { in pipeline_pm_power_one() 497 entity->use_count += change; in pipeline_pm_power_one() 500 if (entity->use_count == 0 && change < 0 && subdev != NULL) in pipeline_pm_power_one() 516 static int pipeline_pm_power(struct media_entity *entity, int change, in pipeline_pm_power() argument 522 if (!change) in pipeline_pm_power() 529 ret = pipeline_pm_power_one(entity, change); in pipeline_pm_power() 539 pipeline_pm_power_one(first, -change); in pipeline_pm_power() 547 int change = use ? 1 : -1; in v4l2_pipeline_pm_use() local 553 entity->use_count += change; in v4l2_pipeline_pm_use() 557 ret = pipeline_pm_power(entity, change, &mdev->pm_count_walk); in v4l2_pipeline_pm_use() [all …]
|
| /drivers/gpu/drm/etnaviv/ |
| A D | etnaviv_sched.c | 40 int change; in etnaviv_sched_timedout_job() local 55 change = dma_addr - gpu->hangcheck_dma_addr; in etnaviv_sched_timedout_job() 67 change < 0 || change > 16 || in etnaviv_sched_timedout_job()
|
| /drivers/memory/tegra/ |
| A D | Kconfig | 23 This driver is required to change memory timings / clock rate for 35 This driver is required to change memory timings / clock rate for 47 This driver is required to change memory timings / clock rate for 61 This driver is required to change memory timings / clock rate for
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | port_buffer.c | 415 bool *change) in update_buffer_lossy() argument 457 *change = true; in update_buffer_lossy() 485 u32 change, unsigned int mtu, in mlx5e_port_manual_buffer_config() argument 503 netdev_dbg(netdev, "%s: change=%x\n", __func__, change); in mlx5e_port_manual_buffer_config() 510 if (change & MLX5E_PORT_BUFFER_CABLE_LEN) { in mlx5e_port_manual_buffer_config() 517 if (change & MLX5E_PORT_BUFFER_PFC) { in mlx5e_port_manual_buffer_config() 531 if (change & MLX5E_PORT_BUFFER_PRIO2BUFFER) { in mlx5e_port_manual_buffer_config() 547 if (change & MLX5E_PORT_BUFFER_SIZE) { in mlx5e_port_manual_buffer_config()
|
| /drivers/usb/gadget/function/ |
| A D | u_audio.c | 818 int change = 0; in u_audio_set_volume() local 829 change = 1; in u_audio_set_volume() 833 if (change) in u_audio_set_volume() 878 change = 1; in u_audio_set_mute() 882 if (change) in u_audio_set_mute() 944 change = 1; in u_audio_pitch_put() 947 return change; in u_audio_pitch_put() 990 change = 1; in u_audio_mute_put() 997 return change; in u_audio_mute_put() 1069 change = 1; in u_audio_volume_put() [all …]
|
| /drivers/extcon/ |
| A D | extcon-intel-mrfld.c | 155 unsigned int status, change; in mrfld_extcon_cable_detect() local 167 change = status ^ data->status; in mrfld_extcon_cable_detect() 168 if (!change) in mrfld_extcon_cable_detect() 171 if (change & BCOVE_CHGRIRQ_USBIDDET) { in mrfld_extcon_cable_detect()
|
| /drivers/media/pci/saa7134/ |
| A D | saa7134-alsa.c | 382 int change = 0, addr = kcontrol->private_value; in snd_saa7134_capsrc_set() local 397 change = old_addr != addr || in snd_saa7134_capsrc_set() 408 if (change) { in snd_saa7134_capsrc_set() 470 if (change) { in snd_saa7134_capsrc_set() 482 return change; in snd_saa7134_capsrc_set() 932 int change, addr = kcontrol->private_value; in snd_saa7134_volume_put() local 946 change = 0; in snd_saa7134_volume_put() 948 change = 1; in snd_saa7134_volume_put() 952 change = 1; in snd_saa7134_volume_put() 955 if (change) { in snd_saa7134_volume_put() [all …]
|
| /drivers/net/wireless/intel/iwlwifi/ |
| A D | iwl-utils.c | 101 u8 change = min_t(u8, db, ARRAY_SIZE(db_to_val)); in iwl_div_by_db() local 103 value = (((u64)value) * db_to_val[change - 1]) >> 32; in iwl_div_by_db() 105 db -= change; in iwl_div_by_db()
|
| /drivers/usb/typec/ucsi/ |
| A D | trace.h | 46 __field(u16, change) 57 __entry->change = UCSI_CONSTAT(con, CHANGE); 69 __entry->change, __entry->opmode, __entry->connected,
|
| /drivers/gpio/ |
| A D | gpio-arizona.c | 31 bool change; in arizona_gpio_direction_in() local 37 &change); in arizona_gpio_direction_in() 41 if (change && persistent) { in arizona_gpio_direction_in()
|
| A D | gpio-pcf857x.c | 199 unsigned long change, i, status; in pcf857x_irq() local 208 change = (gpio->status ^ status) & gpio->irq_enabled; in pcf857x_irq() 212 for_each_set_bit(i, &change, gpio->chip.ngpio) in pcf857x_irq()
|
| /drivers/regulator/ |
| A D | mp8859.c | 89 int change; in mp8859_set_voltage_time_sel() local 93 change = from - to; in mp8859_set_voltage_time_sel() 95 change = to - from; in mp8859_set_voltage_time_sel() 97 return change * 10 * 1000; in mp8859_set_voltage_time_sel()
|
| /drivers/net/ethernet/netronome/nfp/nic/ |
| A D | dcb.c | 89 bool change = false; in nfp_refresh_tc2idx() local 108 change = true; in nfp_refresh_tc2idx() 113 return change; in nfp_refresh_tc2idx() 271 bool change; in nfp_nic_dcbnl_ieee_setets() local 286 change = nfp_refresh_tc2idx(nn); in nfp_nic_dcbnl_ieee_setets() 289 if (change || !dcb->rate_init) { in nfp_nic_dcbnl_ieee_setets()
|
| /drivers/hid/ |
| A D | hid-uclogic-core.c | 415 u8 change; in uclogic_raw_event_frame() local 422 change = 1; in uclogic_raw_event_frame() 425 change = 3; in uclogic_raw_event_frame() 427 change = 0; in uclogic_raw_event_frame() 431 (change << bit); in uclogic_raw_event_frame()
|
| /drivers/input/keyboard/ |
| A D | mt6779-keypad.c | 53 DECLARE_BITMAP(change, MTK_KPD_NUM_BITS); in mt6779_keypad_irq_handler() 63 bitmap_xor(change, new_state, keypad->keymap_state, MTK_KPD_NUM_BITS); in mt6779_keypad_irq_handler() 65 for_each_set_bit(bit_nr, change, MTK_KPD_NUM_BITS) { in mt6779_keypad_irq_handler()
|
| A D | st-keyscan.c | 45 unsigned long state, change; in keyscan_isr() local 49 change = keypad->last_state ^ state; in keyscan_isr() 52 for_each_set_bit(bit_nr, &change, BITS_PER_LONG) in keyscan_isr()
|
| A D | bcm-keypad.c | 95 unsigned long state, change; in bcm_kp_report_keys() local 105 change = kp->last_state[reg_num] ^ state; in bcm_kp_report_keys() 108 for_each_set_bit(bit_nr, &change, BITS_PER_LONG) { in bcm_kp_report_keys()
|
| /drivers/staging/vc04_services/bcm2835-audio/ |
| A D | bcm2835-ctl.c | 157 int i, change; in snd_bcm2835_spdif_default_put() local 164 change = val != chip->spdif_status; in snd_bcm2835_spdif_default_put() 168 return change; in snd_bcm2835_spdif_default_put()
|
| /drivers/usb/gadget/udc/aspeed-vhub/ |
| A D | hub.c | 487 if (vhub->ports[port].change) in ast_vhub_update_hub_ep1() 528 p->change = chg; in ast_vhub_change_port_stat() 683 p->change |= USB_PORT_STAT_C_CONNECTION; in ast_vhub_set_port_feature() 734 p->change &= ~(1u << (feat - 16)); in ast_vhub_clr_port_feature() 752 chg = vhub->ports[port].change; in ast_vhub_get_port_stat() 890 p->change = 0; in ast_vhub_hub_reset()
|
| /drivers/mfd/ |
| A D | aat2870-core.c | 178 int change; in aat2870_update() local 189 change = old_val != new_val; in aat2870_update() 190 if (change) in aat2870_update()
|
| /drivers/pci/hotplug/ |
| A D | cpqphp_ctrl.c | 61 if (!change) in handle_switch_change() 68 if (change & (0x1L << hp_slot)) { in handle_switch_change() 137 if (!change) in handle_presence_change() 144 dbg(" Changed bits are 0x%4.4x\n", change); in handle_presence_change() 147 if (change & (0x0101 << hp_slot)) { in handle_presence_change() 228 if (!change) in handle_power_fault() 238 if (change & (0x01 << hp_slot)) { in handle_power_fault() 1768 int change = 1; in interrupt_event_handler() local 1773 while (change) { in interrupt_event_handler() 1774 change = 0; in interrupt_event_handler() [all …]
|
| /drivers/usb/gadget/udc/ |
| A D | omap_udc.c | 1726 u16 devstat, change; in devstate_irq() local 1729 change = devstat ^ udc->devstat; in devstate_irq() 1735 if (change & UDC_ATT) { in devstate_irq() 1757 change &= ~UDC_ATT; in devstate_irq() 1760 if (change & UDC_USB_RESET) { in devstate_irq() 1771 change &= ~UDC_USB_RESET; in devstate_irq() 1774 if (change & UDC_SUS) { in devstate_irq() 1803 change &= ~UDC_SUS; in devstate_irq() 1807 change &= ~OTG_FLAGS; in devstate_irq() 1811 if (change) in devstate_irq() [all …]
|
| /drivers/base/regmap/ |
| A D | regmap.c | 47 bool *change, bool force_write); 2244 bool *change, bool async, bool force) in regmap_field_update_bits_base() argument 2250 change, async, force); in regmap_field_update_bits_base() 2303 change, async, force); in regmap_fields_update_bits_base() 3226 bool *change, bool force_write) in _regmap_update_bits() argument 3231 if (change) in _regmap_update_bits() 3232 *change = false; in _regmap_update_bits() 3237 if (ret == 0 && change) in _regmap_update_bits() 3238 *change = true; in _regmap_update_bits() 3249 if (ret == 0 && change) in _regmap_update_bits() [all …]
|
| /drivers/tty/ |
| A D | tty_buffer.c | 267 bool change = !b->flags && flags; in __tty_buffer_request_room() local 269 if (!change && left >= size) in __tty_buffer_request_room() 275 return change ? 0 : left; in __tty_buffer_request_room()
|