Home
last modified time | relevance | path

Searched refs:new_range (Results 1 – 9 of 9) sorted by relevance

/linux/arch/s390/boot/
H A Dphysmem_info.c327 struct reserved_range *new_range = NULL; in physmem_alloc() local
341 new_range = (struct reserved_range *)addr; in physmem_alloc()
346 *new_range = *range; in physmem_alloc()
347 range->chain = new_range; in physmem_alloc()
353 addr, addr + size, get_rr_type_name(type), align, !!new_range); in physmem_alloc()
/linux/drivers/android/binder/range_alloc/
H A Darray.rs138 let new_range = Range { in reserve_new() localVariable
145 .insert_within_capacity(insert_at_idx, new_range) in reserve_new()
/linux/drivers/iio/light/
H A Dgp2ap020a00f.c702 u8 new_range = 0xff; in gp2ap020a00f_adjust_lux_mode() local
708 new_range = GP2AP020A00F_RANGE_A_x128; in gp2ap020a00f_adjust_lux_mode()
713 new_range = GP2AP020A00F_RANGE_A_x8; in gp2ap020a00f_adjust_lux_mode()
717 if (new_range != 0xff) { in gp2ap020a00f_adjust_lux_mode()
752 new_range); in gp2ap020a00f_adjust_lux_mode()
/linux/sound/soc/fsl/
H A Dfsl_micfil.c212 int max_range, new_range; in micfil_range_set() local
215 new_range = ucontrol->value.integer.value[0]; in micfil_range_set()
217 if (new_range > max_range) in micfil_range_set()
225 new_range << shift); in micfil_set_quality()
/linux/drivers/iio/accel/
H A Dadxl367.c296 enum adxl367_range new_range) in adxl367_scale_act_thresholds() argument
300 / adxl367_range_scale_factor_tbl[new_range]; in adxl367_scale_act_thresholds()
303 / adxl367_range_scale_factor_tbl[new_range]; in adxl367_scale_act_thresholds()
H A Dadxl380.c287 u8 new_range) in adxl380_scale_act_inact_thresholds() argument
291 adxl380_range_scale_factor_tbl[new_range]); in adxl380_scale_act_inact_thresholds()
294 adxl380_range_scale_factor_tbl[new_range]); in adxl380_scale_act_inact_thresholds()
/linux/drivers/pci/hotplug/
H A Dibmphp_res.c77 static int __init alloc_bus_range(struct bus_node **new_bus, struct range_node **new_range, struct … in alloc_bus_range() argument
156 *new_range = newrange; in alloc_bus_range()
/linux/net/ipv4/
H A Dtcp_input.c5854 new_range: in tcp_collapse_ofo_queue()
5882 goto new_range; in tcp_collapse_ofo_queue()
/linux/kernel/bpf/
H A Dverifier.c15429 int new_range; in find_good_pkt_pointers() local
15441 new_range = dst_reg->umax_value; in find_good_pkt_pointers()
15443 new_range++; in find_good_pkt_pointers()
15495 reg->range = max(reg->range, new_range); in find_good_pkt_pointers()