/drivers/net/wan/ |
D | x25_asy.c | 55 struct x25_asy *sl; in x25_asy_alloc() local 109 static void x25_asy_free(struct x25_asy *sl) in x25_asy_free() 123 struct x25_asy *sl = netdev_priv(dev); in x25_asy_change_mtu() local 173 static inline void x25_asy_lock(struct x25_asy *sl) in x25_asy_lock() 181 static inline void x25_asy_unlock(struct x25_asy *sl) in x25_asy_unlock() 188 static void x25_asy_bump(struct x25_asy *sl) in x25_asy_bump() 218 static void x25_asy_encaps(struct x25_asy *sl, unsigned char *icp, int len) in x25_asy_encaps() 259 struct x25_asy *sl = tty->disc_data; in x25_asy_write_wakeup() local 281 struct x25_asy *sl = netdev_priv(dev); in x25_asy_timeout() local 303 struct x25_asy *sl = netdev_priv(dev); in x25_asy_xmit() local [all …]
|
/drivers/net/slip/ |
D | slip.c | 129 static int sl_alloc_bufs(struct slip *sl, int mtu) in sl_alloc_bufs() 205 static void sl_free_bufs(struct slip *sl) in sl_free_bufs() 220 static int sl_realloc_bufs(struct slip *sl, int mtu) 306 static inline void sl_lock(struct slip *sl) 313 static inline void sl_unlock(struct slip *sl) 319 static void sl_bump(struct slip *sl) 375 static void sl_encaps(struct slip *sl, unsigned char *icp, int len) 423 struct slip *sl = container_of(work, struct slip, tx_work); local 455 struct slip *sl; local 469 struct slip *sl = netdev_priv(dev); local [all …]
|
/drivers/net/can/ |
D | slcan.c | 142 static void slc_bump(struct slcan *sl) in slc_bump() 227 static void slcan_unesc(struct slcan *sl, unsigned char s) in slcan_unesc() 253 static void slc_encaps(struct slcan *sl, struct can_frame *cf) in slc_encaps() 314 struct slcan *sl = container_of(work, struct slcan, tx_work); in slcan_transmit() local 346 struct slcan *sl; in slcan_write_wakeup() local 361 struct slcan *sl = netdev_priv(dev); in slc_xmit() local 394 struct slcan *sl = netdev_priv(dev); in slc_close() local 412 struct slcan *sl = netdev_priv(dev); in slc_open() local 476 struct slcan *sl = (struct slcan *) tty->disc_data; in slcan_receive_buf() local 502 struct slcan *sl; in slc_sync() local [all …]
|
/drivers/w1/slaves/ |
D | w1_ds2438.c | 54 static int w1_ds2438_get_page(struct w1_slave *sl, int pageno, u8 *buf) in w1_ds2438_get_page() 88 static int w1_ds2438_get_temperature(struct w1_slave *sl, int16_t *temperature) in w1_ds2438_get_temperature() 130 static int w1_ds2438_change_config_bit(struct w1_slave *sl, u8 mask, u8 value) in w1_ds2438_change_config_bit() 189 static int w1_ds2438_get_voltage(struct w1_slave *sl, in w1_ds2438_get_voltage() 238 static int w1_ds2438_get_current(struct w1_slave *sl, int16_t *voltage) in w1_ds2438_get_current() 261 struct w1_slave *sl = kobj_to_w1_slave(kobj); in iad_write() local 283 struct w1_slave *sl = kobj_to_w1_slave(kobj); in iad_read() local 304 struct w1_slave *sl = kobj_to_w1_slave(kobj); in page0_read() local 334 struct w1_slave *sl = kobj_to_w1_slave(kobj); in temperature_read() local 355 struct w1_slave *sl = kobj_to_w1_slave(kobj); in vad_read() local [all …]
|
D | w1_ds28e04.c | 73 static int w1_f1C_refresh_block(struct w1_slave *sl, struct w1_f1C_data *data, in w1_f1C_refresh_block() 100 static int w1_f1C_read(struct w1_slave *sl, int addr, int len, char *data) in w1_f1C_read() 120 struct w1_slave *sl = kobj_to_w1_slave(kobj); in eeprom_read() local 162 static int w1_f1C_write(struct w1_slave *sl, int addr, int len, const u8 *data) in w1_f1C_write() 229 struct w1_slave *sl = kobj_to_w1_slave(kobj); in eeprom_write() local 285 struct w1_slave *sl = kobj_to_w1_slave(kobj); in pio_read() local 304 struct w1_slave *sl = kobj_to_w1_slave(kobj); in pio_write() local 395 static int w1_f1C_add_slave(struct w1_slave *sl) in w1_f1C_add_slave() 409 static void w1_f1C_remove_slave(struct w1_slave *sl) in w1_f1C_remove_slave()
|
D | w1_ds2780.c | 33 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_ds2780_do_io() local 58 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_ds2780_io() local 76 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_ds2780_eeprom_cmd() local 117 static int w1_ds2780_add_slave(struct w1_slave *sl) in w1_ds2780_add_slave() 141 static void w1_ds2780_remove_slave(struct w1_slave *sl) in w1_ds2780_remove_slave()
|
D | w1_ds2781.c | 30 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_ds2781_do_io() local 55 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_ds2781_io() local 73 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_ds2781_eeprom_cmd() local 114 static int w1_ds2781_add_slave(struct w1_slave *sl) in w1_ds2781_add_slave() 138 static void w1_ds2781_remove_slave(struct w1_slave *sl) in w1_ds2781_remove_slave()
|
D | w1_ds2405.c | 36 static int w1_ds2405_select(struct w1_slave *sl, bool only_active) in w1_ds2405_select() 70 static int w1_ds2405_read_pio(struct w1_slave *sl) in w1_ds2405_read_pio() 84 struct w1_slave *sl = dev_to_w1_slave(device); in state_show() local 121 struct w1_slave *sl = dev_to_w1_slave(device); in output_show() local 151 struct w1_slave *sl = dev_to_w1_slave(device); in output_store() local
|
D | w1_ds2433.c | 63 static int w1_f23_refresh_block(struct w1_slave *sl, struct w1_f23_data *data, in w1_f23_refresh_block() 95 struct w1_slave *sl = kobj_to_w1_slave(kobj); in eeprom_read() local 154 static int w1_f23_write(struct w1_slave *sl, int addr, int len, const u8 *data) in w1_f23_write() 209 struct w1_slave *sl = kobj_to_w1_slave(kobj); in eeprom_write() local 271 static int w1_f23_add_slave(struct w1_slave *sl) in w1_f23_add_slave() 285 static void w1_f23_remove_slave(struct w1_slave *sl) in w1_f23_remove_slave()
|
D | w1_ds2805.c | 63 static int w1_f0d_readblock(struct w1_slave *sl, int off, int count, char *buf) in w1_f0d_readblock() 100 struct w1_slave *sl = kobj_to_w1_slave(kobj); in w1_f0d_read_bin() local 146 static int w1_f0d_write(struct w1_slave *sl, int addr, int len, const u8 *data) in w1_f0d_write() 208 struct w1_slave *sl = kobj_to_w1_slave(kobj); in w1_f0d_write_bin() local 276 static int w1_f0d_add_slave(struct w1_slave *sl) in w1_f0d_add_slave() 281 static void w1_f0d_remove_slave(struct w1_slave *sl) in w1_f0d_remove_slave()
|
D | w1_ds2406.c | 33 struct w1_slave *sl = kobj_to_w1_slave(kobj); in w1_f12_read_state() local 69 struct w1_slave *sl = kobj_to_w1_slave(kobj); in w1_f12_write_output() local 119 static int w1_f12_add_slave(struct w1_slave *sl) in w1_f12_add_slave() 135 static void w1_f12_remove_slave(struct w1_slave *sl) in w1_f12_remove_slave()
|
D | w1_therm.c | 73 static int w1_therm_add_slave(struct w1_slave *sl) in w1_therm_add_slave() 83 static void w1_therm_remove_slave(struct w1_slave *sl) in w1_therm_remove_slave() 265 struct w1_slave *sl = dev_to_w1_slave(device); in w1_therm_eeprom() local 343 struct w1_slave *sl = dev_to_w1_slave(device); in w1_DS18B20_precision() local 465 struct w1_slave *sl = dev_to_w1_slave(device); in w1_slave_store() local 486 struct w1_slave *sl, struct therm_info *info) in read_therm() 581 struct w1_slave *sl = dev_to_w1_slave(device); in w1_slave_show() local 615 struct w1_slave *sl = dev_get_drvdata(device); in w1_read_temp() local 656 struct w1_slave *sl = dev_to_w1_slave(device); in w1_seq_show() local
|
D | w1_ds2760.c | 30 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_ds2760_io() local 77 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_ds2760_eeprom_cmd() local 129 static int w1_ds2760_add_slave(struct w1_slave *sl) in w1_ds2760_add_slave() 153 static void w1_ds2760_remove_slave(struct w1_slave *sl) in w1_ds2760_remove_slave()
|
D | w1_ds2431.c | 66 static int w1_f2d_readblock(struct w1_slave *sl, int off, int count, char *buf) in w1_f2d_readblock() 103 struct w1_slave *sl = kobj_to_w1_slave(kobj); in eeprom_read() local 147 static int w1_f2d_write(struct w1_slave *sl, int addr, int len, const u8 *data) in w1_f2d_write() 209 struct w1_slave *sl = kobj_to_w1_slave(kobj); in eeprom_write() local
|
D | w1_ds2408.c | 40 static int _read_reg(struct w1_slave *sl, u8 address, unsigned char* buf) in _read_reg() 145 struct w1_slave *sl = kobj_to_w1_slave(kobj); in output_write() local 216 struct w1_slave *sl = kobj_to_w1_slave(kobj); in activity_write() local 246 struct w1_slave *sl = kobj_to_w1_slave(kobj); in status_control_write() local 291 static int w1_f29_disable_test_mode(struct w1_slave *sl) in w1_f29_disable_test_mode()
|
D | w1_ds2413.c | 32 struct w1_slave *sl = kobj_to_w1_slave(kobj); in state_read() local 69 struct w1_slave *sl = kobj_to_w1_slave(kobj); in output_write() local
|
D | w1_ds2423.c | 46 struct w1_slave *sl = dev_to_w1_slave(device); in w1_slave_show() local
|
/drivers/w1/ |
D | w1.c | 88 struct w1_slave *sl = dev_to_w1_slave(dev); in w1_slave_release() local 98 struct w1_slave *sl = dev_to_w1_slave(dev); in name_show() local 107 struct w1_slave *sl = dev_to_w1_slave(dev); in id_show() local 128 struct w1_slave *sl = kobj_to_w1_slave(kobj); in rw_write() local 147 struct w1_slave *sl = kobj_to_w1_slave(kobj); in rw_read() local 380 struct w1_slave *sl = NULL; in w1_master_attribute_show_slaves() local 451 struct w1_slave *sl; in w1_slave_search_device() local 471 struct w1_slave *sl; in w1_master_attribute_store_add() local 509 struct w1_slave *sl; in w1_master_attribute_store_remove() local 589 struct w1_slave *sl = NULL; in w1_uevent() local [all …]
|
D | w1_netlink.c | 52 struct w1_slave *sl; member 276 struct w1_slave *sl; in w1_get_slaves() local 325 struct w1_slave *sl; in w1_process_command_addremove() local 396 static int w1_process_command_slave(struct w1_slave *sl, in w1_process_command_slave() 458 struct w1_slave *sl = node->sl; in w1_process_cb() local 547 struct w1_slave *sl; in w1_cn_callback() local
|
/drivers/base/regmap/ |
D | regmap-w1.c | 28 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_reg_a8_v8_read() local 50 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_reg_a8_v8_write() local 77 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_reg_a8_v16_read() local 101 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_reg_a8_v16_write() local 129 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_reg_a16_v16_read() local 154 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_reg_a16_v16_write() local
|
/drivers/media/dvb-core/ |
D | dvb_ca_en50221.c | 234 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_check_camstatus() local 332 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_link_init() local 462 struct dvb_ca_slot *sl; in dvb_ca_en50221_parse_attributes() local 607 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_set_configoption() local 643 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_read_data() local 796 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_write_data() local 944 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_camchange_irq() local 972 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_camready_irq() local 992 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_frda_irq() local 1047 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_thread_update_delay() local [all …]
|
/drivers/power/supply/ |
D | bq27xxx_battery_hdq.c | 35 static int w1_bq27000_read(struct w1_slave *sl, unsigned int reg) in w1_bq27000_read() 50 struct w1_slave *sl = dev_to_w1_slave(di->dev); in bq27xxx_battery_hdq_read() local 82 static int bq27xxx_battery_hdq_add_slave(struct w1_slave *sl) in bq27xxx_battery_hdq_add_slave() 100 static void bq27xxx_battery_hdq_remove_slave(struct w1_slave *sl) in bq27xxx_battery_hdq_remove_slave()
|
/drivers/pci/hotplug/ |
D | ibmphp_core.c | 42 #define attn_on(sl) ibmphp_hpc_writeslot(sl, HPC_SLOT_ATTNON) argument 43 #define attn_off(sl) ibmphp_hpc_writeslot(sl, HPC_SLOT_ATTNOFF) argument 44 #define attn_LED_blink(sl) ibmphp_hpc_writeslot(sl, HPC_SLOT_BLINKLED) argument 45 #define get_ctrl_revision(sl, rev) ibmphp_hpc_readslot(sl, READ_REVLEVEL, rev) argument 46 #define get_hpc_options(sl, opt) ibmphp_hpc_readslot(sl, READ_HPCOPTIONS, opt) argument 75 static inline int get_cur_bus_info(struct slot **sl) in get_cur_bus_info() 105 static inline int slot_update(struct slot **sl) in slot_update()
|
/drivers/staging/lustre/lnet/libcfs/linux/ |
D | linux-crypto.c | 150 struct scatterlist sl; in cfs_crypto_hash_digest() local 228 struct scatterlist sl; in cfs_crypto_hash_update_page() local 252 struct scatterlist sl; in cfs_crypto_hash_update() local
|
/drivers/of/ |
D | device.c | 278 ssize_t sl = of_device_get_modalias(dev, str, len - 2); in of_device_modalias() local 331 int sl; in of_device_uevent_modalias() local
|